question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR: unsuporrted firmware version 04.07.06

See original GitHub issue

Describe the bug Since an HA restart this morning I receive the following error message and bosch custom component does not start up anymore:

ERROR (MainThread) [custom_components.bosch] You might have unsuporrted firmware version 04.07.06

Debug SCAN
[
    [
        {
            "id": "/dhwCircuits",
            "type": "refEnum",
            "references": [
                {
                    "id": "/dhwCircuits/dhw1",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1"
                }
            ]
        },
        {
            "id": "/dhwCircuits/dhw1",
            "type": "refEnum",
            "references": [
                {
                    "id": "/dhwCircuits/dhw1/operationMode",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/operationMode"
                },
                {
                    "id": "/dhwCircuits/dhw1/switchPrograms",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/switchPrograms"
                },
                {
                    "id": "/dhwCircuits/dhw1/temperatureLevels",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/temperatureLevels"
                },
                {
                    "id": "/dhwCircuits/dhw1/currentSetpoint",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/currentSetpoint"
                },
                {
                    "id": "/dhwCircuits/dhw1/actualTemp",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/actualTemp"
                },
                {
                    "id": "/dhwCircuits/dhw1/waterFlow",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/waterFlow"
                },
                {
                    "id": "/dhwCircuits/dhw1/workingTime",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/workingTime"
                },
                {
                    "id": "/dhwCircuits/dhw1/charge",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/charge"
                },
                {
                    "id": "/dhwCircuits/dhw1/chargeDuration",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/chargeDuration"
                },
                {
                    "id": "/dhwCircuits/dhw1/tdMode",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/tdMode"
                },
                {
                    "id": "/dhwCircuits/dhw1/tdsetPoint",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/tdsetPoint"
                },
                {
                    "id": "/dhwCircuits/dhw1/cpStartph",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/cpStartph"
                },
                {
                    "id": "/dhwCircuits/dhw1/cpoperationMode",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/cpoperationMode"
                },
                {
                    "id": "/dhwCircuits/dhw1/singleChargeSetpoint",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/singleChargeSetpoint"
                },
                {
                    "id": "/dhwCircuits/dhw1/extBlocked",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/extBlocked"
                },
                {
                    "id": "/dhwCircuits/dhw1/highStop",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/highStop"
                },
                {
                    "id": "/dhwCircuits/dhw1/holidayMode",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/holidayMode"
                },
                {
                    "id": "/dhwCircuits/dhw1/status",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/status"
                }
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/operationMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "ownprogram",
            "allowedValues": [
                "Off",
                "low",
                "high",
                "ownprogram"
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/switchPrograms",
            "type": "refEnum",
            "references": [
                {
                    "id": "/dhwCircuits/dhw1/switchPrograms/A",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/switchPrograms/A"
                }
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/switchPrograms/A",
            "type": "switchProgram",
            "setpointProperty": {
                "id": "/dhwCircuits/dhw1/temperatureLevels",
                "uri": "http://THERMOSTAT/dhwCircuits/dhw1/temperatureLevels"
            },
            "maxNbOfSwitchPoints": 42,
            "maxNbOfSwitchPointsPerDay": 6,
            "switchPointTimeRaster": 15,
            "writeable": 1,
            "switchPoints": [
                {
                    "dayOfWeek": "Mo",
                    "setpoint": "high",
                    "time": 210
                },
                {
                    "dayOfWeek": "Mo",
                    "setpoint": "off",
                    "time": 360
                },
                {
                    "dayOfWeek": "Tu",
                    "setpoint": "high",
                    "time": 210
                },
                {
                    "dayOfWeek": "Tu",
                    "setpoint": "off",
                    "time": 360
                },
                {
                    "dayOfWeek": "We",
                    "setpoint": "high",
                    "time": 210
                },
                {
                    "dayOfWeek": "We",
                    "setpoint": "off",
                    "time": 360
                },
                {
                    "dayOfWeek": "Th",
                    "setpoint": "high",
                    "time": 210
                },
                {
                    "dayOfWeek": "Th",
                    "setpoint": "off",
                    "time": 360
                },
                {
                    "dayOfWeek": "Fr",
                    "setpoint": "high",
                    "time": 210
                },
                {
                    "dayOfWeek": "Fr",
                    "setpoint": "off",
                    "time": 360
                },
                {
                    "dayOfWeek": "Sa",
                    "setpoint": "high",
                    "time": 210
                },
                {
                    "dayOfWeek": "Sa",
                    "setpoint": "off",
                    "time": 360
                },
                {
                    "dayOfWeek": "Su",
                    "setpoint": "high",
                    "time": 210
                },
                {
                    "dayOfWeek": "Su",
                    "setpoint": "off",
                    "time": 360
                }
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/temperatureLevels",
            "type": "refEnum",
            "references": [
                {
                    "id": "/dhwCircuits/dhw1/temperatureLevels/off",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/temperatureLevels/off"
                },
                {
                    "id": "/dhwCircuits/dhw1/temperatureLevels/low",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/temperatureLevels/low"
                },
                {
                    "id": "/dhwCircuits/dhw1/temperatureLevels/high",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/temperatureLevels/high"
                }
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/temperatureLevels/off",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 0.0,
            "unitOfMeasure": "C"
        },
        {
            "id": "/dhwCircuits/dhw1/temperatureLevels/low",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 52.0,
            "unitOfMeasure": "C",
            "minValue": 40.0,
            "maxValue": 52.0
        },
        {
            "id": "/dhwCircuits/dhw1/temperatureLevels/high",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 52.0,
            "unitOfMeasure": "C",
            "minValue": 40.0,
            "maxValue": 52.0
        },
        {
            "id": "/dhwCircuits/dhw1/currentSetpoint",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 0.0,
            "unitOfMeasure": "C"
        },
        {
            "id": "/dhwCircuits/dhw1/actualTemp",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 59.1,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/waterFlow",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 0.0,
            "unitOfMeasure": "l/min"
        },
        {
            "id": "/dhwCircuits/dhw1/workingTime",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 0,
            "unitOfMeasure": "mins"
        },
        {
            "id": "/dhwCircuits/dhw1/charge",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "stop",
            "allowedValues": [
                "stop",
                "start"
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/chargeDuration",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 60.0,
            "unitOfMeasure": "mins",
            "minValue": 15.0,
            "maxValue": 2880.0
        },
        {
            "id": "/dhwCircuits/dhw1/singleChargeSetpoint",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 58.0,
            "unitOfMeasure": "C",
            "minValue": 50.0,
            "maxValue": 70.0
        },
        {
            "id": "/dhwCircuits/dhw1/holidayMode",
            "type": "refEnum",
            "references": [
                {
                    "id": "/dhwCircuits/dhw1/holidayMode/activated",
                    "uri": "http://THERMOSTAT/dhwCircuits/dhw1/holidayMode/activated"
                }
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/holidayMode/activated",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "",
            "allowedValues": [
                "",
                "hm1",
                "hm2",
                "hm3",
                "hm4",
                "hm5"
            ]
        },
        {
            "id": "/dhwCircuits/dhw1/status",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "ACTIVE",
            "allowedValues": [
                "INACTIVE",
                "ACTIVE"
            ]
        }
    ],
    [
        {
            "id": "/gateway",
            "type": "refEnum",
            "references": [
                {
                    "id": "/gateway/uuid",
                    "uri": "http://THERMOSTAT/gateway/uuid"
                },
                {
                    "id": "/gateway/firmware",
                    "uri": "http://THERMOSTAT/gateway/firmware"
                },
                {
                    "id": "/gateway/userpassword",
                    "uri": "http://THERMOSTAT/gateway/userpassword"
                },
                {
                    "id": "/gateway/versionFirmware",
                    "uri": "http://THERMOSTAT/gateway/versionFirmware"
                },
                {
                    "id": "/gateway/versionHardware",
                    "uri": "http://THERMOSTAT/gateway/versionHardware"
                },
                {
                    "id": "/gateway/boschSHPassword",
                    "uri": "http://THERMOSTAT/gateway/boschSHPassword"
                },
                {
                    "id": "/gateway/portalPassword",
                    "uri": "http://THERMOSTAT/gateway/portalPassword"
                },
                {
                    "id": "/gateway/knxPassword",
                    "uri": "http://THERMOSTAT/gateway/knxPassword"
                },
                {
                    "id": "/gateway/haiPassword",
                    "uri": "http://THERMOSTAT/gateway/haiPassword"
                },
                {
                    "id": "/gateway/DateTime",
                    "uri": "http://THERMOSTAT/gateway/DateTime"
                },
                {
                    "id": "/gateway/instPassword",
                    "uri": "http://THERMOSTAT/gateway/instPassword"
                },
                {
                    "id": "/gateway/instAccess",
                    "uri": "http://THERMOSTAT/gateway/instAccess"
                },
                {
                    "id": "/gateway/instWriteAccess",
                    "uri": "http://THERMOSTAT/gateway/instWriteAccess"
                },
                {
                    "id": "/gateway/version",
                    "uri": "http://THERMOSTAT/gateway/version"
                },
                {
                    "id": "/gateway/update",
                    "uri": "http://THERMOSTAT/gateway/update"
                },
                {
                    "id": "/gateway/logging",
                    "uri": "http://THERMOSTAT/gateway/logging"
                }
            ]
        },
        {
            "id": "/gateway/uuid",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "-1",
            "allowedValues": [
                "-1"
            ]
        },
        {
            "id": "/gateway/versionFirmware",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "04.07.06"
        },
        {
            "id": "/gateway/versionHardware",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "iCom_Low_NSC_v1"
        },
        {
            "id": "/gateway/DateTime",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "2021-03-09T10:21:52"
        },
        {
            "id": "/gateway/instAccess",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "off",
            "allowedValues": [
                "off",
                "on"
            ]
        },
        {
            "id": "/gateway/instWriteAccess",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "off",
            "allowedValues": [
                "off",
                "on"
            ]
        },
        {
            "id": "/gateway/update",
            "type": "refEnum",
            "references": [
                {
                    "id": "/gateway/update/version",
                    "uri": "http://THERMOSTAT/gateway/update/version"
                },
                {
                    "id": "/gateway/update/request",
                    "uri": "http://THERMOSTAT/gateway/update/request"
                },
                {
                    "id": "/gateway/update/strategy",
                    "uri": "http://THERMOSTAT/gateway/update/strategy"
                },
                {
                    "id": "/gateway/update/status",
                    "uri": "http://THERMOSTAT/gateway/update/status"
                }
            ]
        },
        {
            "id": "/gateway/update/status",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "completed",
            "allowedValues": [
                "inprogress",
                "completed",
                "interrupted"
            ]
        },
        {
            "id": "/gateway/logging",
            "type": "refEnum",
            "references": [
                {
                    "id": "/gateway/logging/switch",
                    "uri": "http://THERMOSTAT/gateway/logging/switch"
                },
                {
                    "id": "/gateway/logging/reqBusVar",
                    "uri": "http://THERMOSTAT/gateway/logging/reqBusVar"
                },
                {
                    "id": "/gateway/logging/userAcceptance",
                    "uri": "http://THERMOSTAT/gateway/logging/userAcceptance"
                }
            ]
        },
        {
            "id": "/gateway/logging/userAcceptance",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "false",
            "allowedValues": [
                "false",
                "true"
            ]
        }
    ],
    [
        {
            "id": "/heatingCircuits",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatingCircuits/hc1",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1"
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatingCircuits/hc1/currentRoomSetpoint",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/currentRoomSetpoint"
                },
                {
                    "id": "/heatingCircuits/hc1/actualSupplyTemperature",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/actualSupplyTemperature"
                },
                {
                    "id": "/heatingCircuits/hc1/operationMode",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/operationMode"
                },
                {
                    "id": "/heatingCircuits/hc1/temperatureRoomSetpoint",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/temperatureRoomSetpoint"
                },
                {
                    "id": "/heatingCircuits/hc1/supplyTemperatureSetpoint",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/supplyTemperatureSetpoint"
                },
                {
                    "id": "/heatingCircuits/hc1/manualRoomSetpoint",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/manualRoomSetpoint"
                },
                {
                    "id": "/heatingCircuits/hc1/temporaryRoomSetpoint",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/temporaryRoomSetpoint"
                },
                {
                    "id": "/heatingCircuits/hc1/roomtemperature",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/roomtemperature"
                },
                {
                    "id": "/heatingCircuits/hc1/activeSwitchProgram",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/activeSwitchProgram"
                },
                {
                    "id": "/heatingCircuits/hc1/switchProgramMode",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/switchProgramMode"
                },
                {
                    "id": "/heatingCircuits/hc1/switchPrograms",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/switchPrograms"
                },
                {
                    "id": "/heatingCircuits/hc1/temperatureLevels",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/temperatureLevels"
                },
                {
                    "id": "/heatingCircuits/hc1/pumpModulation",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/pumpModulation"
                },
                {
                    "id": "/heatingCircuits/hc1/suWiThreshold",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/suWiThreshold"
                },
                {
                    "id": "/heatingCircuits/hc1/designTemp",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/designTemp"
                },
                {
                    "id": "/heatingCircuits/hc1/roomTempOffset",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/roomTempOffset"
                },
                {
                    "id": "/heatingCircuits/hc1/heatCurveMax",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/heatCurveMax"
                },
                {
                    "id": "/heatingCircuits/hc1/controlType",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/controlType"
                },
                {
                    "id": "/heatingCircuits/hc1/roomInfluence",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/roomInfluence"
                },
                {
                    "id": "/heatingCircuits/hc1/fastHeatupFactor",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/fastHeatupFactor"
                },
                {
                    "id": "/heatingCircuits/hc1/suWiSwitchMode",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/suWiSwitchMode"
                },
                {
                    "id": "/heatingCircuits/hc1/currentOpModeInfo",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/currentOpModeInfo"
                },
                {
                    "id": "/heatingCircuits/hc1/cooling",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/cooling"
                },
                {
                    "id": "/heatingCircuits/hc1/currentSuWiMode",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/currentSuWiMode"
                },
                {
                    "id": "/heatingCircuits/hc1/holidayMode",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/holidayMode"
                },
                {
                    "id": "/heatingCircuits/hc1/status",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/status"
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/currentRoomSetpoint",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 24.0,
            "unitOfMeasure": "C",
            "state": [
                {
                    "off": 0.0
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/actualSupplyTemperature",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 38.1,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/operationMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "manual",
            "allowedValues": [
                "auto",
                "manual"
            ]
        },
        {
            "id": "/heatingCircuits/hc1/temperatureRoomSetpoint",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 24.0,
            "unitOfMeasure": "C",
            "minValue": 5.0,
            "maxValue": 30.0,
            "state": [
                {
                    "off": 0.0
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/supplyTemperatureSetpoint",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 35.0,
            "unitOfMeasure": "C",
            "state": [
                {
                    "off_heat": 0.0
                },
                {
                    "off_cool": 90.0
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/manualRoomSetpoint",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 24.0,
            "unitOfMeasure": "C",
            "minValue": 5.0,
            "maxValue": 30.0,
            "state": [
                {
                    "off": 0.0
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/temporaryRoomSetpoint",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": -1.0,
            "unitOfMeasure": "C",
            "minValue": 5.0,
            "maxValue": 30.0,
            "state": [
                {
                    "off": 0.0
                },
                {
                    "na": -1.0
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/roomtemperature",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 1,
            "value": -3276.8,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/activeSwitchProgram",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "A",
            "allowedValues": [
                "A",
                "B"
            ]
        },
        {
            "id": "/heatingCircuits/hc1/switchProgramMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "levels",
            "allowedValues": [
                "levels"
            ]
        },
        {
            "id": "/heatingCircuits/hc1/switchPrograms",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatingCircuits/hc1/switchPrograms/A",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/switchPrograms/A"
                },
                {
                    "id": "/heatingCircuits/hc1/switchPrograms/B",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/switchPrograms/B"
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/switchPrograms/A",
            "type": "switchProgram",
            "setpointProperty": {
                "id": "/heatingCircuits/hc1/temperatureLevels",
                "uri": "http://THERMOSTAT/heatingCircuits/hc1/temperatureLevels"
            },
            "maxNbOfSwitchPoints": 14,
            "maxNbOfSwitchPointsPerDay": 2,
            "switchPointTimeRaster": 15,
            "writeable": 1,
            "switchPoints": [
                {
                    "dayOfWeek": "Mo",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Mo",
                    "setpoint": "eco",
                    "time": 1320
                },
                {
                    "dayOfWeek": "Tu",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Tu",
                    "setpoint": "eco",
                    "time": 1320
                },
                {
                    "dayOfWeek": "We",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "We",
                    "setpoint": "eco",
                    "time": 1320
                },
                {
                    "dayOfWeek": "Th",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Th",
                    "setpoint": "eco",
                    "time": 1320
                },
                {
                    "dayOfWeek": "Fr",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Fr",
                    "setpoint": "eco",
                    "time": 1380
                },
                {
                    "dayOfWeek": "Sa",
                    "setpoint": "comfort2",
                    "time": 420
                },
                {
                    "dayOfWeek": "Sa",
                    "setpoint": "eco",
                    "time": 1380
                },
                {
                    "dayOfWeek": "Su",
                    "setpoint": "comfort2",
                    "time": 420
                },
                {
                    "dayOfWeek": "Su",
                    "setpoint": "eco",
                    "time": 1350
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/switchPrograms/B",
            "type": "switchProgram",
            "setpointProperty": {
                "id": "/heatingCircuits/hc1/temperatureLevels",
                "uri": "http://THERMOSTAT/heatingCircuits/hc1/temperatureLevels"
            },
            "maxNbOfSwitchPoints": 14,
            "maxNbOfSwitchPointsPerDay": 2,
            "switchPointTimeRaster": 15,
            "writeable": 1,
            "switchPoints": [
                {
                    "dayOfWeek": "Mo",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Mo",
                    "setpoint": "eco",
                    "time": 1380
                },
                {
                    "dayOfWeek": "Tu",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Tu",
                    "setpoint": "eco",
                    "time": 1380
                },
                {
                    "dayOfWeek": "We",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "We",
                    "setpoint": "eco",
                    "time": 1380
                },
                {
                    "dayOfWeek": "Th",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Th",
                    "setpoint": "eco",
                    "time": 1380
                },
                {
                    "dayOfWeek": "Fr",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Fr",
                    "setpoint": "eco",
                    "time": 1380
                },
                {
                    "dayOfWeek": "Sa",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Sa",
                    "setpoint": "eco",
                    "time": 1380
                },
                {
                    "dayOfWeek": "Su",
                    "setpoint": "comfort2",
                    "time": 360
                },
                {
                    "dayOfWeek": "Su",
                    "setpoint": "eco",
                    "time": 1380
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/temperatureLevels",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatingCircuits/hc1/temperatureLevels/eco",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/temperatureLevels/eco"
                },
                {
                    "id": "/heatingCircuits/hc1/temperatureLevels/comfort2",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/temperatureLevels/comfort2"
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/temperatureLevels/eco",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 22.0,
            "unitOfMeasure": "C",
            "minValue": 5.0,
            "maxValue": 23.5,
            "state": [
                {
                    "off": 0.0
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/temperatureLevels/comfort2",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 24.0,
            "unitOfMeasure": "C",
            "minValue": 22.5,
            "maxValue": 30.0
        },
        {
            "id": "/heatingCircuits/hc1/pumpModulation",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 7.0,
            "unitOfMeasure": "%"
        },
        {
            "id": "/heatingCircuits/hc1/suWiThreshold",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 15.0,
            "unitOfMeasure": "C",
            "minValue": 10.0,
            "maxValue": 30.0
        },
        {
            "id": "/heatingCircuits/hc1/fastHeatupFactor",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 0.0,
            "unitOfMeasure": "%",
            "minValue": 1.0,
            "maxValue": 100.0,
            "state": [
                {
                    "off": 0.0
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/suWiSwitchMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "automatic",
            "allowedValues": [
                "off",
                "automatic",
                "forced"
            ]
        },
        {
            "id": "/heatingCircuits/hc1/cooling",
            "type": "refEnum",
            "references": []
        },
        {
            "id": "/heatingCircuits/hc1/currentSuWiMode",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "forced",
            "allowedValues": [
                "off",
                "forced",
                "cooling"
            ]
        },
        {
            "id": "/heatingCircuits/hc1/holidayMode",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatingCircuits/hc1/holidayMode/activated",
                    "uri": "http://THERMOSTAT/heatingCircuits/hc1/holidayMode/activated"
                }
            ]
        },
        {
            "id": "/heatingCircuits/hc1/holidayMode/activated",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "",
            "allowedValues": [
                "",
                "hm1",
                "hm2",
                "hm3",
                "hm4",
                "hm5"
            ]
        },
        {
            "id": "/heatingCircuits/hc1/status",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "ACTIVE",
            "allowedValues": [
                "INACTIVE",
                "ACTIVE"
            ]
        }
    ],
    [
        {
            "id": "/heatSources",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/info",
                    "uri": "http://THERMOSTAT/heatSources/info"
                },
                {
                    "id": "/heatSources/actualModulation",
                    "uri": "http://THERMOSTAT/heatSources/actualModulation"
                },
                {
                    "id": "/heatSources/burnerModulationSetpoint",
                    "uri": "http://THERMOSTAT/heatSources/burnerModulationSetpoint"
                },
                {
                    "id": "/heatSources/flameStatus",
                    "uri": "http://THERMOSTAT/heatSources/flameStatus"
                },
                {
                    "id": "/heatSources/CHpumpModulation",
                    "uri": "http://THERMOSTAT/heatSources/CHpumpModulation"
                },
                {
                    "id": "/heatSources/actualSupplyTemperature",
                    "uri": "http://THERMOSTAT/heatSources/actualSupplyTemperature"
                },
                {
                    "id": "/heatSources/powerSetpoint",
                    "uri": "http://THERMOSTAT/heatSources/powerSetpoint"
                },
                {
                    "id": "/heatSources/fanSpeed_setpoint",
                    "uri": "http://THERMOSTAT/heatSources/fanSpeed_setpoint"
                },
                {
                    "id": "/heatSources/ChimneySweeper",
                    "uri": "http://THERMOSTAT/heatSources/ChimneySweeper"
                },
                {
                    "id": "/heatSources/returnTemperature",
                    "uri": "http://THERMOSTAT/heatSources/returnTemperature"
                },
                {
                    "id": "/heatSources/numberOfStarts",
                    "uri": "http://THERMOSTAT/heatSources/numberOfStarts"
                },
                {
                    "id": "/heatSources/supplyTemperatureSetpoint",
                    "uri": "http://THERMOSTAT/heatSources/supplyTemperatureSetpoint"
                },
                {
                    "id": "/heatSources/applianceSupplyTemperature",
                    "uri": "http://THERMOSTAT/heatSources/applianceSupplyTemperature"
                },
                {
                    "id": "/heatSources/nominalCHPower",
                    "uri": "http://THERMOSTAT/heatSources/nominalCHPower"
                },
                {
                    "id": "/heatSources/nominalDHWPower",
                    "uri": "http://THERMOSTAT/heatSources/nominalDHWPower"
                },
                {
                    "id": "/heatSources/smartGridMode",
                    "uri": "http://THERMOSTAT/heatSources/smartGridMode"
                },
                {
                    "id": "/heatSources/evuActive",
                    "uri": "http://THERMOSTAT/heatSources/evuActive"
                },
                {
                    "id": "/heatSources/elecSolarCollectorActive",
                    "uri": "http://THERMOSTAT/heatSources/elecSolarCollectorActive"
                },
                {
                    "id": "/heatSources/poolTemperature",
                    "uri": "http://THERMOSTAT/heatSources/poolTemperature"
                },
                {
                    "id": "/heatSources/outdoorType",
                    "uri": "http://THERMOSTAT/heatSources/outdoorType"
                },
                {
                    "id": "/heatSources/indoorType",
                    "uri": "http://THERMOSTAT/heatSources/indoorType"
                },
                {
                    "id": "/heatSources/delayTimer",
                    "uri": "http://THERMOSTAT/heatSources/delayTimer"
                },
                {
                    "id": "/heatSources/heating",
                    "uri": "http://THERMOSTAT/heatSources/heating"
                },
                {
                    "id": "/heatSources/Source",
                    "uri": "http://THERMOSTAT/heatSources/Source"
                },
                {
                    "id": "/heatSources/sensors",
                    "uri": "http://THERMOSTAT/heatSources/sensors"
                },
                {
                    "id": "/heatSources/workingTime",
                    "uri": "http://THERMOSTAT/heatSources/workingTime"
                },
                {
                    "id": "/heatSources/fuelCell",
                    "uri": "http://THERMOSTAT/heatSources/fuelCell"
                },
                {
                    "id": "/heatSources/energyMonitoring",
                    "uri": "http://THERMOSTAT/heatSources/energyMonitoring"
                },
                {
                    "id": "/heatSources/hs1",
                    "uri": "http://THERMOSTAT/heatSources/hs1"
                },
                {
                    "id": "/heatSources/ch",
                    "uri": "http://THERMOSTAT/heatSources/ch"
                },
                {
                    "id": "/heatSources/dhw",
                    "uri": "http://THERMOSTAT/heatSources/dhw"
                },
                {
                    "id": "/heatSources/pool",
                    "uri": "http://THERMOSTAT/heatSources/pool"
                },
                {
                    "id": "/heatSources/cooling",
                    "uri": "http://THERMOSTAT/heatSources/cooling"
                },
                {
                    "id": "/heatSources/total",
                    "uri": "http://THERMOSTAT/heatSources/total"
                },
                {
                    "id": "/heatSources/electricGrid",
                    "uri": "http://THERMOSTAT/heatSources/electricGrid"
                }
            ]
        },
        {
            "id": "/heatSources/info",
            "type": "systeminfo",
            "recordable": 0,
            "writeable": 0,
            "values": [
                {
                    "Tok": "8",
                    "Id": "20004",
                    "Ver": "115",
                    "No": "000000000000000000000000000000000000000000000000000000"
                }
            ]
        },
        {
            "id": "/heatSources/actualModulation",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 43.0,
            "unitOfMeasure": "%"
        },
        {
            "id": "/heatSources/burnerModulationSetpoint",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 40.0,
            "unitOfMeasure": "%"
        },
        {
            "id": "/heatSources/flameStatus",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "off",
            "allowedValues": [
                "off",
                "on"
            ]
        },
        {
            "id": "/heatSources/CHpumpModulation",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 7.0,
            "unitOfMeasure": "%"
        },
        {
            "id": "/heatSources/actualSupplyTemperature",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 38.1,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/heatSources/powerSetpoint",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 40.0,
            "unitOfMeasure": "%"
        },
        {
            "id": "/heatSources/fanSpeed_setpoint",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 0.0,
            "unitOfMeasure": "rpm"
        },
        {
            "id": "/heatSources/ChimneySweeper",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "off"
        },
        {
            "id": "/heatSources/returnTemperature",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 31.6,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/heatSources/numberOfStarts",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 3214,
            "unitOfMeasure": " "
        },
        {
            "id": "/heatSources/supplyTemperatureSetpoint",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 35.0,
            "unitOfMeasure": "C"
        },
        {
            "id": "/heatSources/applianceSupplyTemperature",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 38.6,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/heatSources/nominalCHPower",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 24.0,
            "unitOfMeasure": "kW"
        },
        {
            "id": "/heatSources/nominalDHWPower",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 24.0,
            "unitOfMeasure": "kW"
        },
        {
            "id": "/heatSources/poolTemperature",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": -3276.8,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/heatSources/delayTimer",
            "type": "arrayData",
            "writeable": 0,
            "recordable": 0,
            "values": [
                "warm",
                "alarm",
                "dhw",
                "ch"
            ],
            "allowedValues": [
                "warm",
                "compStart",
                "integrator",
                "addIntegrator",
                "alarm",
                "dhw",
                "ch",
                "mixer",
                "hc1CoolStart",
                "hc2CoolStart",
                "hc3CoolStart",
                "hc4CoolStart",
                "hc1HeatStart",
                "hc2HeatStart",
                "hc3HeatStart",
                "hc4HeatStart",
                "hc1CoolStop",
                "hc2CoolStop",
                "hc3CoolStop",
                "hc4CoolStop",
                "hc1HeatStop",
                "hc2HeatStop",
                "hc3HeatStop",
                "hc4HeatStop"
            ]
        },
        {
            "id": "/heatSources/heating",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/heating/extBlocked",
                    "uri": "http://THERMOSTAT/heatSources/heating/extBlocked"
                }
            ]
        },
        {
            "id": "/heatSources/Source",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/Source/Compressor",
                    "uri": "http://THERMOSTAT/heatSources/Source/Compressor"
                },
                {
                    "id": "/heatSources/Source/eHeater",
                    "uri": "http://THERMOSTAT/heatSources/Source/eHeater"
                }
            ]
        },
        {
            "id": "/heatSources/Source/Compressor",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/Source/Compressor/extBlocked",
                    "uri": "http://THERMOSTAT/heatSources/Source/Compressor/extBlocked"
                },
                {
                    "id": "/heatSources/Source/Compressor/power",
                    "uri": "http://THERMOSTAT/heatSources/Source/Compressor/power"
                }
            ]
        },
        {
            "id": "/heatSources/Source/eHeater",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/Source/eHeater/extBlocked",
                    "uri": "http://THERMOSTAT/heatSources/Source/eHeater/extBlocked"
                },
                {
                    "id": "/heatSources/Source/eHeater/dhw",
                    "uri": "http://THERMOSTAT/heatSources/Source/eHeater/dhw"
                },
                {
                    "id": "/heatSources/Source/eHeater/status",
                    "uri": "http://THERMOSTAT/heatSources/Source/eHeater/status"
                }
            ]
        },
        {
            "id": "/heatSources/sensors",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/sensors/evaporatorTemp",
                    "uri": "http://THERMOSTAT/heatSources/sensors/evaporatorTemp"
                },
                {
                    "id": "/heatSources/sensors/compressorTemp",
                    "uri": "http://THERMOSTAT/heatSources/sensors/compressorTemp"
                }
            ]
        },
        {
            "id": "/heatSources/workingTime",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/workingTime/totalSystem",
                    "uri": "http://THERMOSTAT/heatSources/workingTime/totalSystem"
                },
                {
                    "id": "/heatSources/workingTime/secondBurner",
                    "uri": "http://THERMOSTAT/heatSources/workingTime/secondBurner"
                },
                {
                    "id": "/heatSources/workingTime/centralHeating",
                    "uri": "http://THERMOSTAT/heatSources/workingTime/centralHeating"
                }
            ]
        },
        {
            "id": "/heatSources/workingTime/totalSystem",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 36905808,
            "unitOfMeasure": "s"
        },
        {
            "id": "/heatSources/workingTime/secondBurner",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 0,
            "unitOfMeasure": "mins"
        },
        {
            "id": "/heatSources/workingTime/centralHeating",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 0,
            "unitOfMeasure": "mins"
        },
        {
            "id": "/heatSources/fuelCell",
            "type": "refEnum",
            "references": []
        },
        {
            "id": "/heatSources/energyMonitoring",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/energyMonitoring/consumption",
                    "uri": "http://THERMOSTAT/heatSources/energyMonitoring/consumption"
                },
                {
                    "id": "/heatSources/energyMonitoring/correctionFactor",
                    "uri": "http://THERMOSTAT/heatSources/energyMonitoring/correctionFactor"
                },
                {
                    "id": "/heatSources/energyMonitoring/maxTankLevel",
                    "uri": "http://THERMOSTAT/heatSources/energyMonitoring/maxTankLevel"
                },
                {
                    "id": "/heatSources/energyMonitoring/minTankLevel",
                    "uri": "http://THERMOSTAT/heatSources/energyMonitoring/minTankLevel"
                },
                {
                    "id": "/heatSources/energyMonitoring/tankLevel",
                    "uri": "http://THERMOSTAT/heatSources/energyMonitoring/tankLevel"
                },
                {
                    "id": "/heatSources/energyMonitoring/startDateTime",
                    "uri": "http://THERMOSTAT/heatSources/energyMonitoring/startDateTime"
                }
            ]
        },
        {
            "id": "/heatSources/energyMonitoring/consumption",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 19887580.0,
            "unitOfMeasure": "kWh",
            "minValue": 0.0,
            "maxValue": 135780000.0
        },
        {
            "id": "/heatSources/energyMonitoring/correctionFactor",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 1.0,
            "unitOfMeasure": " ",
            "minValue": 0.7,
            "maxValue": 1.3
        },
        {
            "id": "/heatSources/energyMonitoring/maxTankLevel",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 0.0,
            "unitOfMeasure": "kWh",
            "minValue": 0.0,
            "maxValue": 135780000.0
        },
        {
            "id": "/heatSources/energyMonitoring/minTankLevel",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 0.0,
            "unitOfMeasure": "kWh",
            "minValue": 0.0,
            "maxValue": 135780000.0
        },
        {
            "id": "/heatSources/energyMonitoring/tankLevel",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": 0.0,
            "unitOfMeasure": "kWh",
            "minValue": 0.0,
            "maxValue": 135780000.0
        },
        {
            "id": "/heatSources/energyMonitoring/startDateTime",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "2021-03-08T17:09:26"
        },
        {
            "id": "/heatSources/hs1",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/hs1/info",
                    "uri": "http://THERMOSTAT/heatSources/hs1/info"
                },
                {
                    "id": "/heatSources/hs1/type",
                    "uri": "http://THERMOSTAT/heatSources/hs1/type"
                },
                {
                    "id": "/heatSources/hs1/actualModulation",
                    "uri": "http://THERMOSTAT/heatSources/hs1/actualModulation"
                },
                {
                    "id": "/heatSources/hs1/flameStatus",
                    "uri": "http://THERMOSTAT/heatSources/hs1/flameStatus"
                }
            ]
        },
        {
            "id": "/heatSources/hs1/info",
            "type": "systeminfo",
            "recordable": 0,
            "writeable": 0,
            "values": [
                {
                    "Tok": "8",
                    "Id": "20004",
                    "Ver": "115",
                    "No": "000000000000000000000000000000000000000000000000000000"
                }
            ]
        },
        {
            "id": "/heatSources/hs1/type",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "Heatpump",
            "allowedValues": [
                "No_Appliance",
                "OilBoiler",
                "GasBoiler",
                "Heatpump",
                "unknownBoiler"
            ]
        },
        {
            "id": "/heatSources/hs1/actualModulation",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 43.0,
            "unitOfMeasure": "%"
        },
        {
            "id": "/heatSources/hs1/flameStatus",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "off",
            "allowedValues": [
                "off",
                "on"
            ]
        },
        {
            "id": "/heatSources/ch",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/ch/energyMonitoring",
                    "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring"
                }
            ]
        },
        {
            "id": "/heatSources/ch/energyMonitoring",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/ch/energyMonitoring/outputProduced",
                    "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/outputProduced"
                },
                {
                    "id": "/heatSources/ch/energyMonitoring/eheater",
                    "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/eheater"
                },
                {
                    "id": "/heatSources/ch/energyMonitoring/compressor",
                    "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/compressor"
                },
                {
                    "id": "/heatSources/ch/energyMonitoring/workingTime",
                    "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/workingTime"
                },
                {
                    "id": "/heatSources/ch/energyMonitoring/numberOfStarts",
                    "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/numberOfStarts"
                }
            ]
        },
        {
            "id": "/heatSources/dhw",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/dhw/energyMonitoring",
                    "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring"
                }
            ]
        },
        {
            "id": "/heatSources/dhw/energyMonitoring",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/dhw/energyMonitoring/outputProduced",
                    "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/outputProduced"
                },
                {
                    "id": "/heatSources/dhw/energyMonitoring/eheater",
                    "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/eheater"
                },
                {
                    "id": "/heatSources/dhw/energyMonitoring/compressor",
                    "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/compressor"
                },
                {
                    "id": "/heatSources/dhw/energyMonitoring/workingTime",
                    "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/workingTime"
                },
                {
                    "id": "/heatSources/dhw/energyMonitoring/numberOfStarts",
                    "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/numberOfStarts"
                }
            ]
        },
        {
            "id": "/heatSources/pool",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/pool/energyMonitoring",
                    "uri": "http://THERMOSTAT/heatSources/pool/energyMonitoring"
                }
            ]
        },
        {
            "id": "/heatSources/pool/energyMonitoring",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/pool/energyMonitoring/outputProduced",
                    "uri": "http://THERMOSTAT/heatSources/pool/energyMonitoring/outputProduced"
                },
                {
                    "id": "/heatSources/pool/energyMonitoring/eheater",
                    "uri": "http://THERMOSTAT/heatSources/pool/energyMonitoring/eheater"
                },
                {
                    "id": "/heatSources/pool/energyMonitoring/compressor",
                    "uri": "http://THERMOSTAT/heatSources/pool/energyMonitoring/compressor"
                },
                {
                    "id": "/heatSources/pool/energyMonitoring/workingTime",
                    "uri": "http://THERMOSTAT/heatSources/pool/energyMonitoring/workingTime"
                },
                {
                    "id": "/heatSources/pool/energyMonitoring/numberOfStarts",
                    "uri": "http://THERMOSTAT/heatSources/pool/energyMonitoring/numberOfStarts"
                }
            ]
        },
        {
            "id": "/heatSources/cooling",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/cooling/extBlocked",
                    "uri": "http://THERMOSTAT/heatSources/cooling/extBlocked"
                },
                {
                    "id": "/heatSources/cooling/energyMonitoring",
                    "uri": "http://THERMOSTAT/heatSources/cooling/energyMonitoring"
                }
            ]
        },
        {
            "id": "/heatSources/cooling/energyMonitoring",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/cooling/energyMonitoring/consumedEnergy",
                    "uri": "http://THERMOSTAT/heatSources/cooling/energyMonitoring/consumedEnergy"
                },
                {
                    "id": "/heatSources/cooling/energyMonitoring/outputProduced",
                    "uri": "http://THERMOSTAT/heatSources/cooling/energyMonitoring/outputProduced"
                },
                {
                    "id": "/heatSources/cooling/energyMonitoring/compressor",
                    "uri": "http://THERMOSTAT/heatSources/cooling/energyMonitoring/compressor"
                },
                {
                    "id": "/heatSources/cooling/energyMonitoring/workingTime",
                    "uri": "http://THERMOSTAT/heatSources/cooling/energyMonitoring/workingTime"
                },
                {
                    "id": "/heatSources/cooling/energyMonitoring/numberOfStarts",
                    "uri": "http://THERMOSTAT/heatSources/cooling/energyMonitoring/numberOfStarts"
                }
            ]
        },
        {
            "id": "/heatSources/total",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/total/energyMonitoring",
                    "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring"
                }
            ]
        },
        {
            "id": "/heatSources/total/energyMonitoring",
            "type": "refEnum",
            "references": [
                {
                    "id": "/heatSources/total/energyMonitoring/consumedEnergy",
                    "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring/consumedEnergy"
                },
                {
                    "id": "/heatSources/total/energyMonitoring/outputProduced",
                    "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring/outputProduced"
                },
                {
                    "id": "/heatSources/total/energyMonitoring/eheater",
                    "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring/eheater"
                },
                {
                    "id": "/heatSources/total/energyMonitoring/compressor",
                    "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring/compressor"
                },
                {
                    "id": "/heatSources/total/energyMonitoring/workingTime",
                    "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring/workingTime"
                },
                {
                    "id": "/heatSources/total/energyMonitoring/numberOfStarts",
                    "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring/numberOfStarts"
                }
            ]
        },
        {
            "id": "/heatSources/electricGrid",
            "type": "refEnum",
            "references": []
        }
    ],
    [
        {
            "id": "/notifications",
            "type": "errorList",
            "recordable": 0,
            "writeable": 0,
            "values": []
        }
    ],
    [
        {
            "id": "/system",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/brand",
                    "uri": "http://THERMOSTAT/system/brand"
                },
                {
                    "id": "/system/systemType",
                    "uri": "http://THERMOSTAT/system/systemType"
                },
                {
                    "id": "/system/bus",
                    "uri": "http://THERMOSTAT/system/bus"
                },
                {
                    "id": "/system/busReq",
                    "uri": "http://THERMOSTAT/system/busReq"
                },
                {
                    "id": "/system/info",
                    "uri": "http://THERMOSTAT/system/info"
                },
                {
                    "id": "/system/minOutdoorTemp",
                    "uri": "http://THERMOSTAT/system/minOutdoorTemp"
                },
                {
                    "id": "/system/healthStatus",
                    "uri": "http://THERMOSTAT/system/healthStatus"
                },
                {
                    "id": "/system/sensors",
                    "uri": "http://THERMOSTAT/system/sensors"
                },
                {
                    "id": "/system/appliance",
                    "uri": "http://THERMOSTAT/system/appliance"
                },
                {
                    "id": "/system/holidayModes",
                    "uri": "http://THERMOSTAT/system/holidayModes"
                }
            ]
        },
        {
            "id": "/system/brand",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "Buderus",
            "allowedValues": [
                "unknown",
                "Bosch",
                "Junkers",
                "Buderus",
                "Nefit",
                "Sieger",
                "Tata",
                "Dakon",
                "Elm",
                "Boulter",
                "Vulcano",
                "Worcester",
                "British Gas",
                "IVT",
                "Geminox",
                "Neckar",
                "Zeus",
                "Milton"
            ]
        },
        {
            "id": "/system/systemType",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "NSC_ICOM_GATEWAY",
            "allowedValues": [
                "NSC_ICOM_GATEWAY"
            ]
        },
        {
            "id": "/system/bus",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "EMS2_0",
            "allowedValues": [
                "No_Bus",
                "EMS1_0",
                "EMS2_0",
                "CAN"
            ]
        },
        {
            "id": "/system/info",
            "type": "systeminfo",
            "recordable": 0,
            "writeable": 0,
            "values": [
                {
                    "Tok": "8",
                    "Id": "172",
                    "Ver": "01.15",
                    "No": "000000000000000000000000000000000000000000000000000000"
                },
                {
                    "Tok": "16",
                    "Id": "158",
                    "Ver": "NF13.06",
                    "No": "323533303735393332323834383837333737303634343000FFFFFF"
                }
            ]
        },
        {
            "id": "/system/minOutdoorTemp",
            "type": "floatValue",
            "writeable": 1,
            "recordable": 0,
            "value": -10.0,
            "unitOfMeasure": "C",
            "minValue": -35.0,
            "maxValue": 10.0
        },
        {
            "id": "/system/healthStatus",
            "type": "stringValue",
            "writeable": 0,
            "recordable": 0,
            "value": "ok",
            "allowedValues": [
                "error",
                "maintenance",
                "ok"
            ]
        },
        {
            "id": "/system/sensors",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/sensors/temperatures",
                    "uri": "http://THERMOSTAT/system/sensors/temperatures"
                }
            ]
        },
        {
            "id": "/system/sensors/temperatures",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/sensors/temperatures/outdoor_t1",
                    "uri": "http://THERMOSTAT/system/sensors/temperatures/outdoor_t1"
                },
                {
                    "id": "/system/sensors/temperatures/supply_t1_setpoint",
                    "uri": "http://THERMOSTAT/system/sensors/temperatures/supply_t1_setpoint"
                },
                {
                    "id": "/system/sensors/temperatures/supply_t1",
                    "uri": "http://THERMOSTAT/system/sensors/temperatures/supply_t1"
                },
                {
                    "id": "/system/sensors/temperatures/return",
                    "uri": "http://THERMOSTAT/system/sensors/temperatures/return"
                }
            ]
        },
        {
            "id": "/system/sensors/temperatures/outdoor_t1",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 1,
            "value": 2.8,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/system/sensors/temperatures/supply_t1_setpoint",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 35.0,
            "unitOfMeasure": "C"
        },
        {
            "id": "/system/sensors/temperatures/supply_t1",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 38.1,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/system/sensors/temperatures/return",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 31.6,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/system/appliance",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/appliance/actualSupplyTemperature",
                    "uri": "http://THERMOSTAT/system/appliance/actualSupplyTemperature"
                }
            ]
        },
        {
            "id": "/system/appliance/actualSupplyTemperature",
            "type": "floatValue",
            "writeable": 0,
            "recordable": 0,
            "value": 38.1,
            "unitOfMeasure": "C",
            "state": [
                {
                    "open": -3276.8
                },
                {
                    "short": 3276.7
                }
            ]
        },
        {
            "id": "/system/holidayModes",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/holidayModes/hm1",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm1"
                },
                {
                    "id": "/system/holidayModes/hm2",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm2"
                },
                {
                    "id": "/system/holidayModes/hm3",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm3"
                },
                {
                    "id": "/system/holidayModes/hm4",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm4"
                },
                {
                    "id": "/system/holidayModes/hm5",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm5"
                }
            ]
        },
        {
            "id": "/system/holidayModes/hm1",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/holidayModes/hm1/startStop",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm1/startStop"
                },
                {
                    "id": "/system/holidayModes/hm1/assignedTo",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm1/assignedTo"
                },
                {
                    "id": "/system/holidayModes/hm1/hcMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm1/hcMode"
                },
                {
                    "id": "/system/holidayModes/hm1/dhwMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm1/dhwMode"
                },
                {
                    "id": "/system/holidayModes/hm1/delete",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm1/delete"
                }
            ]
        },
        {
            "id": "/system/holidayModes/hm1/startStop",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "2009-01-01/2009-01-01"
        },
        {
            "id": "/system/holidayModes/hm1/assignedTo",
            "type": "arrayData",
            "writeable": 1,
            "recordable": 0,
            "values": [],
            "allowedValues": [
                "hc1",
                "hc2",
                "hc3",
                "hc4",
                "dhw1",
                "dhw2"
            ]
        },
        {
            "id": "/system/holidayModes/hm1/hcMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "OFF",
            "allowedValues": [
                "AUTO_SAT",
                "FIX_TEMP",
                "OFF",
                "ECO"
            ]
        },
        {
            "id": "/system/holidayModes/hm1/dhwMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "OFF",
            "allowedValues": [
                "OFF",
                "TD_OFF"
            ]
        },
        {
            "id": "/system/holidayModes/hm2",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/holidayModes/hm2/startStop",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm2/startStop"
                },
                {
                    "id": "/system/holidayModes/hm2/assignedTo",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm2/assignedTo"
                },
                {
                    "id": "/system/holidayModes/hm2/hcMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm2/hcMode"
                },
                {
                    "id": "/system/holidayModes/hm2/dhwMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm2/dhwMode"
                },
                {
                    "id": "/system/holidayModes/hm2/delete",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm2/delete"
                }
            ]
        },
        {
            "id": "/system/holidayModes/hm2/startStop",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "2009-01-01/2009-01-01"
        },
        {
            "id": "/system/holidayModes/hm2/assignedTo",
            "type": "arrayData",
            "writeable": 1,
            "recordable": 0,
            "values": [],
            "allowedValues": [
                "hc1",
                "hc2",
                "hc3",
                "hc4",
                "dhw1",
                "dhw2"
            ]
        },
        {
            "id": "/system/holidayModes/hm2/hcMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "ECO",
            "allowedValues": [
                "AUTO_SAT",
                "FIX_TEMP",
                "OFF",
                "ECO"
            ]
        },
        {
            "id": "/system/holidayModes/hm2/dhwMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "OFF",
            "allowedValues": [
                "OFF",
                "TD_OFF"
            ]
        },
        {
            "id": "/system/holidayModes/hm3",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/holidayModes/hm3/startStop",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm3/startStop"
                },
                {
                    "id": "/system/holidayModes/hm3/assignedTo",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm3/assignedTo"
                },
                {
                    "id": "/system/holidayModes/hm3/hcMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm3/hcMode"
                },
                {
                    "id": "/system/holidayModes/hm3/dhwMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm3/dhwMode"
                },
                {
                    "id": "/system/holidayModes/hm3/delete",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm3/delete"
                }
            ]
        },
        {
            "id": "/system/holidayModes/hm3/startStop",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "2009-01-01/2009-01-01"
        },
        {
            "id": "/system/holidayModes/hm3/assignedTo",
            "type": "arrayData",
            "writeable": 1,
            "recordable": 0,
            "values": [],
            "allowedValues": [
                "hc1",
                "hc2",
                "hc3",
                "hc4",
                "dhw1",
                "dhw2"
            ]
        },
        {
            "id": "/system/holidayModes/hm3/hcMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "ECO",
            "allowedValues": [
                "AUTO_SAT",
                "FIX_TEMP",
                "OFF",
                "ECO"
            ]
        },
        {
            "id": "/system/holidayModes/hm3/dhwMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "OFF",
            "allowedValues": [
                "OFF",
                "TD_OFF"
            ]
        },
        {
            "id": "/system/holidayModes/hm4",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/holidayModes/hm4/startStop",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm4/startStop"
                },
                {
                    "id": "/system/holidayModes/hm4/assignedTo",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm4/assignedTo"
                },
                {
                    "id": "/system/holidayModes/hm4/hcMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm4/hcMode"
                },
                {
                    "id": "/system/holidayModes/hm4/dhwMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm4/dhwMode"
                },
                {
                    "id": "/system/holidayModes/hm4/delete",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm4/delete"
                }
            ]
        },
        {
            "id": "/system/holidayModes/hm4/startStop",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "2009-01-01/2009-01-01"
        },
        {
            "id": "/system/holidayModes/hm4/assignedTo",
            "type": "arrayData",
            "writeable": 1,
            "recordable": 0,
            "values": [],
            "allowedValues": [
                "hc1",
                "hc2",
                "hc3",
                "hc4",
                "dhw1",
                "dhw2"
            ]
        },
        {
            "id": "/system/holidayModes/hm4/hcMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "ECO",
            "allowedValues": [
                "AUTO_SAT",
                "FIX_TEMP",
                "OFF",
                "ECO"
            ]
        },
        {
            "id": "/system/holidayModes/hm4/dhwMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "OFF",
            "allowedValues": [
                "OFF",
                "TD_OFF"
            ]
        },
        {
            "id": "/system/holidayModes/hm5",
            "type": "refEnum",
            "references": [
                {
                    "id": "/system/holidayModes/hm5/startStop",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm5/startStop"
                },
                {
                    "id": "/system/holidayModes/hm5/assignedTo",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm5/assignedTo"
                },
                {
                    "id": "/system/holidayModes/hm5/hcMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm5/hcMode"
                },
                {
                    "id": "/system/holidayModes/hm5/dhwMode",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm5/dhwMode"
                },
                {
                    "id": "/system/holidayModes/hm5/delete",
                    "uri": "http://THERMOSTAT/system/holidayModes/hm5/delete"
                }
            ]
        },
        {
            "id": "/system/holidayModes/hm5/startStop",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "2009-01-01/2009-01-01"
        },
        {
            "id": "/system/holidayModes/hm5/assignedTo",
            "type": "arrayData",
            "writeable": 1,
            "recordable": 0,
            "values": [],
            "allowedValues": [
                "hc1",
                "hc2",
                "hc3",
                "hc4",
                "dhw1",
                "dhw2"
            ]
        },
        {
            "id": "/system/holidayModes/hm5/hcMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "ECO",
            "allowedValues": [
                "AUTO_SAT",
                "FIX_TEMP",
                "OFF",
                "ECO"
            ]
        },
        {
            "id": "/system/holidayModes/hm5/dhwMode",
            "type": "stringValue",
            "writeable": 1,
            "recordable": 0,
            "value": "OFF",
            "allowedValues": [
                "OFF",
                "TD_OFF"
            ]
        }
    ],
    [
        {
            "id": "/solarCircuits",
            "type": "refEnum",
            "references": []
        }
    ],
    [
        {
            "id": "/recordings",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/system",
                    "uri": "http://THERMOSTAT/recordings/system"
                },
                {
                    "id": "/recordings/heatSources",
                    "uri": "http://THERMOSTAT/recordings/heatSources"
                },
                {
                    "id": "/recordings/heatingCircuits",
                    "uri": "http://THERMOSTAT/recordings/heatingCircuits"
                },
                {
                    "id": "/recordings/dhwCircuits",
                    "uri": "http://THERMOSTAT/recordings/dhwCircuits"
                }
            ]
        },
        {
            "id": "/recordings/system",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/system/sensors",
                    "uri": "http://THERMOSTAT/recordings/system/sensors"
                },
                {
                    "id": "/recordings/system/heatSources",
                    "uri": "http://THERMOSTAT/recordings/system/heatSources"
                }
            ]
        },
        {
            "id": "/recordings/system/sensors",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/system/sensors/temperatures",
                    "uri": "http://THERMOSTAT/recordings/system/sensors/temperatures"
                }
            ]
        },
        {
            "id": "/recordings/system/sensors/temperatures",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/system/sensors/temperatures/outdoor_t1",
                    "uri": "http://THERMOSTAT/recordings/system/sensors/temperatures/outdoor_t1"
                }
            ]
        },
        {
            "id": "/recordings/system/sensors/temperatures/outdoor_t1?interval=2021-3-8",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/system/sensors/temperatures/outdoor_t1",
                "uri": "http://10.11.12.13/system/sensors/temperatures/outdoor_t1"
            },
            "interval": "2021-3-8",
            "sampleRate": "P1H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": -113,
                    "c": 60
                },
                {
                    "y": -113,
                    "c": 60
                },
                {
                    "y": -89,
                    "c": 60
                },
                {
                    "y": -108,
                    "c": 60
                },
                {
                    "y": -113,
                    "c": 60
                },
                {
                    "y": -79,
                    "c": 60
                },
                {
                    "y": -53,
                    "c": 60
                },
                {
                    "y": -53,
                    "c": 60
                },
                {
                    "y": -3,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 59
                },
                {
                    "y": 56,
                    "c": 60
                },
                {
                    "y": 117,
                    "c": 60
                },
                {
                    "y": 208,
                    "c": 60
                },
                {
                    "y": 284,
                    "c": 60
                },
                {
                    "y": 342,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 250,
                    "c": 51
                },
                {
                    "y": 249,
                    "c": 60
                },
                {
                    "y": 177,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                }
            ]
        },
        {
            "id": "/recordings/system/sensors/temperatures/outdoor_t1?interval=2021-3",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/system/sensors/temperatures/outdoor_t1",
                "uri": "http://10.11.12.13/system/sensors/temperatures/outdoor_t1"
            },
            "interval": "2021-3",
            "sampleRate": "P1D",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 5986,
                    "c": 1438
                },
                {
                    "y": 5702,
                    "c": 1438
                },
                {
                    "y": 5499,
                    "c": 1439
                },
                {
                    "y": 7695,
                    "c": 1438
                },
                {
                    "y": 4011,
                    "c": 1438
                },
                {
                    "y": -478,
                    "c": 1438
                },
                {
                    "y": 102,
                    "c": 1438
                },
                {
                    "y": 1619,
                    "c": 1430
                },
                {
                    "y": 64,
                    "c": 599
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/system/sensors/temperatures/outdoor_t1?interval=2021-W10",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/system/sensors/temperatures/outdoor_t1",
                "uri": "http://10.11.12.13/system/sensors/temperatures/outdoor_t1"
            },
            "interval": "2021-W10",
            "sampleRate": "P6H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": -615,
                    "c": 360
                },
                {
                    "y": 64,
                    "c": 359
                },
                {
                    "y": 1684,
                    "c": 351
                },
                {
                    "y": 486,
                    "c": 360
                },
                {
                    "y": -33,
                    "c": 359
                },
                {
                    "y": 97,
                    "c": 240
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/system/sensors/temperatures/outdoor_t1",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/system/sensors/temperatures/outdoor_t1",
                "uri": "http://10.11.12.13/system/sensors/temperatures/outdoor_t1"
            },
            "interval": "",
            "sampleRate": "",
            "recording-type": "actual",
            "recording": []
        },
        {
            "id": "/recordings/system/heatSources",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/system/heatSources/hs1",
                    "uri": "http://THERMOSTAT/recordings/system/heatSources/hs1"
                }
            ]
        },
        {
            "id": "/recordings/system/heatSources/hs1",
            "type": "refEnum",
            "references": []
        },
        {
            "id": "/recordings/heatSources",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/heatSources/hs1",
                    "uri": "http://THERMOSTAT/recordings/heatSources/hs1"
                },
                {
                    "id": "/recordings/heatSources/total",
                    "uri": "http://THERMOSTAT/recordings/heatSources/total"
                }
            ]
        },
        {
            "id": "/recordings/heatSources/hs1",
            "type": "refEnum",
            "references": []
        },
        {
            "id": "/recordings/heatSources/total",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/heatSources/total/energyMonitoring",
                    "uri": "http://THERMOSTAT/recordings/heatSources/total/energyMonitoring"
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/heatSources/total/energyMonitoring/consumedEnergy",
                    "uri": "http://THERMOSTAT/recordings/heatSources/total/energyMonitoring/consumedEnergy"
                },
                {
                    "id": "/recordings/heatSources/total/energyMonitoring/outputProduced",
                    "uri": "http://THERMOSTAT/recordings/heatSources/total/energyMonitoring/outputProduced"
                },
                {
                    "id": "/recordings/heatSources/total/energyMonitoring/eheater",
                    "uri": "http://THERMOSTAT/recordings/heatSources/total/energyMonitoring/eheater"
                },
                {
                    "id": "/recordings/heatSources/total/energyMonitoring/compressor",
                    "uri": "http://THERMOSTAT/recordings/heatSources/total/energyMonitoring/compressor"
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/consumedEnergy?interval=2021-3-8",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/consumedEnergy",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/consumedEnergy"
            },
            "interval": "2021-3-8",
            "sampleRate": "P1H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 180,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 180,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 59
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 51
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/consumedEnergy?interval=2021-3",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/consumedEnergy",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/consumedEnergy"
            },
            "interval": "2021-3",
            "sampleRate": "P1D",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 1680,
                    "c": 1438
                },
                {
                    "y": 1680,
                    "c": 1438
                },
                {
                    "y": 1680,
                    "c": 1439
                },
                {
                    "y": 1440,
                    "c": 1438
                },
                {
                    "y": 1800,
                    "c": 1438
                },
                {
                    "y": 2400,
                    "c": 1438
                },
                {
                    "y": 2220,
                    "c": 1438
                },
                {
                    "y": 1980,
                    "c": 1430
                },
                {
                    "y": 1140,
                    "c": 599
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/consumedEnergy?interval=2021-W10",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/consumedEnergy",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/consumedEnergy"
            },
            "interval": "2021-W10",
            "sampleRate": "P6H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 840,
                    "c": 360
                },
                {
                    "y": 600,
                    "c": 359
                },
                {
                    "y": 240,
                    "c": 351
                },
                {
                    "y": 300,
                    "c": 360
                },
                {
                    "y": 720,
                    "c": 359
                },
                {
                    "y": 420,
                    "c": 240
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/consumedEnergy",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/consumedEnergy",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/consumedEnergy"
            },
            "interval": "",
            "sampleRate": "",
            "recording-type": "actual",
            "recording": []
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/outputProduced?interval=2021-3-8",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/outputProduced",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/outputProduced"
            },
            "interval": "2021-3-8",
            "sampleRate": "P1H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 240,
                    "c": 60
                },
                {
                    "y": 240,
                    "c": 60
                },
                {
                    "y": 240,
                    "c": 60
                },
                {
                    "y": 420,
                    "c": 60
                },
                {
                    "y": 600,
                    "c": 60
                },
                {
                    "y": 180,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 420,
                    "c": 60
                },
                {
                    "y": 360,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 59
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 240,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 51
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 360,
                    "c": 60
                },
                {
                    "y": 240,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 240,
                    "c": 60
                },
                {
                    "y": 240,
                    "c": 60
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/outputProduced?interval=2021-3",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/outputProduced",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/outputProduced"
            },
            "interval": "2021-3",
            "sampleRate": "P1D",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 5160,
                    "c": 1438
                },
                {
                    "y": 5280,
                    "c": 1438
                },
                {
                    "y": 4800,
                    "c": 1439
                },
                {
                    "y": 4860,
                    "c": 1438
                },
                {
                    "y": 5940,
                    "c": 1438
                },
                {
                    "y": 7260,
                    "c": 1438
                },
                {
                    "y": 6300,
                    "c": 1438
                },
                {
                    "y": 6060,
                    "c": 1430
                },
                {
                    "y": 2640,
                    "c": 599
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/outputProduced?interval=2021-W10",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/outputProduced",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/outputProduced"
            },
            "interval": "2021-W10",
            "sampleRate": "P6H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 1920,
                    "c": 360
                },
                {
                    "y": 1980,
                    "c": 359
                },
                {
                    "y": 1080,
                    "c": 351
                },
                {
                    "y": 1080,
                    "c": 360
                },
                {
                    "y": 1440,
                    "c": 359
                },
                {
                    "y": 1200,
                    "c": 240
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/outputProduced",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/outputProduced",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/outputProduced"
            },
            "interval": "",
            "sampleRate": "",
            "recording-type": "actual",
            "recording": []
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/eheater?interval=2021-3-8",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/eheater",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/eheater"
            },
            "interval": "2021-3-8",
            "sampleRate": "P1H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 59
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 51
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/eheater?interval=2021-3",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/eheater",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/eheater"
            },
            "interval": "2021-3",
            "sampleRate": "P1D",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 120,
                    "c": 1438
                },
                {
                    "y": 120,
                    "c": 1438
                },
                {
                    "y": 180,
                    "c": 1439
                },
                {
                    "y": 60,
                    "c": 1438
                },
                {
                    "y": 120,
                    "c": 1438
                },
                {
                    "y": 60,
                    "c": 1438
                },
                {
                    "y": 120,
                    "c": 1438
                },
                {
                    "y": 120,
                    "c": 1430
                },
                {
                    "y": 180,
                    "c": 599
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/eheater?interval=2021-W10",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/eheater",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/eheater"
            },
            "interval": "2021-W10",
            "sampleRate": "P6H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 120,
                    "c": 360
                },
                {
                    "y": 0,
                    "c": 359
                },
                {
                    "y": 0,
                    "c": 351
                },
                {
                    "y": 0,
                    "c": 360
                },
                {
                    "y": 180,
                    "c": 359
                },
                {
                    "y": 0,
                    "c": 240
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/eheater",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/eheater",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/eheater"
            },
            "interval": "",
            "sampleRate": "",
            "recording-type": "actual",
            "recording": []
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/compressor?interval=2021-3-8",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/compressor",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/compressor"
            },
            "interval": "2021-3-8",
            "sampleRate": "P1H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 180,
                    "c": 60
                },
                {
                    "y": 300,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 59
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 51
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 120,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 0,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                },
                {
                    "y": 60,
                    "c": 60
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/compressor?interval=2021-3",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/compressor",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/compressor"
            },
            "interval": "2021-3",
            "sampleRate": "P1D",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 1560,
                    "c": 1438
                },
                {
                    "y": 1560,
                    "c": 1438
                },
                {
                    "y": 1500,
                    "c": 1439
                },
                {
                    "y": 1380,
                    "c": 1438
                },
                {
                    "y": 1680,
                    "c": 1438
                },
                {
                    "y": 2340,
                    "c": 1438
                },
                {
                    "y": 2100,
                    "c": 1438
                },
                {
                    "y": 1860,
                    "c": 1430
                },
                {
                    "y": 960,
                    "c": 599
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/compressor?interval=2021-W10",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/compressor",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/compressor"
            },
            "interval": "2021-W10",
            "sampleRate": "P6H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 720,
                    "c": 360
                },
                {
                    "y": 600,
                    "c": 359
                },
                {
                    "y": 240,
                    "c": 351
                },
                {
                    "y": 300,
                    "c": 360
                },
                {
                    "y": 540,
                    "c": 359
                },
                {
                    "y": 420,
                    "c": 240
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatSources/total/energyMonitoring/compressor",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatSources/total/energyMonitoring/compressor",
                "uri": "http://10.11.12.13/heatSources/total/energyMonitoring/compressor"
            },
            "interval": "",
            "sampleRate": "",
            "recording-type": "actual",
            "recording": []
        },
        {
            "id": "/recordings/heatingCircuits",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/heatingCircuits/hc1",
                    "uri": "http://THERMOSTAT/recordings/heatingCircuits/hc1"
                }
            ]
        },
        {
            "id": "/recordings/heatingCircuits/hc1",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/heatingCircuits/hc1/roomtemperature",
                    "uri": "http://THERMOSTAT/recordings/heatingCircuits/hc1/roomtemperature"
                }
            ]
        },
        {
            "id": "/recordings/heatingCircuits/hc1/roomtemperature?interval=2021-3-8",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatingCircuits/hc1/roomtemperature",
                "uri": "http://10.11.12.13/heatingCircuits/hc1/roomtemperature"
            },
            "interval": "2021-3-8",
            "sampleRate": "P1H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -193277,
                    "c": 59
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -163794,
                    "c": 50
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                },
                {
                    "y": -196553,
                    "c": 60
                }
            ]
        },
        {
            "id": "/recordings/heatingCircuits/hc1/roomtemperature?interval=2021-3",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatingCircuits/hc1/roomtemperature",
                "uri": "http://10.11.12.13/heatingCircuits/hc1/roomtemperature"
            },
            "interval": "2021-3",
            "sampleRate": "P1D",
            "recording-type": "actual",
            "recording": [
                {
                    "y": -4710720,
                    "c": 1438
                },
                {
                    "y": -4710720,
                    "c": 1438
                },
                {
                    "y": -4713996,
                    "c": 1439
                },
                {
                    "y": -4710720,
                    "c": 1438
                },
                {
                    "y": -4710720,
                    "c": 1438
                },
                {
                    "y": -4710720,
                    "c": 1438
                },
                {
                    "y": -4710720,
                    "c": 1438
                },
                {
                    "y": -4681237,
                    "c": 1429
                },
                {
                    "y": -1962254,
                    "c": 599
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatingCircuits/hc1/roomtemperature?interval=2021-W10",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatingCircuits/hc1/roomtemperature",
                "uri": "http://10.11.12.13/heatingCircuits/hc1/roomtemperature"
            },
            "interval": "2021-W10",
            "sampleRate": "P6H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": -1179318,
                    "c": 360
                },
                {
                    "y": -1176042,
                    "c": 359
                },
                {
                    "y": -1146559,
                    "c": 350
                },
                {
                    "y": -1179318,
                    "c": 360
                },
                {
                    "y": -1176042,
                    "c": 359
                },
                {
                    "y": -786212,
                    "c": 240
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/heatingCircuits/hc1/roomtemperature",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/heatingCircuits/hc1/roomtemperature",
                "uri": "http://10.11.12.13/heatingCircuits/hc1/roomtemperature"
            },
            "interval": "",
            "sampleRate": "",
            "recording-type": "actual",
            "recording": []
        },
        {
            "id": "/recordings/dhwCircuits",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/dhwCircuits/dhw1",
                    "uri": "http://THERMOSTAT/recordings/dhwCircuits/dhw1"
                }
            ]
        },
        {
            "id": "/recordings/dhwCircuits/dhw1",
            "type": "refEnum",
            "references": [
                {
                    "id": "/recordings/dhwCircuits/dhw1/actualTemp",
                    "uri": "http://THERMOSTAT/recordings/dhwCircuits/dhw1/actualTemp"
                }
            ]
        },
        {
            "id": "/recordings/dhwCircuits/dhw1/actualTemp?interval=2021-3-8",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/dhwCircuits/dhw1/actualTemp",
                "uri": "http://10.11.12.13/dhwCircuits/dhw1/actualTemp"
            },
            "interval": "2021-3-8",
            "sampleRate": "P1H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 3289,
                    "c": 60
                },
                {
                    "y": 3240,
                    "c": 60
                },
                {
                    "y": 3240,
                    "c": 60
                },
                {
                    "y": 3240,
                    "c": 60
                },
                {
                    "y": 3189,
                    "c": 60
                },
                {
                    "y": 3430,
                    "c": 60
                },
                {
                    "y": 3600,
                    "c": 60
                },
                {
                    "y": 3589,
                    "c": 60
                },
                {
                    "y": 3540,
                    "c": 60
                },
                {
                    "y": 3481,
                    "c": 59
                },
                {
                    "y": 3540,
                    "c": 60
                },
                {
                    "y": 3490,
                    "c": 60
                },
                {
                    "y": 3480,
                    "c": 60
                },
                {
                    "y": 3480,
                    "c": 60
                },
                {
                    "y": 3450,
                    "c": 60
                },
                {
                    "y": 3420,
                    "c": 60
                },
                {
                    "y": 3420,
                    "c": 60
                },
                {
                    "y": 2897,
                    "c": 51
                },
                {
                    "y": 3360,
                    "c": 60
                },
                {
                    "y": 3360,
                    "c": 60
                },
                {
                    "y": 3360,
                    "c": 60
                },
                {
                    "y": 3310,
                    "c": 60
                },
                {
                    "y": 3300,
                    "c": 60
                },
                {
                    "y": 3300,
                    "c": 60
                }
            ]
        },
        {
            "id": "/recordings/dhwCircuits/dhw1/actualTemp?interval=2021-3",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/dhwCircuits/dhw1/actualTemp",
                "uri": "http://10.11.12.13/dhwCircuits/dhw1/actualTemp"
            },
            "interval": "2021-3",
            "sampleRate": "P1D",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 81709,
                    "c": 1438
                },
                {
                    "y": 81651,
                    "c": 1438
                },
                {
                    "y": 81716,
                    "c": 1439
                },
                {
                    "y": 81588,
                    "c": 1438
                },
                {
                    "y": 81722,
                    "c": 1438
                },
                {
                    "y": 81537,
                    "c": 1438
                },
                {
                    "y": 81616,
                    "c": 1438
                },
                {
                    "y": 81005,
                    "c": 1430
                },
                {
                    "y": 34031,
                    "c": 599
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/dhwCircuits/dhw1/actualTemp?interval=2021-W10",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/dhwCircuits/dhw1/actualTemp",
                "uri": "http://10.11.12.13/dhwCircuits/dhw1/actualTemp"
            },
            "interval": "2021-W10",
            "sampleRate": "P6H",
            "recording-type": "actual",
            "recording": [
                {
                    "y": 19628,
                    "c": 360
                },
                {
                    "y": 21240,
                    "c": 359
                },
                {
                    "y": 20147,
                    "c": 351
                },
                {
                    "y": 19990,
                    "c": 360
                },
                {
                    "y": 19781,
                    "c": 359
                },
                {
                    "y": 14250,
                    "c": 240
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                },
                {
                    "y": 0,
                    "c": 0
                }
            ]
        },
        {
            "id": "/recordings/dhwCircuits/dhw1/actualTemp",
            "type": "yRecording",
            "writeable": 0,
            "recordable": 0,
            "recordedResource": {
                "id": "/dhwCircuits/dhw1/actualTemp",
                "uri": "http://10.11.12.13/dhwCircuits/dhw1/actualTemp"
            },
            "interval": "",
            "sampleRate": "",
            "recording-type": "actual",
            "recording": []
        }
    ]
]

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
pszafercommented, Mar 9, 2021

I will fix it tomorrow

1reaction
pszafercommented, Mar 10, 2021

ok, closing this. if there are bugs with new version, create separate issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Shelly 1PM firmware issue - Home Assistant Community
I have finished the WiFi configuration, but when I try to add my integration, I get “unsupported firmware version”.
Read more >
Unsupported firmware - Ubiquiti Community
On configuration tab, firmware says unsupported firmware. I try to install upgrade but it fails. Any suggestions on to resolve this problem.
Read more >
Multiplus shows "Unsupported firmware version" after update ...
After updating the firmware to v4.90, the settings page shows "unsupported firmware version". The Victron Connect version (5.56) is the ...
Read more >
Precision 3620 Firmware Update Failure: Unsupported ... - Dell
Computer is running fully updated KDE Neon Linux. Discover says firmware update is available. Current Firmware version: 2.8.1.
Read more >
Module has an incompatible firmware version - 274335
Question: How to upgrade the Firmware from v4.0 to v4.5?For a S7 1200 1215C PLC without any other module, In TIA Portal v.17, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found