bosch-thermostat / home-assistant-bosch-custom-component

HA custom component for Bosch thermostats
Apache License 2.0
213 stars 44 forks source link

Entities for energy dashboard #228

Closed Int4ngible closed 1 year ago

Int4ngible commented 1 year ago

Hi, first of all thank you for the integration, managed to set this up easily with my Buderus gas boiler and KM100 gateway.

I am now trying to integrate the information from the solar panel (solar yield) and gas consumption to the energy dashboard. But I cannot select the right entities. HA is guiding me to this site: https://www.home-assistant.io/more-info/statistics/

From my understanding the following entites would need to be added: solar collector: there are actually some sensors already linked (e.g. sensor.recording_ractualchpower), but imho sensor.sc1_solaryield should be the correct one for the energy dashbard. gas consumption: sensor.actual_power or sensor.energy_consumption

Looking forward to your feedback. BR

pszafer commented 1 year ago

Attach Bosch scan

Int4ngible commented 1 year ago

What kind of scan would you need?

pszafer commented 1 year ago

Have you read wiki at least?

Go to Developer tools in Home Assistant, choose Service tab and choose `bosch.debug_scan`.
Int4ngible commented 1 year ago

Ok, found it in the wiki, thank you for your patience. Hope this format works for you:

[
  {
    "/systemStates": "not found"
  },
  [
    {
      "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/tdweekDay",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/tdweekDay"
        },
        {
          "id": "/dhwCircuits/dhw1/tddayTime",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/tddayTime"
        },
        {
          "id": "/dhwCircuits/dhw1/cpStartph",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/cpStartph"
        },
        {
          "id": "/dhwCircuits/dhw1/singleChargeSetpoint",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/singleChargeSetpoint"
        },
        {
          "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",
        "high",
        "HCprogram",
        "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": 660
        },
        {
          "dayOfWeek": "Mo",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "We",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "We",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "off",
          "time": 1380
        }
      ]
    },
    {
      "id": "/dhwCircuits/dhw1/temperatureLevels",
      "type": "refEnum",
      "references": [
        {
          "id": "/dhwCircuits/dhw1/temperatureLevels/off",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/temperatureLevels/off"
        },
        {
          "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/high",
      "type": "floatValue",
      "writeable": 1,
      "recordable": 0,
      "value": 46.0,
      "unitOfMeasure": "C",
      "minValue": 30.0,
      "maxValue": 80.0
    },
    {
      "id": "/dhwCircuits/dhw1/currentSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 46.0,
      "unitOfMeasure": "C"
    },
    {
      "id": "/dhwCircuits/dhw1/actualTemp",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 45.7,
      "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": 84773,
      "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": 46.0,
      "unitOfMeasure": "C",
      "minValue": 30.0,
      "maxValue": 80.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.08.02"
    },
    {
      "id": "/gateway/versionHardware",
      "type": "stringValue",
      "writeable": 0,
      "recordable": 0,
      "value": "iCom_Low_NSC_v1"
    },
    {
      "id": "/gateway/DateTime",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "2022-11-05T21:16:51"
    },
    {
      "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/actualSupplyTempSetpoint",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/actualSupplyTempSetpoint"
        },
        {
          "id": "/heatingCircuits/hc1/operationMode",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/operationMode"
        },
        {
          "id": "/heatingCircuits/hc1/supplyTemperatureSetpoint",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/supplyTemperatureSetpoint"
        },
        {
          "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/timeToNextSetpoint",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/timeToNextSetpoint"
        },
        {
          "id": "/heatingCircuits/hc1/nextSetpoint",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/nextSetpoint"
        },
        {
          "id": "/heatingCircuits/hc1/switchProgramMode",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/switchProgramMode"
        },
        {
          "id": "/heatingCircuits/hc1/switchPrograms",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/switchPrograms"
        },
        {
          "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/heatCurveMin",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/heatCurveMin"
        },
        {
          "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/solarInfluence",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/solarInfluence"
        },
        {
          "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": 19.0,
      "unitOfMeasure": "C",
      "state": [
        {
          "off": 0.0
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/actualSupplyTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 26.6,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/operationMode",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "auto",
      "allowedValues": [
        "auto",
        "manual"
      ]
    },
    {
      "id": "/heatingCircuits/hc1/supplyTemperatureSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 24.0,
      "unitOfMeasure": "C",
      "state": [
        {
          "off_heat": 0.0
        },
        {
          "off_cool": 90.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": "B",
      "allowedValues": [
        "A",
        "B"
      ]
    },
    {
      "id": "/heatingCircuits/hc1/switchProgramMode",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "absolute",
      "allowedValues": [
        "levels",
        "absolute"
      ]
    },
    {
      "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": 42,
      "maxNbOfSwitchPointsPerDay": 6,
      "switchPointTimeRaster": 15,
      "writeable": 1,
      "switchPoints": [
        {
          "dayOfWeek": "Mo",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "Mo",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "We",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "We",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "21.0",
          "time": 480
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "21.0",
          "time": 480
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "15.0",
          "time": 1380
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/switchPrograms/B",
      "type": "switchProgram",
      "setpointProperty": {
        "id": "/heatingCircuits/hc1/temperatureLevels",
        "uri": "http://THERMOSTAT/heatingCircuits/hc1/temperatureLevels"
      },
      "maxNbOfSwitchPoints": 42,
      "maxNbOfSwitchPointsPerDay": 6,
      "switchPointTimeRaster": 15,
      "writeable": 1,
      "switchPoints": [
        {
          "dayOfWeek": "Mo",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Mo",
          "setpoint": "21.0",
          "time": 300
        },
        {
          "dayOfWeek": "Mo",
          "setpoint": "19.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "21.0",
          "time": 300
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "19.0",
          "time": 1260
        },
        {
          "dayOfWeek": "We",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "We",
          "setpoint": "21.0",
          "time": 300
        },
        {
          "dayOfWeek": "We",
          "setpoint": "19.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "21.0",
          "time": 300
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "19.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "21.0",
          "time": 300
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "19.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "21.0",
          "time": 300
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "19.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "21.0",
          "time": 300
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "19.0",
          "time": 1260
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/pumpModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 100.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatingCircuits/hc1/suWiThreshold",
      "type": "floatValue",
      "writeable": 1,
      "recordable": 0,
      "value": 14.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/actualPower",
          "uri": "http://THERMOSTAT/heatSources/actualPower"
        },
        {
          "id": "/heatSources/actualCHPower",
          "uri": "http://THERMOSTAT/heatSources/actualCHPower"
        },
        {
          "id": "/heatSources/actualDHWPower",
          "uri": "http://THERMOSTAT/heatSources/actualDHWPower"
        },
        {
          "id": "/heatSources/actualModulation",
          "uri": "http://THERMOSTAT/heatSources/actualModulation"
        },
        {
          "id": "/heatSources/burnerModulationSetpoint",
          "uri": "http://THERMOSTAT/heatSources/burnerModulationSetpoint"
        },
        {
          "id": "/heatSources/burnerPowerSetpoint",
          "uri": "http://THERMOSTAT/heatSources/burnerPowerSetpoint"
        },
        {
          "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/gasAirPressure",
          "uri": "http://THERMOSTAT/heatSources/gasAirPressure"
        },
        {
          "id": "/heatSources/systemPressure",
          "uri": "http://THERMOSTAT/heatSources/systemPressure"
        },
        {
          "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/chimneyTemperature",
          "uri": "http://THERMOSTAT/heatSources/chimneyTemperature"
        },
        {
          "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/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": "1710",
          "Ver": "04",
          "No": "383733373931313930380000000000000000000000000000000000"
        }
      ]
    },
    {
      "id": "/heatSources/actualPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/actualCHPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/actualDHWPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/actualModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/burnerModulationSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/burnerPowerSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/flameStatus",
      "type": "stringValue",
      "writeable": 0,
      "recordable": 0,
      "value": "off",
      "allowedValues": [
        "off",
        "on"
      ]
    },
    {
      "id": "/heatSources/CHpumpModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/actualSupplyTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 57.5,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatSources/powerSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/gasAirPressure",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "Pascal"
    },
    {
      "id": "/heatSources/systemPressure",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 1.1,
      "unitOfMeasure": "bar",
      "state": [
        {
          "invalid": 25.5
        }
      ]
    },
    {
      "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": 41.6,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatSources/numberOfStarts",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 9666,
      "unitOfMeasure": " "
    },
    {
      "id": "/heatSources/supplyTemperatureSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 5.0,
      "unitOfMeasure": "C"
    },
    {
      "id": "/heatSources/applianceSupplyTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 57.5,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatSources/nominalCHPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 17.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/nominalDHWPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 20.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/chimneyTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": -3276.8,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatSources/sensors",
      "type": "refEnum",
      "references": []
    },
    {
      "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": 332911,
      "unitOfMeasure": "mins"
    },
    {
      "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": 248138,
      "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": 1062.6,
      "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": "2022-08-25T16:47:34"
    },
    {
      "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/actualPower",
          "uri": "http://THERMOSTAT/heatSources/hs1/actualPower"
        },
        {
          "id": "/heatSources/hs1/flameStatus",
          "uri": "http://THERMOSTAT/heatSources/hs1/flameStatus"
        }
      ]
    },
    {
      "id": "/heatSources/hs1/info",
      "type": "systeminfo",
      "recordable": 0,
      "writeable": 0,
      "values": [
        {
          "Tok": "8",
          "Id": "1710",
          "Ver": "04",
          "No": "383733373931313930380000000000000000000000000000000000"
        }
      ]
    },
    {
      "id": "/heatSources/hs1/type",
      "type": "stringValue",
      "writeable": 0,
      "recordable": 0,
      "value": "GasBoiler",
      "allowedValues": [
        "No_Appliance",
        "OilBoiler",
        "GasBoiler",
        "Heatpump",
        "unknownBoiler"
      ]
    },
    {
      "id": "/heatSources/hs1/actualModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/hs1/actualPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "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/consumedEnergy",
          "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/consumedEnergy"
        },
        {
          "id": "/heatSources/ch/energyMonitoring/fuelConsumption",
          "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/fuelConsumption"
        }
      ]
    },
    {
      "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/consumedEnergy",
          "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/consumedEnergy"
        },
        {
          "id": "/heatSources/dhw/energyMonitoring/fuelConsumption",
          "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/fuelConsumption"
        }
      ]
    },
    {
      "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/total",
      "type": "refEnum",
      "references": [
        {
          "id": "/heatSources/total/energyMonitoring",
          "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring"
        }
      ]
    },
    {
      "id": "/heatSources/total/energyMonitoring",
      "type": "refEnum",
      "references": []
    },
    {
      "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": "208",
          "Ver": "01.04",
          "No": "303537303034303330323533343837333739333539354130303030"
        },
        {
          "Tok": "16",
          "Id": "158",
          "Ver": "NF18.06",
          "No": "323533303033393633303334383737333831313233303900FFFFFF"
        },
        {
          "Tok": "32",
          "Id": "160",
          "Ver": "NF24.05",
          "No": "323533303935373030323636353737333831313031313400FFFFFF"
        },
        {
          "Tok": "48",
          "Id": "164",
          "Ver": "NF25.05",
          "No": "323533303033373030303034313737333831313031313500FFFFFF"
        },
        {
          "Tok": "9",
          "Id": "224",
          "Ver": "NF35.05",
          "No": "333135343336383332323030333137303030303031373638373337"
        }
      ]
    },
    {
      "id": "/system/minOutdoorTemp",
      "type": "floatValue",
      "writeable": 1,
      "recordable": 0,
      "value": -16.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/hotWater_t2",
          "uri": "http://THERMOSTAT/system/sensors/temperatures/hotWater_t2"
        },
        {
          "id": "/system/sensors/temperatures/return",
          "uri": "http://THERMOSTAT/system/sensors/temperatures/return"
        },
        {
          "id": "/system/sensors/temperatures/switch",
          "uri": "http://THERMOSTAT/system/sensors/temperatures/switch"
        },
        {
          "id": "/system/sensors/temperatures/chimney",
          "uri": "http://THERMOSTAT/system/sensors/temperatures/chimney"
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/outdoor_t1",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 6.2,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/supply_t1_setpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 5.0,
      "unitOfMeasure": "C"
    },
    {
      "id": "/system/sensors/temperatures/supply_t1",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 57.5,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/hotWater_t2",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 45.7,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/return",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 41.6,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/switch",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 53.8,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/chimney",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": -3276.8,
      "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": 57.5,
      "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm1/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "id": "/system/holidayModes/hm1/hcMode",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "ECO",
      "allowedValues": [
        "AUTO_SAT",
        "FIX_TEMP",
        "OFF",
        "ECO"
      ]
    },
    {
      "id": "/system/holidayModes/hm1/dhwMode",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "OFF",
      "allowedValues": [
        "AUTO_SAT",
        "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm2/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "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": [
        "AUTO_SAT",
        "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm3/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "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": [
        "AUTO_SAT",
        "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm4/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "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": [
        "AUTO_SAT",
        "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm5/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "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": [
        "AUTO_SAT",
        "OFF",
        "TD_OFF"
      ]
    }
  ],
  [
    {
      "id": "/solarCircuits",
      "type": "refEnum",
      "references": [
        {
          "id": "/solarCircuits/sc1",
          "uri": "http://THERMOSTAT/solarCircuits/sc1"
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1",
      "type": "refEnum",
      "references": [
        {
          "id": "/solarCircuits/sc1/dhwTankTemperature",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/dhwTankTemperature"
        },
        {
          "id": "/solarCircuits/sc1/solarYield",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/solarYield"
        },
        {
          "id": "/solarCircuits/sc1/pumpModulation",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/pumpModulation"
        },
        {
          "id": "/solarCircuits/sc1/collectorTemperature",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/collectorTemperature"
        },
        {
          "id": "/solarCircuits/sc1/actuatorStatus",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/actuatorStatus"
        },
        {
          "id": "/solarCircuits/sc1/status",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/status"
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1/dhwTankTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 26.2,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1/solarYield",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "Wh"
    },
    {
      "id": "/solarCircuits/sc1/pumpModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%",
      "state": [
        {
          "off": 0.0
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1/collectorTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 3.7,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1/actuatorStatus",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "yes",
      "allowedValues": [
        "no",
        "yes"
      ]
    },
    {
      "id": "/solarCircuits/sc1/status",
      "type": "stringValue",
      "writeable": 0,
      "recordable": 0,
      "value": "ACTIVE",
      "allowedValues": [
        "INACTIVE",
        "ACTIVE"
      ]
    }
  ],
  [
    {
      "id": "/recordings",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/solarCircuits",
          "uri": "http://THERMOSTAT/recordings/solarCircuits"
        },
        {
          "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/solarCircuits",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/solarCircuits/sc1",
          "uri": "http://THERMOSTAT/recordings/solarCircuits/sc1"
        }
      ]
    },
    {
      "id": "/recordings/solarCircuits/sc1",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/solarCircuits/sc1/solarYield",
          "uri": "http://THERMOSTAT/recordings/solarCircuits/sc1/solarYield"
        }
      ]
    },
    {
      "id": "/recordings/solarCircuits/sc1/solarYield?interval=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/solarCircuits/sc1/solarYield",
        "uri": "http://192.168.188.95/solarCircuits/sc1/solarYield"
      },
      "interval": "2022-11-4",
      "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": 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": 60
        },
        {
          "y": 0,
          "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
        }
      ]
    },
    {
      "id": "/recordings/solarCircuits/sc1/solarYield?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/solarCircuits/sc1/solarYield",
        "uri": "http://192.168.188.95/solarCircuits/sc1/solarYield"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 125100,
          "c": 1439
        },
        {
          "y": 36900,
          "c": 1439
        },
        {
          "y": 151786,
          "c": 1438
        },
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 0,
          "c": 1259
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/solarCircuits/sc1/solarYield?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/solarCircuits/sc1/solarYield",
        "uri": "http://192.168.188.95/solarCircuits/sc1/solarYield"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 33194,
          "c": 360
        },
        {
          "y": 290934,
          "c": 360
        },
        {
          "y": 1252,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 14732,
          "c": 360
        },
        {
          "y": 110368,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 3240,
          "c": 359
        },
        {
          "y": 33660,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 151786,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 180
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/solarCircuits/sc1/solarYield",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/solarCircuits/sc1/solarYield",
        "uri": "http://192.168.188.95/solarCircuits/sc1/solarYield"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "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=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/system/sensors/temperatures/outdoor_t1",
        "uri": "http://192.168.188.95/system/sensors/temperatures/outdoor_t1"
      },
      "interval": "2022-11-4",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 600,
          "c": 60
        },
        {
          "y": 599,
          "c": 60
        },
        {
          "y": 579,
          "c": 60
        },
        {
          "y": 528,
          "c": 60
        },
        {
          "y": 483,
          "c": 60
        },
        {
          "y": 480,
          "c": 60
        },
        {
          "y": 480,
          "c": 60
        },
        {
          "y": 480,
          "c": 60
        },
        {
          "y": 461,
          "c": 59
        },
        {
          "y": 434,
          "c": 60
        },
        {
          "y": 420,
          "c": 60
        },
        {
          "y": 409,
          "c": 60
        },
        {
          "y": 383,
          "c": 60
        },
        {
          "y": 372,
          "c": 60
        },
        {
          "y": 369,
          "c": 60
        },
        {
          "y": 377,
          "c": 60
        },
        {
          "y": 361,
          "c": 60
        },
        {
          "y": 360,
          "c": 60
        },
        {
          "y": 346,
          "c": 60
        },
        {
          "y": 314,
          "c": 60
        },
        {
          "y": 247,
          "c": 60
        },
        {
          "y": 223,
          "c": 59
        },
        {
          "y": 208,
          "c": 60
        },
        {
          "y": 203,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/system/sensors/temperatures/outdoor_t1?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/system/sensors/temperatures/outdoor_t1",
        "uri": "http://192.168.188.95/system/sensors/temperatures/outdoor_t1"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 16353,
          "c": 1439
        },
        {
          "y": 15713,
          "c": 1439
        },
        {
          "y": 12280,
          "c": 1438
        },
        {
          "y": 9716,
          "c": 1438
        },
        {
          "y": 7149,
          "c": 1259
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/system/sensors/temperatures/outdoor_t1?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/system/sensors/temperatures/outdoor_t1",
        "uri": "http://192.168.188.95/system/sensors/temperatures/outdoor_t1"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 3200,
          "c": 359
        },
        {
          "y": 4491,
          "c": 360
        },
        {
          "y": 6009,
          "c": 360
        },
        {
          "y": 3681,
          "c": 359
        },
        {
          "y": 2674,
          "c": 360
        },
        {
          "y": 3601,
          "c": 360
        },
        {
          "y": 5561,
          "c": 359
        },
        {
          "y": 4517,
          "c": 360
        },
        {
          "y": 3262,
          "c": 360
        },
        {
          "y": 4398,
          "c": 359
        },
        {
          "y": 4865,
          "c": 360
        },
        {
          "y": 3188,
          "c": 360
        },
        {
          "y": 2257,
          "c": 359
        },
        {
          "y": 2916,
          "c": 360
        },
        {
          "y": 3669,
          "c": 359
        },
        {
          "y": 3438,
          "c": 360
        },
        {
          "y": 3269,
          "c": 360
        },
        {
          "y": 2684,
          "c": 359
        },
        {
          "y": 2222,
          "c": 360
        },
        {
          "y": 1541,
          "c": 359
        },
        {
          "y": 1114,
          "c": 360
        },
        {
          "y": 2087,
          "c": 359
        },
        {
          "y": 2705,
          "c": 360
        },
        {
          "y": 1243,
          "c": 180
        },
        {
          "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://192.168.188.95/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/system/heatSources/hs1/actualPower",
          "uri": "http://THERMOSTAT/recordings/system/heatSources/hs1/actualPower"
        }
      ]
    },
    {
      "id": "/recordings/system/heatSources/hs1/actualPower?interval=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-11-4",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 360,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/system/heatSources/hs1/actualPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 420,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1439
        },
        {
          "y": 960,
          "c": 1438
        },
        {
          "y": 1320,
          "c": 1258
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/system/heatSources/hs1/actualPower?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 780,
          "c": 360
        },
        {
          "y": 540,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 300,
          "c": 360
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 660,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 660,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 180,
          "c": 180
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/system/heatSources/hs1/actualPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "id": "/recordings/heatSources",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/heatSources/actualPower",
          "uri": "http://THERMOSTAT/recordings/heatSources/actualPower"
        },
        {
          "id": "/recordings/heatSources/actualCHPower",
          "uri": "http://THERMOSTAT/recordings/heatSources/actualCHPower"
        },
        {
          "id": "/recordings/heatSources/actualDHWPower",
          "uri": "http://THERMOSTAT/recordings/heatSources/actualDHWPower"
        },
        {
          "id": "/recordings/heatSources/hs1",
          "uri": "http://THERMOSTAT/recordings/heatSources/hs1"
        },
        {
          "id": "/recordings/heatSources/total",
          "uri": "http://THERMOSTAT/recordings/heatSources/total"
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualPower?interval=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-11-4",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 360,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 420,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1439
        },
        {
          "y": 960,
          "c": 1438
        },
        {
          "y": 1320,
          "c": 1258
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualPower?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 780,
          "c": 360
        },
        {
          "y": 540,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 300,
          "c": 360
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 660,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 660,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 180,
          "c": 180
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "id": "/recordings/heatSources/actualCHPower?interval=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualCHPower",
        "uri": "http://192.168.188.95/heatSources/actualCHPower"
      },
      "interval": "2022-11-4",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "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": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualCHPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualCHPower",
        "uri": "http://192.168.188.95/heatSources/actualCHPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 120,
          "c": 1438
        },
        {
          "y": 300,
          "c": 1439
        },
        {
          "y": 120,
          "c": 1438
        },
        {
          "y": 660,
          "c": 1258
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualCHPower?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualCHPower",
        "uri": "http://192.168.188.95/heatSources/actualCHPower"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 300,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 660,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 180
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualCHPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualCHPower",
        "uri": "http://192.168.188.95/heatSources/actualCHPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "id": "/recordings/heatSources/actualDHWPower?interval=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualDHWPower",
        "uri": "http://192.168.188.95/heatSources/actualDHWPower"
      },
      "interval": "2022-11-4",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 360,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualDHWPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualDHWPower",
        "uri": "http://192.168.188.95/heatSources/actualDHWPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 300,
          "c": 1438
        },
        {
          "y": 540,
          "c": 1439
        },
        {
          "y": 840,
          "c": 1438
        },
        {
          "y": 660,
          "c": 1258
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualDHWPower?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualDHWPower",
        "uri": "http://192.168.188.95/heatSources/actualDHWPower"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 780,
          "c": 360
        },
        {
          "y": 540,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 660,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 180,
          "c": 180
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualDHWPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualDHWPower",
        "uri": "http://192.168.188.95/heatSources/actualDHWPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "id": "/recordings/heatSources/hs1",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/heatSources/hs1/actualPower",
          "uri": "http://THERMOSTAT/recordings/heatSources/hs1/actualPower"
        }
      ]
    },
    {
      "id": "/recordings/heatSources/hs1/actualPower?interval=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/hs1/actualPower",
        "uri": "http://192.168.188.95/heatSources/hs1/actualPower"
      },
      "interval": "2022-11-4",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 360,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/heatSources/hs1/actualPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/hs1/actualPower",
        "uri": "http://192.168.188.95/heatSources/hs1/actualPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 420,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1439
        },
        {
          "y": 960,
          "c": 1438
        },
        {
          "y": 1320,
          "c": 1258
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatSources/hs1/actualPower?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/hs1/actualPower",
        "uri": "http://192.168.188.95/heatSources/hs1/actualPower"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 780,
          "c": 360
        },
        {
          "y": 540,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 300,
          "c": 360
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 660,
          "c": 360
        },
        {
          "y": 180,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 660,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 180,
          "c": 180
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatSources/hs1/actualPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/hs1/actualPower",
        "uri": "http://192.168.188.95/heatSources/hs1/actualPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "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/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=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatingCircuits/hc1/roomtemperature",
        "uri": "http://192.168.188.95/heatingCircuits/hc1/roomtemperature"
      },
      "interval": "2022-11-4",
      "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": -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": -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
        }
      ]
    },
    {
      "id": "/recordings/heatingCircuits/hc1/roomtemperature?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatingCircuits/hc1/roomtemperature",
        "uri": "http://192.168.188.95/heatingCircuits/hc1/roomtemperature"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": -4713996,
          "c": 1439
        },
        {
          "y": -4713996,
          "c": 1439
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4124337,
          "c": 1259
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/heatingCircuits/hc1/roomtemperature?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatingCircuits/hc1/roomtemperature",
        "uri": "http://192.168.188.95/heatingCircuits/hc1/roomtemperature"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -589659,
          "c": 180
        },
        {
          "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://192.168.188.95/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=2022-11-4",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/dhwCircuits/dhw1/actualTemp",
        "uri": "http://192.168.188.95/dhwCircuits/dhw1/actualTemp"
      },
      "interval": "2022-11-4",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 2520,
          "c": 60
        },
        {
          "y": 2505,
          "c": 60
        },
        {
          "y": 2460,
          "c": 60
        },
        {
          "y": 2460,
          "c": 60
        },
        {
          "y": 2460,
          "c": 60
        },
        {
          "y": 2281,
          "c": 60
        },
        {
          "y": 1904,
          "c": 60
        },
        {
          "y": 1632,
          "c": 60
        },
        {
          "y": 1486,
          "c": 59
        },
        {
          "y": 1500,
          "c": 60
        },
        {
          "y": 1500,
          "c": 60
        },
        {
          "y": 2358,
          "c": 60
        },
        {
          "y": 2488,
          "c": 60
        },
        {
          "y": 2483,
          "c": 60
        },
        {
          "y": 2587,
          "c": 60
        },
        {
          "y": 2544,
          "c": 60
        },
        {
          "y": 2483,
          "c": 60
        },
        {
          "y": 2547,
          "c": 60
        },
        {
          "y": 2585,
          "c": 60
        },
        {
          "y": 2487,
          "c": 60
        },
        {
          "y": 2487,
          "c": 60
        },
        {
          "y": 2602,
          "c": 59
        },
        {
          "y": 2550,
          "c": 60
        },
        {
          "y": 2520,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/dhwCircuits/dhw1/actualTemp?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/dhwCircuits/dhw1/actualTemp",
        "uri": "http://192.168.188.95/dhwCircuits/dhw1/actualTemp"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 61974,
          "c": 1439
        },
        {
          "y": 59282,
          "c": 1439
        },
        {
          "y": 52705,
          "c": 1438
        },
        {
          "y": 55429,
          "c": 1438
        },
        {
          "y": 46408,
          "c": 1259
        },
        {
          "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
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 0
        }
      ]
    },
    {
      "id": "/recordings/dhwCircuits/dhw1/actualTemp?interval=2022-W44",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/dhwCircuits/dhw1/actualTemp",
        "uri": "http://192.168.188.95/dhwCircuits/dhw1/actualTemp"
      },
      "interval": "2022-W44",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 15052,
          "c": 359
        },
        {
          "y": 14000,
          "c": 360
        },
        {
          "y": 15735,
          "c": 360
        },
        {
          "y": 14538,
          "c": 359
        },
        {
          "y": 13794,
          "c": 360
        },
        {
          "y": 11132,
          "c": 360
        },
        {
          "y": 15083,
          "c": 359
        },
        {
          "y": 21965,
          "c": 360
        },
        {
          "y": 19119,
          "c": 360
        },
        {
          "y": 10692,
          "c": 359
        },
        {
          "y": 15105,
          "c": 360
        },
        {
          "y": 14366,
          "c": 360
        },
        {
          "y": 13582,
          "c": 359
        },
        {
          "y": 10024,
          "c": 360
        },
        {
          "y": 14273,
          "c": 359
        },
        {
          "y": 14826,
          "c": 360
        },
        {
          "y": 14686,
          "c": 360
        },
        {
          "y": 10380,
          "c": 359
        },
        {
          "y": 15132,
          "c": 360
        },
        {
          "y": 15231,
          "c": 359
        },
        {
          "y": 13793,
          "c": 360
        },
        {
          "y": 10050,
          "c": 359
        },
        {
          "y": 15125,
          "c": 360
        },
        {
          "y": 7440,
          "c": 180
        },
        {
          "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://192.168.188.95/dhwCircuits/dhw1/actualTemp"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    }
  ],
  {
    "/devices": "not found"
  },
  {
    "/energy": "not found"
  },
  {
    "/events": "not found"
  },
  {
    "/programs": "not found"
  },
  {
    "/zones": "not found"
  },
  {
    "/ecus": "not found"
  },
  {
    "/application": "not found"
  },
  [
    {
      "id": "/gservice_tariff",
      "type": "refEnum",
      "references": [
        {
          "id": "/gservice_tariff/relativePrice",
          "uri": "http://THERMOSTAT/gservice_tariff/relativePrice"
        }
      ]
    },
    {
      "id": "/gservice_tariff/relativePrice",
      "type": "refEnum",
      "references": [
        {
          "id": "/gservice_tariff/relativePrice/*",
          "uri": "http://THERMOSTAT/gservice_tariff/relativePrice/*"
        }
      ]
    },
    {
      "id": "/gservice_tariff/relativePrice/*",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0
      ]
    }
  ]
]
pszafer commented 1 year ago

Did you enable new api option? If so try this one, so it could gather 30 days in the past if available. If no, yesterday solar yield is 0 all day long, so no new entry would be added to HA stats. And possibility to add anything to energy dashboard would appear only if there are some positive number >0. About those sensor.actual_power or sensor.energy_consumption, for most of the people those sensors stopped working with firmware released 2 years ago and recording sensors are still working reliable.

Int4ngible commented 1 year ago

Thank you for your reply! New api option was not ticked, but I enabled it now. By doing so, new "external" entities showed up, which seem to be a duplication of the "normal" ones. But sensor.sc1_solaryield is not available, even though it produced energy today.

For gas consumption at least three new entities appeared: sensor.recording_ractualdhwpower, sensor.recording_ractualpower (these two seem to show the same values) and sensor.recording_ractualchpower. Which one do you use for tracking gas consumption?

pszafer commented 1 year ago

https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/wiki/New-API-support

Int4ngible commented 1 year ago

Got it, thanks - unfortunately this wiki page was hidden (my bad). Difference between CH and DHW is central heating (CH) and domestic hot water (DHW). Just in case someone else is reading this.

Int4ngible commented 1 year ago

Appologies for opening this topic again. But sensor.sc1_solaryield is still not showing up in the energy dashboard solar dropdown. Yield was > 0 for some days. Debug log attached. Thank you for your patience.


[
  {
    "/systemStates": "not found"
  },
  [
    {
      "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/tdweekDay",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/tdweekDay"
        },
        {
          "id": "/dhwCircuits/dhw1/tddayTime",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/tddayTime"
        },
        {
          "id": "/dhwCircuits/dhw1/cpStartph",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/cpStartph"
        },
        {
          "id": "/dhwCircuits/dhw1/singleChargeSetpoint",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/singleChargeSetpoint"
        },
        {
          "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",
        "high",
        "HCprogram",
        "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": 660
        },
        {
          "dayOfWeek": "Mo",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "We",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "We",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "off",
          "time": 1380
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "high",
          "time": 660
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "off",
          "time": 1380
        }
      ]
    },
    {
      "id": "/dhwCircuits/dhw1/temperatureLevels",
      "type": "refEnum",
      "references": [
        {
          "id": "/dhwCircuits/dhw1/temperatureLevels/off",
          "uri": "http://THERMOSTAT/dhwCircuits/dhw1/temperatureLevels/off"
        },
        {
          "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/high",
      "type": "floatValue",
      "writeable": 1,
      "recordable": 0,
      "value": 46.0,
      "unitOfMeasure": "C",
      "minValue": 30.0,
      "maxValue": 80.0
    },
    {
      "id": "/dhwCircuits/dhw1/currentSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 10.0,
      "unitOfMeasure": "C"
    },
    {
      "id": "/dhwCircuits/dhw1/actualTemp",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 45.3,
      "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": 87348,
      "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": 46.0,
      "unitOfMeasure": "C",
      "minValue": 30.0,
      "maxValue": 80.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.08.02"
    },
    {
      "id": "/gateway/versionHardware",
      "type": "stringValue",
      "writeable": 0,
      "recordable": 0,
      "value": "iCom_Low_NSC_v1"
    },
    {
      "id": "/gateway/DateTime",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "2022-11-17T23:07:42"
    },
    {
      "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/actualSupplyTempSetpoint",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/actualSupplyTempSetpoint"
        },
        {
          "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/timeToNextSetpoint",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/timeToNextSetpoint"
        },
        {
          "id": "/heatingCircuits/hc1/nextSetpoint",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/nextSetpoint"
        },
        {
          "id": "/heatingCircuits/hc1/switchProgramMode",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/switchProgramMode"
        },
        {
          "id": "/heatingCircuits/hc1/switchPrograms",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/switchPrograms"
        },
        {
          "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/heatCurveMin",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/heatCurveMin"
        },
        {
          "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/solarInfluence",
          "uri": "http://THERMOSTAT/heatingCircuits/hc1/solarInfluence"
        },
        {
          "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": 21.0,
      "unitOfMeasure": "C",
      "state": [
        {
          "off": 0.0
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/actualSupplyTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 25.9,
      "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": 21.0,
      "unitOfMeasure": "C",
      "minValue": 5.0,
      "maxValue": 30.0,
      "state": [
        {
          "off": 0.0
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/supplyTemperatureSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 30.0,
      "unitOfMeasure": "C",
      "state": [
        {
          "off_heat": 0.0
        },
        {
          "off_cool": 90.0
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/manualRoomSetpoint",
      "type": "floatValue",
      "writeable": 1,
      "recordable": 0,
      "value": 21.0,
      "unitOfMeasure": "C",
      "minValue": 5.0,
      "maxValue": 30.0,
      "state": [
        {
          "off": 0.0
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/temporaryRoomSetpoint",
      "type": "floatValue",
      "writeable": 1,
      "recordable": 0,
      "value": 17.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": "B",
      "allowedValues": [
        "A",
        "B"
      ]
    },
    {
      "id": "/heatingCircuits/hc1/switchProgramMode",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "absolute",
      "allowedValues": [
        "levels",
        "absolute"
      ]
    },
    {
      "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": 42,
      "maxNbOfSwitchPointsPerDay": 6,
      "switchPointTimeRaster": 15,
      "writeable": 1,
      "switchPoints": [
        {
          "dayOfWeek": "Mo",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "Mo",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "We",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "We",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "21.0",
          "time": 360
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "21.0",
          "time": 480
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "15.0",
          "time": 1380
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "21.0",
          "time": 480
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "15.0",
          "time": 1380
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/switchPrograms/B",
      "type": "switchProgram",
      "setpointProperty": {
        "id": "/heatingCircuits/hc1/temperatureLevels",
        "uri": "http://THERMOSTAT/heatingCircuits/hc1/temperatureLevels"
      },
      "maxNbOfSwitchPoints": 42,
      "maxNbOfSwitchPointsPerDay": 6,
      "switchPointTimeRaster": 15,
      "writeable": 1,
      "switchPoints": [
        {
          "dayOfWeek": "Mo",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Mo",
          "setpoint": "21.0",
          "time": 660
        },
        {
          "dayOfWeek": "Mo",
          "setpoint": "17.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "21.0",
          "time": 660
        },
        {
          "dayOfWeek": "Tu",
          "setpoint": "17.0",
          "time": 1260
        },
        {
          "dayOfWeek": "We",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "We",
          "setpoint": "21.0",
          "time": 660
        },
        {
          "dayOfWeek": "We",
          "setpoint": "17.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "21.0",
          "time": 660
        },
        {
          "dayOfWeek": "Th",
          "setpoint": "17.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "21.0",
          "time": 660
        },
        {
          "dayOfWeek": "Fr",
          "setpoint": "17.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "21.0",
          "time": 660
        },
        {
          "dayOfWeek": "Sa",
          "setpoint": "17.0",
          "time": 1260
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "17.0",
          "time": 0
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "21.0",
          "time": 660
        },
        {
          "dayOfWeek": "Su",
          "setpoint": "17.0",
          "time": 1260
        }
      ]
    },
    {
      "id": "/heatingCircuits/hc1/pumpModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 100.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatingCircuits/hc1/suWiThreshold",
      "type": "floatValue",
      "writeable": 1,
      "recordable": 0,
      "value": 14.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/actualPower",
          "uri": "http://THERMOSTAT/heatSources/actualPower"
        },
        {
          "id": "/heatSources/actualCHPower",
          "uri": "http://THERMOSTAT/heatSources/actualCHPower"
        },
        {
          "id": "/heatSources/actualDHWPower",
          "uri": "http://THERMOSTAT/heatSources/actualDHWPower"
        },
        {
          "id": "/heatSources/actualModulation",
          "uri": "http://THERMOSTAT/heatSources/actualModulation"
        },
        {
          "id": "/heatSources/burnerModulationSetpoint",
          "uri": "http://THERMOSTAT/heatSources/burnerModulationSetpoint"
        },
        {
          "id": "/heatSources/burnerPowerSetpoint",
          "uri": "http://THERMOSTAT/heatSources/burnerPowerSetpoint"
        },
        {
          "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/gasAirPressure",
          "uri": "http://THERMOSTAT/heatSources/gasAirPressure"
        },
        {
          "id": "/heatSources/systemPressure",
          "uri": "http://THERMOSTAT/heatSources/systemPressure"
        },
        {
          "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/chimneyTemperature",
          "uri": "http://THERMOSTAT/heatSources/chimneyTemperature"
        },
        {
          "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/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": "1710",
          "Ver": "04",
          "No": "383733373931313930380000000000000000000000000000000000"
        }
      ]
    },
    {
      "id": "/heatSources/actualPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/actualCHPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/actualDHWPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/actualModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/burnerModulationSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 80.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/burnerPowerSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 13.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/flameStatus",
      "type": "stringValue",
      "writeable": 0,
      "recordable": 0,
      "value": "off",
      "allowedValues": [
        "off",
        "on"
      ]
    },
    {
      "id": "/heatSources/CHpumpModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/actualSupplyTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 56.8,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatSources/powerSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 80.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/gasAirPressure",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "Pascal"
    },
    {
      "id": "/heatSources/systemPressure",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 1.1,
      "unitOfMeasure": "bar",
      "state": [
        {
          "invalid": 25.5
        }
      ]
    },
    {
      "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": 40.6,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatSources/numberOfStarts",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 9804,
      "unitOfMeasure": " "
    },
    {
      "id": "/heatSources/supplyTemperatureSetpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 30.0,
      "unitOfMeasure": "C"
    },
    {
      "id": "/heatSources/applianceSupplyTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 56.8,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatSources/nominalCHPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 17.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/nominalDHWPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 20.0,
      "unitOfMeasure": "kW"
    },
    {
      "id": "/heatSources/chimneyTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": -3276.8,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/heatSources/sensors",
      "type": "refEnum",
      "references": []
    },
    {
      "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": 337821,
      "unitOfMeasure": "mins"
    },
    {
      "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": 250473,
      "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": 1136.8,
      "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": "2022-08-25T16:47:34"
    },
    {
      "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/actualPower",
          "uri": "http://THERMOSTAT/heatSources/hs1/actualPower"
        },
        {
          "id": "/heatSources/hs1/flameStatus",
          "uri": "http://THERMOSTAT/heatSources/hs1/flameStatus"
        }
      ]
    },
    {
      "id": "/heatSources/hs1/info",
      "type": "systeminfo",
      "recordable": 0,
      "writeable": 0,
      "values": [
        {
          "Tok": "8",
          "Id": "1710",
          "Ver": "04",
          "No": "383733373931313930380000000000000000000000000000000000"
        }
      ]
    },
    {
      "id": "/heatSources/hs1/type",
      "type": "stringValue",
      "writeable": 0,
      "recordable": 0,
      "value": "GasBoiler",
      "allowedValues": [
        "No_Appliance",
        "OilBoiler",
        "GasBoiler",
        "Heatpump",
        "unknownBoiler"
      ]
    },
    {
      "id": "/heatSources/hs1/actualModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%"
    },
    {
      "id": "/heatSources/hs1/actualPower",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "kW"
    },
    {
      "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/consumedEnergy",
          "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/consumedEnergy"
        },
        {
          "id": "/heatSources/ch/energyMonitoring/fuelConsumption",
          "uri": "http://THERMOSTAT/heatSources/ch/energyMonitoring/fuelConsumption"
        }
      ]
    },
    {
      "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/consumedEnergy",
          "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/consumedEnergy"
        },
        {
          "id": "/heatSources/dhw/energyMonitoring/fuelConsumption",
          "uri": "http://THERMOSTAT/heatSources/dhw/energyMonitoring/fuelConsumption"
        }
      ]
    },
    {
      "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/total",
      "type": "refEnum",
      "references": [
        {
          "id": "/heatSources/total/energyMonitoring",
          "uri": "http://THERMOSTAT/heatSources/total/energyMonitoring"
        }
      ]
    },
    {
      "id": "/heatSources/total/energyMonitoring",
      "type": "refEnum",
      "references": []
    },
    {
      "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": "208",
          "Ver": "01.04",
          "No": "303537303034303330323533343837333739333539354130303030"
        },
        {
          "Tok": "16",
          "Id": "158",
          "Ver": "NF18.06",
          "No": "323533303033393633303334383737333831313233303900FFFFFF"
        },
        {
          "Tok": "32",
          "Id": "160",
          "Ver": "NF24.05",
          "No": "323533303935373030323636353737333831313031313400FFFFFF"
        },
        {
          "Tok": "48",
          "Id": "164",
          "Ver": "NF25.05",
          "No": "323533303033373030303034313737333831313031313500FFFFFF"
        },
        {
          "Tok": "9",
          "Id": "224",
          "Ver": "NF35.05",
          "No": "333135343336383332323030333137303030303031373638373337"
        }
      ]
    },
    {
      "id": "/system/minOutdoorTemp",
      "type": "floatValue",
      "writeable": 1,
      "recordable": 0,
      "value": -16.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/hotWater_t2",
          "uri": "http://THERMOSTAT/system/sensors/temperatures/hotWater_t2"
        },
        {
          "id": "/system/sensors/temperatures/return",
          "uri": "http://THERMOSTAT/system/sensors/temperatures/return"
        },
        {
          "id": "/system/sensors/temperatures/switch",
          "uri": "http://THERMOSTAT/system/sensors/temperatures/switch"
        },
        {
          "id": "/system/sensors/temperatures/chimney",
          "uri": "http://THERMOSTAT/system/sensors/temperatures/chimney"
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/outdoor_t1",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 5.5,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/supply_t1_setpoint",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 30.0,
      "unitOfMeasure": "C"
    },
    {
      "id": "/system/sensors/temperatures/supply_t1",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 56.8,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/hotWater_t2",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 45.3,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/return",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 40.6,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/switch",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 53.5,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/system/sensors/temperatures/chimney",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": -3276.8,
      "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": 56.8,
      "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm1/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "id": "/system/holidayModes/hm1/hcMode",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "ECO",
      "allowedValues": [
        "AUTO_SAT",
        "FIX_TEMP",
        "OFF",
        "ECO"
      ]
    },
    {
      "id": "/system/holidayModes/hm1/dhwMode",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "OFF",
      "allowedValues": [
        "AUTO_SAT",
        "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm2/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "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": [
        "AUTO_SAT",
        "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm3/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "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": [
        "AUTO_SAT",
        "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm4/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "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": [
        "AUTO_SAT",
        "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": "2017-01-01/2017-01-01"
    },
    {
      "id": "/system/holidayModes/hm5/assignedTo",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [],
      "allowedValues": [
        "hc1",
        "dhw1"
      ]
    },
    {
      "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": [
        "AUTO_SAT",
        "OFF",
        "TD_OFF"
      ]
    }
  ],
  [
    {
      "id": "/solarCircuits",
      "type": "refEnum",
      "references": [
        {
          "id": "/solarCircuits/sc1",
          "uri": "http://THERMOSTAT/solarCircuits/sc1"
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1",
      "type": "refEnum",
      "references": [
        {
          "id": "/solarCircuits/sc1/dhwTankTemperature",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/dhwTankTemperature"
        },
        {
          "id": "/solarCircuits/sc1/solarYield",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/solarYield"
        },
        {
          "id": "/solarCircuits/sc1/pumpModulation",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/pumpModulation"
        },
        {
          "id": "/solarCircuits/sc1/collectorTemperature",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/collectorTemperature"
        },
        {
          "id": "/solarCircuits/sc1/actuatorStatus",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/actuatorStatus"
        },
        {
          "id": "/solarCircuits/sc1/status",
          "uri": "http://THERMOSTAT/solarCircuits/sc1/status"
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1/dhwTankTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 27.9,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1/solarYield",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.0,
      "unitOfMeasure": "Wh"
    },
    {
      "id": "/solarCircuits/sc1/pumpModulation",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 0,
      "value": 0.0,
      "unitOfMeasure": "%",
      "state": [
        {
          "off": 0.0
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1/collectorTemperature",
      "type": "floatValue",
      "writeable": 0,
      "recordable": 1,
      "value": 0.7,
      "unitOfMeasure": "C",
      "state": [
        {
          "open": -3276.8
        },
        {
          "short": 3276.7
        }
      ]
    },
    {
      "id": "/solarCircuits/sc1/actuatorStatus",
      "type": "stringValue",
      "writeable": 1,
      "recordable": 0,
      "value": "yes",
      "allowedValues": [
        "no",
        "yes"
      ]
    },
    {
      "id": "/solarCircuits/sc1/status",
      "type": "stringValue",
      "writeable": 0,
      "recordable": 0,
      "value": "ACTIVE",
      "allowedValues": [
        "INACTIVE",
        "ACTIVE"
      ]
    }
  ],
  [
    {
      "id": "/recordings",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/solarCircuits",
          "uri": "http://THERMOSTAT/recordings/solarCircuits"
        },
        {
          "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/solarCircuits",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/solarCircuits/sc1",
          "uri": "http://THERMOSTAT/recordings/solarCircuits/sc1"
        }
      ]
    },
    {
      "id": "/recordings/solarCircuits/sc1",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/solarCircuits/sc1/solarYield",
          "uri": "http://THERMOSTAT/recordings/solarCircuits/sc1/solarYield"
        }
      ]
    },
    {
      "id": "/recordings/solarCircuits/sc1/solarYield?interval=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/solarCircuits/sc1/solarYield",
        "uri": "http://192.168.188.95/solarCircuits/sc1/solarYield"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "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": 60
        },
        {
          "y": 0,
          "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
        }
      ]
    },
    {
      "id": "/recordings/solarCircuits/sc1/solarYield?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/solarCircuits/sc1/solarYield",
        "uri": "http://192.168.188.95/solarCircuits/sc1/solarYield"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 125100,
          "c": 1439
        },
        {
          "y": 36900,
          "c": 1439
        },
        {
          "y": 151786,
          "c": 1438
        },
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 195780,
          "c": 1438
        },
        {
          "y": 211865,
          "c": 1438
        },
        {
          "y": 241620,
          "c": 1437
        },
        {
          "y": 227340,
          "c": 1438
        },
        {
          "y": 163140,
          "c": 1437
        },
        {
          "y": 247423,
          "c": 1437
        },
        {
          "y": 235314,
          "c": 1436
        },
        {
          "y": 193680,
          "c": 1437
        },
        {
          "y": 154500,
          "c": 1438
        },
        {
          "y": 243720,
          "c": 1438
        },
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 45600,
          "c": 1377
        },
        {
          "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/solarCircuits/sc1/solarYield?interval=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/solarCircuits/sc1/solarYield",
        "uri": "http://192.168.188.95/solarCircuits/sc1/solarYield"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 7493,
          "c": 360
        },
        {
          "y": 145411,
          "c": 359
        },
        {
          "y": 1596,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 12586,
          "c": 360
        },
        {
          "y": 227813,
          "c": 359
        },
        {
          "y": 3321,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 2124,
          "c": 359
        },
        {
          "y": 43476,
          "c": 359
        },
        {
          "y": 0,
          "c": 300
        },
        {
          "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/solarCircuits/sc1/solarYield",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/solarCircuits/sc1/solarYield",
        "uri": "http://192.168.188.95/solarCircuits/sc1/solarYield"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "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=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/system/sensors/temperatures/outdoor_t1",
        "uri": "http://192.168.188.95/system/sensors/temperatures/outdoor_t1"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 354,
          "c": 60
        },
        {
          "y": 303,
          "c": 60
        },
        {
          "y": 300,
          "c": 60
        },
        {
          "y": 295,
          "c": 59
        },
        {
          "y": 300,
          "c": 60
        },
        {
          "y": 298,
          "c": 60
        },
        {
          "y": 269,
          "c": 60
        },
        {
          "y": 284,
          "c": 60
        },
        {
          "y": 316,
          "c": 60
        },
        {
          "y": 378,
          "c": 60
        },
        {
          "y": 425,
          "c": 60
        },
        {
          "y": 478,
          "c": 60
        },
        {
          "y": 480,
          "c": 60
        },
        {
          "y": 497,
          "c": 60
        },
        {
          "y": 540,
          "c": 60
        },
        {
          "y": 538,
          "c": 60
        },
        {
          "y": 480,
          "c": 59
        },
        {
          "y": 434,
          "c": 60
        },
        {
          "y": 418,
          "c": 60
        },
        {
          "y": 360,
          "c": 60
        },
        {
          "y": 334,
          "c": 60
        },
        {
          "y": 298,
          "c": 60
        },
        {
          "y": 232,
          "c": 60
        },
        {
          "y": 172,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/system/sensors/temperatures/outdoor_t1?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/system/sensors/temperatures/outdoor_t1",
        "uri": "http://192.168.188.95/system/sensors/temperatures/outdoor_t1"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 16353,
          "c": 1439
        },
        {
          "y": 15713,
          "c": 1439
        },
        {
          "y": 12280,
          "c": 1438
        },
        {
          "y": 9716,
          "c": 1438
        },
        {
          "y": 8205,
          "c": 1438
        },
        {
          "y": 9264,
          "c": 1438
        },
        {
          "y": 12660,
          "c": 1438
        },
        {
          "y": 9424,
          "c": 1437
        },
        {
          "y": 11585,
          "c": 1438
        },
        {
          "y": 12745,
          "c": 1437
        },
        {
          "y": 8159,
          "c": 1437
        },
        {
          "y": 7174,
          "c": 1436
        },
        {
          "y": 5770,
          "c": 1437
        },
        {
          "y": 7514,
          "c": 1438
        },
        {
          "y": 8412,
          "c": 1438
        },
        {
          "y": 8783,
          "c": 1438
        },
        {
          "y": 8043,
          "c": 1377
        },
        {
          "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=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/system/sensors/temperatures/outdoor_t1",
        "uri": "http://192.168.188.95/system/sensors/temperatures/outdoor_t1"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 397,
          "c": 359
        },
        {
          "y": 1613,
          "c": 360
        },
        {
          "y": 3888,
          "c": 359
        },
        {
          "y": 1616,
          "c": 360
        },
        {
          "y": 696,
          "c": 359
        },
        {
          "y": 1909,
          "c": 360
        },
        {
          "y": 3855,
          "c": 359
        },
        {
          "y": 1952,
          "c": 360
        },
        {
          "y": 1850,
          "c": 359
        },
        {
          "y": 2150,
          "c": 360
        },
        {
          "y": 2969,
          "c": 359
        },
        {
          "y": 1814,
          "c": 360
        },
        {
          "y": 913,
          "c": 359
        },
        {
          "y": 2034,
          "c": 359
        },
        {
          "y": 3318,
          "c": 359
        },
        {
          "y": 1778,
          "c": 300
        },
        {
          "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://192.168.188.95/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/system/heatSources/hs1/actualPower",
          "uri": "http://THERMOSTAT/recordings/system/heatSources/hs1/actualPower"
        }
      ]
    },
    {
      "id": "/recordings/system/heatSources/hs1/actualPower?interval=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 120,
          "c": 60
        },
        {
          "y": 120,
          "c": 60
        },
        {
          "y": 120,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 240,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/system/heatSources/hs1/actualPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 420,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1439
        },
        {
          "y": 960,
          "c": 1438
        },
        {
          "y": 1380,
          "c": 1438
        },
        {
          "y": 1080,
          "c": 1438
        },
        {
          "y": 300,
          "c": 1439
        },
        {
          "y": 2520,
          "c": 1438
        },
        {
          "y": 540,
          "c": 1439
        },
        {
          "y": 480,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1438
        },
        {
          "y": 959,
          "c": 1438
        },
        {
          "y": 1920,
          "c": 1438
        },
        {
          "y": 1560,
          "c": 1439
        },
        {
          "y": 1680,
          "c": 1438
        },
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 1500,
          "c": 1378
        },
        {
          "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/heatSources/hs1/actualPower?interval=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 120,
          "c": 359
        },
        {
          "y": 780,
          "c": 360
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 240,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 1080,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 540,
          "c": 360
        },
        {
          "y": 360,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 720,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 300,
          "c": 300
        },
        {
          "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/heatSources/hs1/actualPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "id": "/recordings/heatSources",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/heatSources/actualPower",
          "uri": "http://THERMOSTAT/recordings/heatSources/actualPower"
        },
        {
          "id": "/recordings/heatSources/actualCHPower",
          "uri": "http://THERMOSTAT/recordings/heatSources/actualCHPower"
        },
        {
          "id": "/recordings/heatSources/actualDHWPower",
          "uri": "http://THERMOSTAT/recordings/heatSources/actualDHWPower"
        },
        {
          "id": "/recordings/heatSources/hs1",
          "uri": "http://THERMOSTAT/recordings/heatSources/hs1"
        },
        {
          "id": "/recordings/heatSources/total",
          "uri": "http://THERMOSTAT/recordings/heatSources/total"
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualPower?interval=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 120,
          "c": 60
        },
        {
          "y": 120,
          "c": 60
        },
        {
          "y": 120,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 240,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 420,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1439
        },
        {
          "y": 960,
          "c": 1438
        },
        {
          "y": 1380,
          "c": 1438
        },
        {
          "y": 1080,
          "c": 1438
        },
        {
          "y": 300,
          "c": 1439
        },
        {
          "y": 2520,
          "c": 1438
        },
        {
          "y": 540,
          "c": 1439
        },
        {
          "y": 480,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1438
        },
        {
          "y": 959,
          "c": 1438
        },
        {
          "y": 1920,
          "c": 1438
        },
        {
          "y": 1560,
          "c": 1439
        },
        {
          "y": 1680,
          "c": 1438
        },
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 1500,
          "c": 1378
        },
        {
          "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/actualPower?interval=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 120,
          "c": 359
        },
        {
          "y": 780,
          "c": 360
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 240,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 1080,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 540,
          "c": 360
        },
        {
          "y": 360,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 720,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 300,
          "c": 300
        },
        {
          "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/actualPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualPower",
        "uri": "http://192.168.188.95/heatSources/actualPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "id": "/recordings/heatSources/actualCHPower?interval=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualCHPower",
        "uri": "http://192.168.188.95/heatSources/actualCHPower"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 120,
          "c": 60
        },
        {
          "y": 120,
          "c": 60
        },
        {
          "y": 120,
          "c": 60
        },
        {
          "y": 60,
          "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": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualCHPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualCHPower",
        "uri": "http://192.168.188.95/heatSources/actualCHPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 120,
          "c": 1438
        },
        {
          "y": 300,
          "c": 1439
        },
        {
          "y": 120,
          "c": 1438
        },
        {
          "y": 660,
          "c": 1438
        },
        {
          "y": 600,
          "c": 1438
        },
        {
          "y": 0,
          "c": 1439
        },
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 360,
          "c": 1439
        },
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 0,
          "c": 1438
        },
        {
          "y": 960,
          "c": 1438
        },
        {
          "y": 900,
          "c": 1439
        },
        {
          "y": 120,
          "c": 1438
        },
        {
          "y": 420,
          "c": 1438
        },
        {
          "y": 720,
          "c": 1378
        },
        {
          "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/actualCHPower?interval=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualCHPower",
        "uri": "http://192.168.188.95/heatSources/actualCHPower"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 120,
          "c": 359
        },
        {
          "y": 780,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 720,
          "c": 360
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 0,
          "c": 300
        },
        {
          "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/actualCHPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualCHPower",
        "uri": "http://192.168.188.95/heatSources/actualCHPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "id": "/recordings/heatSources/actualDHWPower?interval=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualDHWPower",
        "uri": "http://192.168.188.95/heatSources/actualDHWPower"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 0,
          "c": 60
        },
        {
          "y": 240,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/heatSources/actualDHWPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualDHWPower",
        "uri": "http://192.168.188.95/heatSources/actualDHWPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 300,
          "c": 1438
        },
        {
          "y": 540,
          "c": 1439
        },
        {
          "y": 840,
          "c": 1438
        },
        {
          "y": 720,
          "c": 1438
        },
        {
          "y": 480,
          "c": 1438
        },
        {
          "y": 300,
          "c": 1439
        },
        {
          "y": 1200,
          "c": 1438
        },
        {
          "y": 180,
          "c": 1439
        },
        {
          "y": 480,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1438
        },
        {
          "y": 959,
          "c": 1438
        },
        {
          "y": 960,
          "c": 1438
        },
        {
          "y": 660,
          "c": 1439
        },
        {
          "y": 1560,
          "c": 1438
        },
        {
          "y": 900,
          "c": 1438
        },
        {
          "y": 780,
          "c": 1378
        },
        {
          "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/actualDHWPower?interval=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualDHWPower",
        "uri": "http://192.168.188.95/heatSources/actualDHWPower"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 359
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 240,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 1080,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 540,
          "c": 360
        },
        {
          "y": 360,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 0,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 300,
          "c": 300
        },
        {
          "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/actualDHWPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/actualDHWPower",
        "uri": "http://192.168.188.95/heatSources/actualDHWPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "id": "/recordings/heatSources/hs1",
      "type": "refEnum",
      "references": [
        {
          "id": "/recordings/heatSources/hs1/actualPower",
          "uri": "http://THERMOSTAT/recordings/heatSources/hs1/actualPower"
        }
      ]
    },
    {
      "id": "/recordings/heatSources/hs1/actualPower?interval=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/hs1/actualPower",
        "uri": "http://192.168.188.95/heatSources/hs1/actualPower"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 0,
          "c": 0
        },
        {
          "y": 0,
          "c": 118
        },
        {
          "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": 120,
          "c": 60
        },
        {
          "y": 120,
          "c": 60
        },
        {
          "y": 120,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 240,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        },
        {
          "y": 60,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/heatSources/hs1/actualPower?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/hs1/actualPower",
        "uri": "http://192.168.188.95/heatSources/hs1/actualPower"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 420,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1439
        },
        {
          "y": 960,
          "c": 1438
        },
        {
          "y": 1380,
          "c": 1438
        },
        {
          "y": 1080,
          "c": 1438
        },
        {
          "y": 300,
          "c": 1439
        },
        {
          "y": 2520,
          "c": 1438
        },
        {
          "y": 540,
          "c": 1439
        },
        {
          "y": 480,
          "c": 1438
        },
        {
          "y": 840,
          "c": 1438
        },
        {
          "y": 959,
          "c": 1438
        },
        {
          "y": 1920,
          "c": 1438
        },
        {
          "y": 1560,
          "c": 1439
        },
        {
          "y": 1680,
          "c": 1438
        },
        {
          "y": 1320,
          "c": 1438
        },
        {
          "y": 1500,
          "c": 1378
        },
        {
          "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/hs1/actualPower?interval=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/hs1/actualPower",
        "uri": "http://192.168.188.95/heatSources/hs1/actualPower"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 120,
          "c": 359
        },
        {
          "y": 780,
          "c": 360
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 240,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 120,
          "c": 360
        },
        {
          "y": 1080,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 420,
          "c": 360
        },
        {
          "y": 540,
          "c": 360
        },
        {
          "y": 360,
          "c": 360
        },
        {
          "y": 0,
          "c": 358
        },
        {
          "y": 720,
          "c": 360
        },
        {
          "y": 480,
          "c": 360
        },
        {
          "y": 300,
          "c": 300
        },
        {
          "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/hs1/actualPower",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatSources/hs1/actualPower",
        "uri": "http://192.168.188.95/heatSources/hs1/actualPower"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    },
    {
      "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/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=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatingCircuits/hc1/roomtemperature",
        "uri": "http://192.168.188.95/heatingCircuits/hc1/roomtemperature"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "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": -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
        }
      ]
    },
    {
      "id": "/recordings/heatingCircuits/hc1/roomtemperature?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatingCircuits/hc1/roomtemperature",
        "uri": "http://192.168.188.95/heatingCircuits/hc1/roomtemperature"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": -4713996,
          "c": 1439
        },
        {
          "y": -4713996,
          "c": 1439
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4707444,
          "c": 1437
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4707444,
          "c": 1437
        },
        {
          "y": -4707444,
          "c": 1437
        },
        {
          "y": -4704168,
          "c": 1436
        },
        {
          "y": -4707444,
          "c": 1437
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4710720,
          "c": 1438
        },
        {
          "y": -4510891,
          "c": 1377
        },
        {
          "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=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/heatingCircuits/hc1/roomtemperature",
        "uri": "http://192.168.188.95/heatingCircuits/hc1/roomtemperature"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1179318,
          "c": 360
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -1176042,
          "c": 359
        },
        {
          "y": -982765,
          "c": 300
        },
        {
          "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://192.168.188.95/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=2022-11-16",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/dhwCircuits/dhw1/actualTemp",
        "uri": "http://192.168.188.95/dhwCircuits/dhw1/actualTemp"
      },
      "interval": "2022-11-16",
      "sampleRate": "P1H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 1500,
          "c": 60
        },
        {
          "y": 1489,
          "c": 60
        },
        {
          "y": 1441,
          "c": 60
        },
        {
          "y": 1440,
          "c": 60
        },
        {
          "y": 1416,
          "c": 59
        },
        {
          "y": 1440,
          "c": 60
        },
        {
          "y": 1396,
          "c": 60
        },
        {
          "y": 1405,
          "c": 60
        },
        {
          "y": 1476,
          "c": 60
        },
        {
          "y": 1531,
          "c": 60
        },
        {
          "y": 1560,
          "c": 60
        },
        {
          "y": 2391,
          "c": 60
        },
        {
          "y": 2537,
          "c": 60
        },
        {
          "y": 2564,
          "c": 60
        },
        {
          "y": 2540,
          "c": 60
        },
        {
          "y": 2473,
          "c": 60
        },
        {
          "y": 2495,
          "c": 59
        },
        {
          "y": 2589,
          "c": 60
        },
        {
          "y": 2486,
          "c": 60
        },
        {
          "y": 2514,
          "c": 60
        },
        {
          "y": 2573,
          "c": 60
        },
        {
          "y": 2521,
          "c": 60
        },
        {
          "y": 2514,
          "c": 60
        },
        {
          "y": 2046,
          "c": 60
        }
      ]
    },
    {
      "id": "/recordings/dhwCircuits/dhw1/actualTemp?interval=2022-11",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/dhwCircuits/dhw1/actualTemp",
        "uri": "http://192.168.188.95/dhwCircuits/dhw1/actualTemp"
      },
      "interval": "2022-11",
      "sampleRate": "P1D",
      "recording-type": "actual",
      "recording": [
        {
          "y": 61974,
          "c": 1439
        },
        {
          "y": 59282,
          "c": 1439
        },
        {
          "y": 52705,
          "c": 1438
        },
        {
          "y": 55429,
          "c": 1438
        },
        {
          "y": 54098,
          "c": 1438
        },
        {
          "y": 52889,
          "c": 1438
        },
        {
          "y": 55388,
          "c": 1438
        },
        {
          "y": 55374,
          "c": 1437
        },
        {
          "y": 53500,
          "c": 1438
        },
        {
          "y": 55991,
          "c": 1437
        },
        {
          "y": 57323,
          "c": 1437
        },
        {
          "y": 58163,
          "c": 1436
        },
        {
          "y": 48033,
          "c": 1437
        },
        {
          "y": 47745,
          "c": 1438
        },
        {
          "y": 53654,
          "c": 1438
        },
        {
          "y": 48337,
          "c": 1438
        },
        {
          "y": 46294,
          "c": 1377
        },
        {
          "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=2022-W46",
      "type": "yRecording",
      "writeable": 0,
      "recordable": 0,
      "recordedResource": {
        "id": "/dhwCircuits/dhw1/actualTemp",
        "uri": "http://192.168.188.95/dhwCircuits/dhw1/actualTemp"
      },
      "interval": "2022-W46",
      "sampleRate": "P6H",
      "recording-type": "actual",
      "recording": [
        {
          "y": 8644,
          "c": 359
        },
        {
          "y": 10092,
          "c": 360
        },
        {
          "y": 14695,
          "c": 359
        },
        {
          "y": 14314,
          "c": 360
        },
        {
          "y": 10086,
          "c": 359
        },
        {
          "y": 9911,
          "c": 360
        },
        {
          "y": 16166,
          "c": 359
        },
        {
          "y": 17491,
          "c": 360
        },
        {
          "y": 8726,
          "c": 359
        },
        {
          "y": 9759,
          "c": 360
        },
        {
          "y": 15198,
          "c": 359
        },
        {
          "y": 14654,
          "c": 360
        },
        {
          "y": 8694,
          "c": 359
        },
        {
          "y": 10119,
          "c": 359
        },
        {
          "y": 14947,
          "c": 359
        },
        {
          "y": 12534,
          "c": 300
        },
        {
          "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://192.168.188.95/dhwCircuits/dhw1/actualTemp"
      },
      "interval": "",
      "sampleRate": "",
      "recording-type": "actual",
      "recording": []
    }
  ],
  {
    "/devices": "not found"
  },
  {
    "/energy": "not found"
  },
  {
    "/events": "not found"
  },
  {
    "/programs": "not found"
  },
  {
    "/zones": "not found"
  },
  {
    "/ecus": "not found"
  },
  {
    "/application": "not found"
  },
  [
    {
      "id": "/gservice_tariff",
      "type": "refEnum",
      "references": [
        {
          "id": "/gservice_tariff/relativePrice",
          "uri": "http://THERMOSTAT/gservice_tariff/relativePrice"
        }
      ]
    },
    {
      "id": "/gservice_tariff/relativePrice",
      "type": "refEnum",
      "references": [
        {
          "id": "/gservice_tariff/relativePrice/*",
          "uri": "http://THERMOSTAT/gservice_tariff/relativePrice/*"
        }
      ]
    },
    {
      "id": "/gservice_tariff/relativePrice/*",
      "type": "arrayData",
      "writeable": 1,
      "recordable": 0,
      "values": [
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0,
        0.0
      ]
    }
  ]
]```