Skip to content

Instantly share code, notes, and snippets.

@pszafer
Last active April 5, 2019 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pszafer/20513389782d5bb50801106d0c5e36cb to your computer and use it in GitHub Desktop.
Save pszafer/20513389782d5bb50801106d0c5e36cb to your computer and use it in GitHub Desktop.
bosch thermo output
[{
"id": "/dhwCircuits",
"type": "refEnum",
"references": [{
"id": "/dhwCircuits/dhw1",
"uri": "http://{IP}/dhwCircuits/dhw1"
}]
},
{
"id": "/dhwCircuits/dhw1",
"type": "refEnum",
"references": [{
"id": "/dhwCircuits/dhw1/operationMode",
"uri": "http://{IP}/dhwCircuits/dhw1/operationMode"
}, {
"id": "/dhwCircuits/dhw1/switchPrograms",
"uri": "http://{IP}/dhwCircuits/dhw1/switchPrograms"
}, {
"id": "/dhwCircuits/dhw1/temperatureLevels",
"uri": "http://{IP}/dhwCircuits/dhw1/temperatureLevels"
}, {
"id": "/dhwCircuits/dhw1/currentSetpoint",
"uri": "http://{IP}/dhwCircuits/dhw1/currentSetpoint"
}, {
"id": "/dhwCircuits/dhw1/actualTemp",
"uri": "http://{IP}/dhwCircuits/dhw1/actualTemp"
}, {
"id": "/dhwCircuits/dhw1/waterFlow",
"uri": "http://{IP}/dhwCircuits/dhw1/waterFlow"
}, {
"id": "/dhwCircuits/dhw1/workingTime",
"uri": "http://{IP}/dhwCircuits/dhw1/workingTime"
}, {
"id": "/dhwCircuits/dhw1/charge",
"uri": "http://{IP}/dhwCircuits/dhw1/charge"
}, {
"id": "/dhwCircuits/dhw1/chargeDuration",
"uri": "http://{IP}/dhwCircuits/dhw1/chargeDuration"
}, {
"id": "/dhwCircuits/dhw1/tdMode",
"uri": "http://{IP}/dhwCircuits/dhw1/tdMode"
}, {
"id": "/dhwCircuits/dhw1/tdsetPoint",
"uri": "http://{IP}/dhwCircuits/dhw1/tdsetPoint"
}, {
"id": "/dhwCircuits/dhw1/cpStartph",
"uri": "http://{IP}/dhwCircuits/dhw1/cpStartph"
}, {
"id": "/dhwCircuits/dhw1/cpoperationMode",
"uri": "http://{IP}/dhwCircuits/dhw1/cpoperationMode"
}, {
"id": "/dhwCircuits/dhw1/singleChargeSetpoint",
"uri": "http://{IP}/dhwCircuits/dhw1/singleChargeSetpoint"
}, {
"id": "/dhwCircuits/dhw1/holidayMode",
"uri": "http://{IP}/dhwCircuits/dhw1/holidayMode"
}, {
"id": "/dhwCircuits/dhw1/status",
"uri": "http://{IP}/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://{IP}/dhwCircuits/dhw1/switchPrograms/A"
}, {
"id": "/dhwCircuits/dhw1/switchPrograms/cp",
"uri": "http://{IP}/dhwCircuits/dhw1/switchPrograms/cp"
}]
},
{
"id": "/dhwCircuits/dhw1/switchPrograms/A",
"type": "switchProgram",
"setpointProperty": {
"id": "/dhwCircuits/dhw1/temperatureLevels",
"uri": "http://{IP}/dhwCircuits/dhw1/temperatureLevels"
},
"maxNbOfSwitchPoints": 42,
"maxNbOfSwitchPointsPerDay": 6,
"switchPointTimeRaster": 15,
"writeable": 1,
"switchPoints": [{
"dayOfWeek": "Mo",
"setpoint": "high",
"time": 300
}, {
"dayOfWeek": "Mo",
"setpoint": "off",
"time": 720
}, {
"dayOfWeek": "Mo",
"setpoint": "high",
"time": 900
}, {
"dayOfWeek": "Mo",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Tu",
"setpoint": "high",
"time": 300
}, {
"dayOfWeek": "Tu",
"setpoint": "off",
"time": 720
}, {
"dayOfWeek": "Tu",
"setpoint": "high",
"time": 900
}, {
"dayOfWeek": "Tu",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "We",
"setpoint": "high",
"time": 300
}, {
"dayOfWeek": "We",
"setpoint": "off",
"time": 720
}, {
"dayOfWeek": "We",
"setpoint": "high",
"time": 900
}, {
"dayOfWeek": "We",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Th",
"setpoint": "high",
"time": 300
}, {
"dayOfWeek": "Th",
"setpoint": "off",
"time": 720
}, {
"dayOfWeek": "Th",
"setpoint": "high",
"time": 900
}, {
"dayOfWeek": "Th",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Fr",
"setpoint": "high",
"time": 300
}, {
"dayOfWeek": "Fr",
"setpoint": "off",
"time": 720
}, {
"dayOfWeek": "Fr",
"setpoint": "high",
"time": 900
}, {
"dayOfWeek": "Fr",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Sa",
"setpoint": "high",
"time": 420
}, {
"dayOfWeek": "Sa",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Su",
"setpoint": "high",
"time": 420
}, {
"dayOfWeek": "Su",
"setpoint": "off",
"time": 1380
}]
},
{
"id": "/dhwCircuits/dhw1/switchPrograms/cp",
"type": "switchProgram",
"setpointProperty": {
"id": "/dhwCircuits/dhw1/temperatureLevels",
"uri": "http://{IP}/dhwCircuits/dhw1/temperatureLevels"
},
"maxNbOfSwitchPoints": 42,
"maxNbOfSwitchPointsPerDay": 6,
"switchPointTimeRaster": 15,
"writeable": 1,
"switchPoints": [{
"dayOfWeek": "Mo",
"setpoint": "on",
"time": 300
}, {
"dayOfWeek": "Mo",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Tu",
"setpoint": "on",
"time": 300
}, {
"dayOfWeek": "Tu",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "We",
"setpoint": "on",
"time": 300
}, {
"dayOfWeek": "We",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Th",
"setpoint": "on",
"time": 300
}, {
"dayOfWeek": "Th",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Fr",
"setpoint": "on",
"time": 300
}, {
"dayOfWeek": "Fr",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Sa",
"setpoint": "on",
"time": 420
}, {
"dayOfWeek": "Sa",
"setpoint": "off",
"time": 1380
}, {
"dayOfWeek": "Su",
"setpoint": "on",
"time": 420
}, {
"dayOfWeek": "Su",
"setpoint": "off",
"time": 1380
}]
},
{
"id": "/dhwCircuits/dhw1/temperatureLevels",
"type": "refEnum",
"references": [{
"id": "/dhwCircuits/dhw1/temperatureLevels/off",
"uri": "http://{IP}/dhwCircuits/dhw1/temperatureLevels/off"
}, {
"id": "/dhwCircuits/dhw1/temperatureLevels/high",
"uri": "http://{IP}/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": 50.0,
"unitOfMeasure": "C",
"minValue": 30.0,
"maxValue": 80.0
},
{
"id": "/dhwCircuits/dhw1/currentSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 50.0,
"unitOfMeasure": "C"
},
{
"id": "/dhwCircuits/dhw1/actualTemp",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 46.5,
"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": 21583,
"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": 50.0,
"unitOfMeasure": "C",
"minValue": 30.0,
"maxValue": 80.0
},
{
"id": "/dhwCircuits/dhw1/holidayMode",
"type": "refEnum",
"references": [{
"id": "/dhwCircuits/dhw1/holidayMode/activated",
"uri": "http://{IP}/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://{IP}/gateway/uuid"
}, {
"id": "/gateway/firmware",
"uri": "http://{IP}/gateway/firmware"
}, {
"id": "/gateway/userpassword",
"uri": "http://{IP}/gateway/userpassword"
}, {
"id": "/gateway/versionFirmware",
"uri": "http://{IP}/gateway/versionFirmware"
}, {
"id": "/gateway/versionHardware",
"uri": "http://{IP}/gateway/versionHardware"
}, {
"id": "/gateway/boschSHPassword",
"uri": "http://{IP}/gateway/boschSHPassword"
}, {
"id": "/gateway/portalPassword",
"uri": "http://{IP}/gateway/portalPassword"
}, {
"id": "/gateway/knxPassword",
"uri": "http://{IP}/gateway/knxPassword"
}, {
"id": "/gateway/haiPassword",
"uri": "http://{IP}/gateway/haiPassword"
}, {
"id": "/gateway/openIPPassword",
"uri": "http://{IP}/gateway/openIPPassword"
}, {
"id": "/gateway/openIPAccess",
"uri": "http://{IP}/gateway/openIPAccess"
}, {
"id": "/gateway/DateTime",
"uri": "http://{IP}/gateway/DateTime"
}, {
"id": "/gateway/instPassword",
"uri": "http://{IP}/gateway/instPassword"
}, {
"id": "/gateway/instAccess",
"uri": "http://{IP}/gateway/instAccess"
}, {
"id": "/gateway/instWriteAccess",
"uri": "http://{IP}/gateway/instWriteAccess"
}, {
"id": "/gateway/version",
"uri": "http://{IP}/gateway/version"
}, {
"id": "/gateway/update",
"uri": "http://{IP}/gateway/update"
}, {
"id": "/gateway/logging",
"uri": "http://{IP}/gateway/logging"
}]
},
{
"id": "/gateway/uuid",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "753412880",
"allowedValues": ["753412880"]
},
{
"id": "/gateway/versionFirmware",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "04.04.05"
},
{
"id": "/gateway/versionHardware",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "iCom_Low_NSC_v1"
},
{
"id": "/gateway/openIPAccess",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "off",
"allowedValues": ["off", "on"]
},
{
"id": "/gateway/DateTime",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "2019-02-11T17:23:09"
},
{
"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://{IP}/gateway/update/version"
},
{
"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://{IP}/gateway/logging/switch"
}, {
"id": "/gateway/logging/reqBusVar",
"uri": "http://{IP}/gateway/logging/reqBusVar"
}, {
"id": "/gateway/logging/userAcceptance",
"uri": "http://{IP}/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://{IP}/heatingCircuits/hc1"
}, {
"id": "/heatingCircuits/hc2",
"uri": "http://{IP}/heatingCircuits/hc2"
}]
},
{
"id": "/heatingCircuits/hc1",
"type": "refEnum",
"references": [{
"id": "/heatingCircuits/hc1/currentRoomSetpoint",
"uri": "http://{IP}/heatingCircuits/hc1/currentRoomSetpoint"
}, {
"id": "/heatingCircuits/hc1/actualSupplyTemperature",
"uri": "http://{IP}/heatingCircuits/hc1/actualSupplyTemperature"
}, {
"id": "/heatingCircuits/hc1/actualSupplyTempSetpoint",
"uri": "http://{IP}/heatingCircuits/hc1/actualSupplyTempSetpoint"
}, {
"id": "/heatingCircuits/hc1/operationMode",
"uri": "http://{IP}/heatingCircuits/hc1/operationMode"
}, {
"id": "/heatingCircuits/hc1/temperatureRoomSetpoint",
"uri": "http://{IP}/heatingCircuits/hc1/temperatureRoomSetpoint"
}, {
"id": "/heatingCircuits/hc1/supplyTemperatureSetpoint",
"uri": "http://{IP}/heatingCircuits/hc1/supplyTemperatureSetpoint"
}, {
"id": "/heatingCircuits/hc1/manualRoomSetpoint",
"uri": "http://{IP}/heatingCircuits/hc1/manualRoomSetpoint"
}, {
"id": "/heatingCircuits/hc1/temporaryRoomSetpoint",
"uri": "http://{IP}/heatingCircuits/hc1/temporaryRoomSetpoint"
}, {
"id": "/heatingCircuits/hc1/roomtemperature",
"uri": "http://{IP}/heatingCircuits/hc1/roomtemperature"
}, {
"id": "/heatingCircuits/hc1/activeSwitchProgram",
"uri": "http://{IP}/heatingCircuits/hc1/activeSwitchProgram"
}, {
"id": "/heatingCircuits/hc1/timeToNextSetpoint",
"uri": "http://{IP}/heatingCircuits/hc1/timeToNextSetpoint"
}, {
"id": "/heatingCircuits/hc1/nextSetpoint",
"uri": "http://{IP}/heatingCircuits/hc1/nextSetpoint"
}, {
"id": "/heatingCircuits/hc1/switchProgramMode",
"uri": "http://{IP}/heatingCircuits/hc1/switchProgramMode"
}, {
"id": "/heatingCircuits/hc1/switchPrograms",
"uri": "http://{IP}/heatingCircuits/hc1/switchPrograms"
}, {
"id": "/heatingCircuits/hc1/temperatureLevels",
"uri": "http://{IP}/heatingCircuits/hc1/temperatureLevels"
}, {
"id": "/heatingCircuits/hc1/pumpModulation",
"uri": "http://{IP}/heatingCircuits/hc1/pumpModulation"
}, {
"id": "/heatingCircuits/hc1/suWiThreshold",
"uri": "http://{IP}/heatingCircuits/hc1/suWiThreshold"
}, {
"id": "/heatingCircuits/hc1/designTemp",
"uri": "http://{IP}/heatingCircuits/hc1/designTemp"
}, {
"id": "/heatingCircuits/hc1/roomTempOffset",
"uri": "http://{IP}/heatingCircuits/hc1/roomTempOffset"
}, {
"id": "/heatingCircuits/hc1/heatCurveMax",
"uri": "http://{IP}/heatingCircuits/hc1/heatCurveMax"
}, {
"id": "/heatingCircuits/hc1/controlType",
"uri": "http://{IP}/heatingCircuits/hc1/controlType"
}, {
"id": "/heatingCircuits/hc1/roomInfluence",
"uri": "http://{IP}/heatingCircuits/hc1/roomInfluence"
}, {
"id": "/heatingCircuits/hc1/fastHeatupFactor",
"uri": "http://{IP}/heatingCircuits/hc1/fastHeatupFactor"
}, {
"id": "/heatingCircuits/hc1/setpointOptimization",
"uri": "http://{IP}/heatingCircuits/hc1/setpointOptimization"
}, {
"id": "/heatingCircuits/hc1/suWiSwitchMode",
"uri": "http://{IP}/heatingCircuits/hc1/suWiSwitchMode"
}, {
"id": "/heatingCircuits/hc1/currentOpModeInfo",
"uri": "http://{IP}/heatingCircuits/hc1/currentOpModeInfo"
}, {
"id": "/heatingCircuits/hc1/cooling",
"uri": "http://{IP}/heatingCircuits/hc1/cooling"
}, {
"id": "/heatingCircuits/hc1/currentSuWiMode",
"uri": "http://{IP}/heatingCircuits/hc1/currentSuWiMode"
}, {
"id": "/heatingCircuits/hc1/holidayMode",
"uri": "http://{IP}/heatingCircuits/hc1/holidayMode"
}, {
"id": "/heatingCircuits/hc1/status",
"uri": "http://{IP}/heatingCircuits/hc1/status"
}]
},
{
"id": "/heatingCircuits/hc1/currentRoomSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 22.0,
"unitOfMeasure": "C",
"state": [{
"off": 0.0
}]
},
{
"id": "/heatingCircuits/hc1/actualSupplyTemperature",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": -3276.8,
"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/temperatureRoomSetpoint",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 19.0,
"unitOfMeasure": "C",
"minValue": 5.0,
"maxValue": 30.0,
"state": [{
"off": 0.0
}]
},
{
"id": "/heatingCircuits/hc1/supplyTemperatureSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 47.0,
"unitOfMeasure": "C",
"state": [{
"off_heat": 0.0
}, {
"off_cool": 90.0
}]
},
{
"id": "/heatingCircuits/hc1/manualRoomSetpoint",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 19.0,
"unitOfMeasure": "C",
"minValue": 5.0,
"maxValue": 30.0,
"state": [{
"off": 0.0
}]
},
{
"id": "/heatingCircuits/hc1/temporaryRoomSetpoint",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": -1.0,
"unitOfMeasure": "C",
"minValue": 5.0,
"maxValue": 30.0,
"state": [{
"off": 0.0
}, {
"na": -1.0
}]
},
{
"id": "/heatingCircuits/hc1/roomtemperature",
"type": "floatValue",
"writeable": 0,
"recordable": 1,
"value": 21.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": "levels",
"allowedValues": ["levels", "absolute"]
},
{
"id": "/heatingCircuits/hc1/switchPrograms",
"type": "refEnum",
"references": [{
"id": "/heatingCircuits/hc1/switchPrograms/A",
"uri": "http://{IP}/heatingCircuits/hc1/switchPrograms/A"
}, {
"id": "/heatingCircuits/hc1/switchPrograms/B",
"uri": "http://{IP}/heatingCircuits/hc1/switchPrograms/B"
}]
},
{
"id": "/heatingCircuits/hc1/switchPrograms/A",
"type": "switchProgram",
"setpointProperty": {
"id": "/heatingCircuits/hc1/temperatureLevels",
"uri": "http://{IP}/heatingCircuits/hc1/temperatureLevels"
},
"maxNbOfSwitchPoints": 42,
"maxNbOfSwitchPointsPerDay": 6,
"switchPointTimeRaster": 15,
"writeable": 1,
"switchPoints": [{
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 60
}, {
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 990
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 60
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 990
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 60
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 990
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 60
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 990
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 60
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 990
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 60
}, {
"dayOfWeek": "Sa",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Sa",
"setpoint": "comfort2",
"time": 990
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 60
}, {
"dayOfWeek": "Su",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Su",
"setpoint": "comfort2",
"time": 990
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 1425
}]
},
{
"id": "/heatingCircuits/hc1/switchPrograms/B",
"type": "switchProgram",
"setpointProperty": {
"id": "/heatingCircuits/hc1/temperatureLevels",
"uri": "http://{IP}/heatingCircuits/hc1/temperatureLevels"
},
"maxNbOfSwitchPoints": 42,
"maxNbOfSwitchPointsPerDay": 6,
"switchPointTimeRaster": 15,
"writeable": 1,
"switchPoints": [{
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 480
}, {
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 480
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 480
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 480
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 300
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 480
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 1350
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Sa",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 1260
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Su",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 1260
}]
},
{
"id": "/heatingCircuits/hc1/temperatureLevels",
"type": "refEnum",
"references": [{
"id": "/heatingCircuits/hc1/temperatureLevels/eco",
"uri": "http://{IP}/heatingCircuits/hc1/temperatureLevels/eco"
}, {
"id": "/heatingCircuits/hc1/temperatureLevels/comfort2",
"uri": "http://{IP}/heatingCircuits/hc1/temperatureLevels/comfort2"
}]
},
{
"id": "/heatingCircuits/hc1/temperatureLevels/eco",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 17.0,
"unitOfMeasure": "C",
"minValue": 5.0,
"maxValue": 21.5,
"state": [{
"off": 0.0
}]
},
{
"id": "/heatingCircuits/hc1/temperatureLevels/comfort2",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 22.0,
"unitOfMeasure": "C",
"minValue": 17.5,
"maxValue": 30.0
},
{
"id": "/heatingCircuits/hc1/pumpModulation",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 100.0,
"unitOfMeasure": "%"
},
{
"id": "/heatingCircuits/hc1/fastHeatupFactor",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.0,
"unitOfMeasure": "%",
"minValue": 1.0,
"maxValue": 100.0
},
{
"id": "/heatingCircuits/hc1/cooling",
"type": "refEnum",
"references": []
},
{
"id": "/heatingCircuits/hc1/holidayMode",
"type": "refEnum",
"references": [{
"id": "/heatingCircuits/hc1/holidayMode/activated",
"uri": "http://{IP}/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": "/heatingCircuits/hc2",
"type": "refEnum",
"references": [{
"id": "/heatingCircuits/hc2/currentRoomSetpoint",
"uri": "http://{IP}/heatingCircuits/hc2/currentRoomSetpoint"
}, {
"id": "/heatingCircuits/hc2/actualSupplyTemperature",
"uri": "http://{IP}/heatingCircuits/hc2/actualSupplyTemperature"
}, {
"id": "/heatingCircuits/hc2/actualSupplyTempSetpoint",
"uri": "http://{IP}/heatingCircuits/hc2/actualSupplyTempSetpoint"
}, {
"id": "/heatingCircuits/hc2/operationMode",
"uri": "http://{IP}/heatingCircuits/hc2/operationMode"
}, {
"id": "/heatingCircuits/hc2/temperatureRoomSetpoint",
"uri": "http://{IP}/heatingCircuits/hc2/temperatureRoomSetpoint"
}, {
"id": "/heatingCircuits/hc2/supplyTemperatureSetpoint",
"uri": "http://{IP}/heatingCircuits/hc2/supplyTemperatureSetpoint"
}, {
"id": "/heatingCircuits/hc2/manualRoomSetpoint",
"uri": "http://{IP}/heatingCircuits/hc2/manualRoomSetpoint"
}, {
"id": "/heatingCircuits/hc2/temporaryRoomSetpoint",
"uri": "http://{IP}/heatingCircuits/hc2/temporaryRoomSetpoint"
}, {
"id": "/heatingCircuits/hc2/roomtemperature",
"uri": "http://{IP}/heatingCircuits/hc2/roomtemperature"
}, {
"id": "/heatingCircuits/hc2/activeSwitchProgram",
"uri": "http://{IP}/heatingCircuits/hc2/activeSwitchProgram"
}, {
"id": "/heatingCircuits/hc2/timeToNextSetpoint",
"uri": "http://{IP}/heatingCircuits/hc2/timeToNextSetpoint"
}, {
"id": "/heatingCircuits/hc2/nextSetpoint",
"uri": "http://{IP}/heatingCircuits/hc2/nextSetpoint"
}, {
"id": "/heatingCircuits/hc2/switchProgramMode",
"uri": "http://{IP}/heatingCircuits/hc2/switchProgramMode"
}, {
"id": "/heatingCircuits/hc2/switchPrograms",
"uri": "http://{IP}/heatingCircuits/hc2/switchPrograms"
}, {
"id": "/heatingCircuits/hc2/temperatureLevels",
"uri": "http://{IP}/heatingCircuits/hc2/temperatureLevels"
}, {
"id": "/heatingCircuits/hc2/pumpModulation",
"uri": "http://{IP}/heatingCircuits/hc2/pumpModulation"
}, {
"id": "/heatingCircuits/hc2/suWiThreshold",
"uri": "http://{IP}/heatingCircuits/hc2/suWiThreshold"
}, {
"id": "/heatingCircuits/hc2/designTemp",
"uri": "http://{IP}/heatingCircuits/hc2/designTemp"
}, {
"id": "/heatingCircuits/hc2/roomTempOffset",
"uri": "http://{IP}/heatingCircuits/hc2/roomTempOffset"
}, {
"id": "/heatingCircuits/hc2/heatCurveMax",
"uri": "http://{IP}/heatingCircuits/hc2/heatCurveMax"
}, {
"id": "/heatingCircuits/hc2/controlType",
"uri": "http://{IP}/heatingCircuits/hc2/controlType"
}, {
"id": "/heatingCircuits/hc2/roomInfluence",
"uri": "http://{IP}/heatingCircuits/hc2/roomInfluence"
}, {
"id": "/heatingCircuits/hc2/fastHeatupFactor",
"uri": "http://{IP}/heatingCircuits/hc2/fastHeatupFactor"
}, {
"id": "/heatingCircuits/hc2/setpointOptimization",
"uri": "http://{IP}/heatingCircuits/hc2/setpointOptimization"
}, {
"id": "/heatingCircuits/hc2/suWiSwitchMode",
"uri": "http://{IP}/heatingCircuits/hc2/suWiSwitchMode"
}, {
"id": "/heatingCircuits/hc2/currentOpModeInfo",
"uri": "http://{IP}/heatingCircuits/hc2/currentOpModeInfo"
}, {
"id": "/heatingCircuits/hc2/cooling",
"uri": "http://{IP}/heatingCircuits/hc2/cooling"
}, {
"id": "/heatingCircuits/hc2/currentSuWiMode",
"uri": "http://{IP}/heatingCircuits/hc2/currentSuWiMode"
}, {
"id": "/heatingCircuits/hc2/holidayMode",
"uri": "http://{IP}/heatingCircuits/hc2/holidayMode"
}, {
"id": "/heatingCircuits/hc2/status",
"uri": "http://{IP}/heatingCircuits/hc2/status"
}]
},
{
"id": "/heatingCircuits/hc2/currentRoomSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 22.0,
"unitOfMeasure": "C",
"state": [{
"off": 0.0
}]
},
{
"id": "/heatingCircuits/hc2/actualSupplyTemperature",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 32.7,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/heatingCircuits/hc2/operationMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "auto",
"allowedValues": ["auto", "manual"]
},
{
"id": "/heatingCircuits/hc2/temperatureRoomSetpoint",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 27.5,
"unitOfMeasure": "C",
"minValue": 5.0,
"maxValue": 30.0,
"state": [{
"off": 0.0
}]
},
{
"id": "/heatingCircuits/hc2/supplyTemperatureSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 33.0,
"unitOfMeasure": "C",
"state": [{
"off_heat": 0.0
}, {
"off_cool": 90.0
}]
},
{
"id": "/heatingCircuits/hc2/manualRoomSetpoint",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 27.5,
"unitOfMeasure": "C",
"minValue": 5.0,
"maxValue": 30.0,
"state": [{
"off": 0.0
}]
},
{
"id": "/heatingCircuits/hc2/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/hc2/roomtemperature",
"type": "floatValue",
"writeable": 0,
"recordable": 1,
"value": 21.8,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/heatingCircuits/hc2/activeSwitchProgram",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "B",
"allowedValues": ["A", "B"]
},
{
"id": "/heatingCircuits/hc2/switchProgramMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "levels",
"allowedValues": ["levels", "absolute"]
},
{
"id": "/heatingCircuits/hc2/switchPrograms",
"type": "refEnum",
"references": [{
"id": "/heatingCircuits/hc2/switchPrograms/A",
"uri": "http://{IP}/heatingCircuits/hc2/switchPrograms/A"
}, {
"id": "/heatingCircuits/hc2/switchPrograms/B",
"uri": "http://{IP}/heatingCircuits/hc2/switchPrograms/B"
}]
},
{
"id": "/heatingCircuits/hc2/switchPrograms/A",
"type": "switchProgram",
"setpointProperty": {
"id": "/heatingCircuits/hc2/temperatureLevels",
"uri": "http://{IP}/heatingCircuits/hc2/temperatureLevels"
},
"maxNbOfSwitchPoints": 42,
"maxNbOfSwitchPointsPerDay": 6,
"switchPointTimeRaster": 15,
"writeable": 1,
"switchPoints": [{
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Sa",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "Sa",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Sa",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 1425
}, {
"dayOfWeek": "Su",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "Su",
"setpoint": "comfort2",
"time": 420
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Su",
"setpoint": "comfort2",
"time": 900
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 1425
}]
},
{
"id": "/heatingCircuits/hc2/switchPrograms/B",
"type": "switchProgram",
"setpointProperty": {
"id": "/heatingCircuits/hc2/temperatureLevels",
"uri": "http://{IP}/heatingCircuits/hc2/temperatureLevels"
},
"maxNbOfSwitchPoints": 42,
"maxNbOfSwitchPointsPerDay": 6,
"switchPointTimeRaster": 15,
"writeable": 1,
"switchPoints": [{
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 390
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Mo",
"setpoint": "comfort2",
"time": 930
}, {
"dayOfWeek": "Mo",
"setpoint": "eco",
"time": 1230
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 390
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Tu",
"setpoint": "comfort2",
"time": 930
}, {
"dayOfWeek": "Tu",
"setpoint": "eco",
"time": 1230
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 390
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "We",
"setpoint": "comfort2",
"time": 930
}, {
"dayOfWeek": "We",
"setpoint": "eco",
"time": 1230
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 390
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Th",
"setpoint": "comfort2",
"time": 930
}, {
"dayOfWeek": "Th",
"setpoint": "eco",
"time": 1230
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 390
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 600
}, {
"dayOfWeek": "Fr",
"setpoint": "comfort2",
"time": 930
}, {
"dayOfWeek": "Fr",
"setpoint": "eco",
"time": 1230
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Sa",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "Sa",
"setpoint": "eco",
"time": 1320
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 0
}, {
"dayOfWeek": "Su",
"setpoint": "comfort2",
"time": 360
}, {
"dayOfWeek": "Su",
"setpoint": "eco",
"time": 1320
}]
},
{
"id": "/heatingCircuits/hc2/temperatureLevels",
"type": "refEnum",
"references": [{
"id": "/heatingCircuits/hc2/temperatureLevels/eco",
"uri": "http://{IP}/heatingCircuits/hc2/temperatureLevels/eco"
}, {
"id": "/heatingCircuits/hc2/temperatureLevels/comfort2",
"uri": "http://{IP}/heatingCircuits/hc2/temperatureLevels/comfort2"
}]
},
{
"id": "/heatingCircuits/hc2/temperatureLevels/eco",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 17.0,
"unitOfMeasure": "C",
"minValue": 5.0,
"maxValue": 21.5,
"state": [{
"off": 0.0
}]
},
{
"id": "/heatingCircuits/hc2/temperatureLevels/comfort2",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 22.0,
"unitOfMeasure": "C",
"minValue": 17.5,
"maxValue": 30.0
},
{
"id": "/heatingCircuits/hc2/pumpModulation",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 100.0,
"unitOfMeasure": "%"
},
{
"id": "/heatingCircuits/hc2/fastHeatupFactor",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.0,
"unitOfMeasure": "%",
"minValue": 1.0,
"maxValue": 100.0
},
{
"id": "/heatingCircuits/hc2/cooling",
"type": "refEnum",
"references": []
},
{
"id": "/heatingCircuits/hc2/holidayMode",
"type": "refEnum",
"references": [{
"id": "/heatingCircuits/hc2/holidayMode/activated",
"uri": "http://{IP}/heatingCircuits/hc2/holidayMode/activated"
}]
},
{
"id": "/heatingCircuits/hc2/holidayMode/activated",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "",
"allowedValues": ["", "hm1", "hm2", "hm3", "hm4", "hm5"]
},
{
"id": "/heatingCircuits/hc2/status",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "ACTIVE",
"allowedValues": ["INACTIVE", "ACTIVE"]
},
{
"id": "/heatSources",
"type": "refEnum",
"references": [{
"id": "/heatSources/info",
"uri": "http://{IP}/heatSources/info"
}, {
"id": "/heatSources/actualPower",
"uri": "http://{IP}/heatSources/actualPower"
}, {
"id": "/heatSources/actualCHPower",
"uri": "http://{IP}/heatSources/actualCHPower"
}, {
"id": "/heatSources/actualDHWPower",
"uri": "http://{IP}/heatSources/actualDHWPower"
}, {
"id": "/heatSources/actualModulation",
"uri": "http://{IP}/heatSources/actualModulation"
}, {
"id": "/heatSources/burnerModulationSetpoint",
"uri": "http://{IP}/heatSources/burnerModulationSetpoint"
}, {
"id": "/heatSources/burnerPowerSetpoint",
"uri": "http://{IP}/heatSources/burnerPowerSetpoint"
}, {
"id": "/heatSources/flameStatus",
"uri": "http://{IP}/heatSources/flameStatus"
}, {
"id": "/heatSources/CHpumpModulation",
"uri": "http://{IP}/heatSources/CHpumpModulation"
}, {
"id": "/heatSources/actualSupplyTemperature",
"uri": "http://{IP}/heatSources/actualSupplyTemperature"
}, {
"id": "/heatSources/powerSetpoint",
"uri": "http://{IP}/heatSources/powerSetpoint"
}, {
"id": "/heatSources/gasAirPressure",
"uri": "http://{IP}/heatSources/gasAirPressure"
}, {
"id": "/heatSources/systemPressure",
"uri": "http://{IP}/heatSources/systemPressure"
}, {
"id": "/heatSources/flameCurrent",
"uri": "http://{IP}/heatSources/flameCurrent"
}, {
"id": "/heatSources/ChimneySweeper",
"uri": "http://{IP}/heatSources/ChimneySweeper"
}, {
"id": "/heatSources/returnTemperature",
"uri": "http://{IP}/heatSources/returnTemperature"
}, {
"id": "/heatSources/numberOfStarts",
"uri": "http://{IP}/heatSources/numberOfStarts"
}, {
"id": "/heatSources/supplyTemperatureSetpoint",
"uri": "http://{IP}/heatSources/supplyTemperatureSetpoint"
}, {
"id": "/heatSources/applianceSupplyTemperature",
"uri": "http://{IP}/heatSources/applianceSupplyTemperature"
}, {
"id": "/heatSources/accumulatedEMonitoring",
"uri": "http://{IP}/heatSources/accumulatedEMonitoring"
}, {
"id": "/heatSources/nominalCHPower",
"uri": "http://{IP}/heatSources/nominalCHPower"
}, {
"id": "/heatSources/nominalDHWPower",
"uri": "http://{IP}/heatSources/nominalDHWPower"
}, {
"id": "/heatSources/chimneyTemperature",
"uri": "http://{IP}/heatSources/chimneyTemperature"
}, {
"id": "/heatSources/heating",
"uri": "http://{IP}/heatSources/heating"
}, {
"id": "/heatSources/Source",
"uri": "http://{IP}/heatSources/Source"
}, {
"id": "/heatSources/sensors",
"uri": "http://{IP}/heatSources/sensors"
}, {
"id": "/heatSources/workingTime",
"uri": "http://{IP}/heatSources/workingTime"
}, {
"id": "/heatSources/fuelCell",
"uri": "http://{IP}/heatSources/fuelCell"
}, {
"id": "/heatSources/energyMonitoring",
"uri": "http://{IP}/heatSources/energyMonitoring"
}, {
"id": "/heatSources/hs1",
"uri": "http://{IP}/heatSources/hs1"
}, {
"id": "/heatSources/ch",
"uri": "http://{IP}/heatSources/ch"
}, {
"id": "/heatSources/dhw",
"uri": "http://{IP}/heatSources/dhw"
}, {
"id": "/heatSources/pool",
"uri": "http://{IP}/heatSources/pool"
}, {
"id": "/heatSources/cooling",
"uri": "http://{IP}/heatSources/cooling"
}, {
"id": "/heatSources/total",
"uri": "http://{IP}/heatSources/total"
}, {
"id": "/heatSources/electricGrid",
"uri": "http://{IP}/heatSources/electricGrid"
}]
},
{
"id": "/heatSources/info",
"type": "systeminfo",
"recordable": 0,
"writeable": 0,
"values": [{
"Tok": "8",
"Id": "1456",
"Ver": "06",
"No": "333239302D3835342D3030303030342D3737333637303132373500"
}]
},
{
"id": "/heatSources/actualPower",
"type": "floatValue",
"writeable": 0,
"recordable": 1,
"value": 7.0,
"unitOfMeasure": "kW"
},
{
"id": "/heatSources/actualCHPower",
"type": "floatValue",
"writeable": 0,
"recordable": 1,
"value": 7.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": 28.0,
"unitOfMeasure": "%"
},
{
"id": "/heatSources/burnerModulationSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 100.0,
"unitOfMeasure": "%"
},
{
"id": "/heatSources/burnerPowerSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 25.0,
"unitOfMeasure": "kW"
},
{
"id": "/heatSources/flameStatus",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "on",
"allowedValues": ["off", "on"]
},
{
"id": "/heatSources/CHpumpModulation",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 15.0,
"unitOfMeasure": "%"
},
{
"id": "/heatSources/actualSupplyTemperature",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 62.2,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/heatSources/powerSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 100.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.7,
"unitOfMeasure": "bar",
"state": [{
"invalid": 25.5
}]
},
{
"id": "/heatSources/flameCurrent",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 17.1,
"unitOfMeasure": "µA",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/heatSources/ChimneySweeper",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "off"
},
{
"id": "/heatSources/returnTemperature",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 49.3,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/heatSources/numberOfStarts",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 2980,
"unitOfMeasure": " "
},
{
"id": "/heatSources/supplyTemperatureSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 47.0,
"unitOfMeasure": "C"
},
{
"id": "/heatSources/applianceSupplyTemperature",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 62.2,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/heatSources/accumulatedEMonitoring",
"type": "eMonitoringList",
"recordable": 0,
"writeable": 0,
"values": [{
"chFuel": "55974",
"dhwFuel": "32063",
"chTotal": "628",
"dhwTotal": "300",
"eletricityCooling": "0",
"chEletricity": "25559585",
"dhwEletricity": "142752"
}]
},
{
"id": "/heatSources/nominalCHPower",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 25.0,
"unitOfMeasure": "kW",
"minValue": 0.0,
"maxValue": 100.0
},
{
"id": "/heatSources/nominalDHWPower",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 25.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/heating",
"type": "refEnum",
"references": []
},
{
"id": "/heatSources/Source",
"type": "refEnum",
"references": [{
"id": "/heatSources/Source/Compressor",
"uri": "http://{IP}/heatSources/Source/Compressor"
}, {
"id": "/heatSources/Source/eHeater",
"uri": "http://{IP}/heatSources/Source/eHeater"
}]
},
{
"id": "/heatSources/Source/Compressor",
"type": "refEnum",
"references": []
},
{
"id": "/heatSources/Source/eHeater",
"type": "refEnum",
"references": []
},
{
"id": "/heatSources/sensors",
"type": "refEnum",
"references": []
},
{
"id": "/heatSources/workingTime",
"type": "refEnum",
"references": [{
"id": "/heatSources/workingTime/totalSystem",
"uri": "http://{IP}/heatSources/workingTime/totalSystem"
}, {
"id": "/heatSources/workingTime/secondBurner",
"uri": "http://{IP}/heatSources/workingTime/secondBurner"
}, {
"id": "/heatSources/workingTime/centralHeating",
"uri": "http://{IP}/heatSources/workingTime/centralHeating"
}]
},
{
"id": "/heatSources/workingTime/totalSystem",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 162044,
"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": 140461,
"unitOfMeasure": "mins"
},
{
"id": "/heatSources/fuelCell",
"type": "refEnum",
"references": []
},
{
"id": "/heatSources/energyMonitoring",
"type": "refEnum",
"references": [{
"id": "/heatSources/energyMonitoring/consumption",
"uri": "http://{IP}/heatSources/energyMonitoring/consumption"
}, {
"id": "/heatSources/energyMonitoring/correctionFactor",
"uri": "http://{IP}/heatSources/energyMonitoring/correctionFactor"
}, {
"id": "/heatSources/energyMonitoring/maxTankLevel",
"uri": "http://{IP}/heatSources/energyMonitoring/maxTankLevel"
}, {
"id": "/heatSources/energyMonitoring/minTankLevel",
"uri": "http://{IP}/heatSources/energyMonitoring/minTankLevel"
}, {
"id": "/heatSources/energyMonitoring/tankLevel",
"uri": "http://{IP}/heatSources/energyMonitoring/tankLevel"
}, {
"id": "/heatSources/energyMonitoring/startDateTime",
"uri": "http://{IP}/heatSources/energyMonitoring/startDateTime"
}]
},
{
"id": "/heatSources/energyMonitoring/consumption",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 2455.8,
"unitOfMeasure": "kWh",
"minValue": 0.0,
"maxValue": 135780000.0
},
{
"id": "/heatSources/energyMonitoring/correctionFactor",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.8,
"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": "2019-01-23T18:50:53"
},
{
"id": "/heatSources/hs1",
"type": "refEnum",
"references": [{
"id": "/heatSources/hs1/info",
"uri": "http://{IP}/heatSources/hs1/info"
}, {
"id": "/heatSources/hs1/type",
"uri": "http://{IP}/heatSources/hs1/type"
}, {
"id": "/heatSources/hs1/energyReservoir",
"uri": "http://{IP}/heatSources/hs1/energyReservoir"
}, {
"id": "/heatSources/hs1/reservoirAlert",
"uri": "http://{IP}/heatSources/hs1/reservoirAlert"
}, {
"id": "/heatSources/hs1/nominalFuelConsumption",
"uri": "http://{IP}/heatSources/hs1/nominalFuelConsumption"
}, {
"id": "/heatSources/hs1/fuelConsmptCorrFactor",
"uri": "http://{IP}/heatSources/hs1/fuelConsmptCorrFactor"
}, {
"id": "/heatSources/hs1/actualModulation",
"uri": "http://{IP}/heatSources/hs1/actualModulation"
}, {
"id": "/heatSources/hs1/actualPower",
"uri": "http://{IP}/heatSources/hs1/actualPower"
}, {
"id": "/heatSources/hs1/fuel",
"uri": "http://{IP}/heatSources/hs1/fuel"
}, {
"id": "/heatSources/hs1/flameStatus",
"uri": "http://{IP}/heatSources/hs1/flameStatus"
}]
},
{
"id": "/heatSources/hs1/info",
"type": "systeminfo",
"recordable": 0,
"writeable": 0,
"values": [{
"Tok": "8",
"Id": "1456",
"Ver": "06",
"No": "333239302D3835342D3030303030342D3737333637303132373500"
}]
},
{
"id": "/heatSources/hs1/type",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "GasBoiler",
"allowedValues": ["No_Appliance", "OilBoiler", "GasBoiler", "Heatpump", "unknownBoiler"]
},
{
"id": "/heatSources/hs1/energyReservoir",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.0,
"unitOfMeasure": "kWh"
},
{
"id": "/heatSources/hs1/reservoirAlert",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.0,
"unitOfMeasure": "kWh"
},
{
"id": "/heatSources/hs1/nominalFuelConsumption",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 1.8,
"unitOfMeasure": "l/h"
},
{
"id": "/heatSources/hs1/fuelConsmptCorrFactor",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 1.0,
"unitOfMeasure": " "
},
{
"id": "/heatSources/hs1/actualModulation",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 29.0,
"unitOfMeasure": "%"
},
{
"id": "/heatSources/hs1/actualPower",
"type": "floatValue",
"writeable": 0,
"recordable": 1,
"value": 7.25,
"unitOfMeasure": "kW"
},
{
"id": "/heatSources/hs1/fuel",
"type": "refEnum",
"references": [{
"id": "/heatSources/hs1/fuel/density",
"uri": "http://{IP}/heatSources/hs1/fuel/density"
}, {
"id": "/heatSources/hs1/fuel/caloricValue",
"uri": "http://{IP}/heatSources/hs1/fuel/caloricValue"
}]
},
{
"id": "/heatSources/hs1/fuel/density",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.82,
"unitOfMeasure": "kg/l"
},
{
"id": "/heatSources/hs1/fuel/caloricValue",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 11.5,
"unitOfMeasure": "kWh"
},
{
"id": "/heatSources/hs1/flameStatus",
"type": "stringValue",
"writeable": 0,
"recordable": 0,
"value": "on",
"allowedValues": ["off", "on"]
},
{
"id": "/heatSources/ch",
"type": "refEnum",
"references": [{
"id": "/heatSources/ch/energyMonitoring",
"uri": "http://{IP}/heatSources/ch/energyMonitoring"
}]
},
{
"id": "/heatSources/ch/energyMonitoring",
"type": "refEnum",
"references": [{
"id": "/heatSources/ch/energyMonitoring/consumedEnergy",
"uri": "http://{IP}/heatSources/ch/energyMonitoring/consumedEnergy"
}, {
"id": "/heatSources/ch/energyMonitoring/fuelConsumption",
"uri": "http://{IP}/heatSources/ch/energyMonitoring/fuelConsumption"
}]
},
{
"id": "/heatSources/dhw",
"type": "refEnum",
"references": [{
"id": "/heatSources/dhw/energyMonitoring",
"uri": "http://{IP}/heatSources/dhw/energyMonitoring"
}]
},
{
"id": "/heatSources/dhw/energyMonitoring",
"type": "refEnum",
"references": [{
"id": "/heatSources/dhw/energyMonitoring/consumedEnergy",
"uri": "http://{IP}/heatSources/dhw/energyMonitoring/consumedEnergy"
}, {
"id": "/heatSources/dhw/energyMonitoring/fuelConsumption",
"uri": "http://{IP}/heatSources/dhw/energyMonitoring/fuelConsumption"
}]
},
{
"id": "/heatSources/pool",
"type": "refEnum",
"references": [{
"id": "/heatSources/pool/energyMonitoring",
"uri": "http://{IP}/heatSources/pool/energyMonitoring"
}]
},
{
"id": "/heatSources/pool/energyMonitoring",
"type": "refEnum",
"references": []
},
{
"id": "/heatSources/cooling",
"type": "refEnum",
"references": [{
"id": "/heatSources/cooling/energyMonitoring",
"uri": "http://{IP}/heatSources/cooling/energyMonitoring"
}]
},
{
"id": "/heatSources/cooling/energyMonitoring",
"type": "refEnum",
"references": [{
"id": "/heatSources/cooling/energyMonitoring/consumedEnergy",
"uri": "http://{IP}/heatSources/cooling/energyMonitoring/consumedEnergy"
}]
},
{
"id": "/heatSources/total",
"type": "refEnum",
"references": [{
"id": "/heatSources/total/energyMonitoring",
"uri": "http://{IP}/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://{IP}/system/brand"
}, {
"id": "/system/systemType",
"uri": "http://{IP}/system/systemType"
}, {
"id": "/system/bus",
"uri": "http://{IP}/system/bus"
}, {
"id": "/system/info",
"uri": "http://{IP}/system/info"
}, {
"id": "/system/minOutdoorTemp",
"uri": "http://{IP}/system/minOutdoorTemp"
}, {
"id": "/system/healthStatus",
"uri": "http://{IP}/system/healthStatus"
}, {
"id": "/system/sensors",
"uri": "http://{IP}/system/sensors"
}, {
"id": "/system/appliance",
"uri": "http://{IP}/system/appliance"
}, {
"id": "/system/heatSources",
"uri": "http://{IP}/system/heatSources"
}, {
"id": "/system/holidayModes",
"uri": "http://{IP}/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": "303537383835333132363936323837333739333539354130303030"
}, {
"Tok": "16",
"Id": "158",
"Ver": "NF18.03",
"No": "323533303831383230313939303737333831313233313600FFFFFF"
}, {
"Tok": "32",
"Id": "160",
"Ver": "NF24.05",
"No": "323533303835343030303332373737333831313031333800FFFFFF"
}, {
"Tok": "33",
"Id": "160",
"Ver": "NF24.05",
"No": "323533303835343030303332383737333831313031333800FFFFFF"
}, {
"Tok": "9",
"Id": "224",
"Ver": "NF35.05",
"No": "333135343336383332313830343033303030303032333338373337"
}]
},
{
"id": "/system/minOutdoorTemp",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": -18.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://{IP}/system/sensors/temperatures"
}]
},
{
"id": "/system/sensors/temperatures",
"type": "refEnum",
"references": [{
"id": "/system/sensors/temperatures/outdoor_t1",
"uri": "http://{IP}/system/sensors/temperatures/outdoor_t1"
}, {
"id": "/system/sensors/temperatures/supply_t1_setpoint",
"uri": "http://{IP}/system/sensors/temperatures/supply_t1_setpoint"
}, {
"id": "/system/sensors/temperatures/supply_t1",
"uri": "http://{IP}/system/sensors/temperatures/supply_t1"
}, {
"id": "/system/sensors/temperatures/hotWater_t2",
"uri": "http://{IP}/system/sensors/temperatures/hotWater_t2"
}, {
"id": "/system/sensors/temperatures/return",
"uri": "http://{IP}/system/sensors/temperatures/return"
}, {
"id": "/system/sensors/temperatures/switch",
"uri": "http://{IP}/system/sensors/temperatures/switch"
}, {
"id": "/system/sensors/temperatures/chimney",
"uri": "http://{IP}/system/sensors/temperatures/chimney"
}]
},
{
"id": "/system/sensors/temperatures/outdoor_t1",
"type": "floatValue",
"writeable": 0,
"recordable": 1,
"value": 3.1,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/system/sensors/temperatures/supply_t1_setpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 47.0,
"unitOfMeasure": "C"
},
{
"id": "/system/sensors/temperatures/supply_t1",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 62.7,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/system/sensors/temperatures/hotWater_t2",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 46.5,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/system/sensors/temperatures/return",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 48.9,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/system/sensors/temperatures/switch",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 46.6,
"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://{IP}/system/appliance/actualSupplyTemperature"
}, {
"id": "/system/appliance/powerSetpoint",
"uri": "http://{IP}/system/appliance/powerSetpoint"
}, {
"id": "/system/appliance/actualPower",
"uri": "http://{IP}/system/appliance/actualPower"
}, {
"id": "/system/appliance/CHpumpModulation",
"uri": "http://{IP}/system/appliance/CHpumpModulation"
}, {
"id": "/system/appliance/numberOfStarts",
"uri": "http://{IP}/system/appliance/numberOfStarts"
}, {
"id": "/system/appliance/gasAirPressure",
"uri": "http://{IP}/system/appliance/gasAirPressure"
}, {
"id": "/system/appliance/systemPressure",
"uri": "http://{IP}/system/appliance/systemPressure"
}, {
"id": "/system/appliance/flameCurrent",
"uri": "http://{IP}/system/appliance/flameCurrent"
}, {
"id": "/system/appliance/ChimneySweeper",
"uri": "http://{IP}/system/appliance/ChimneySweeper"
}, {
"id": "/system/appliance/workingTime",
"uri": "http://{IP}/system/appliance/workingTime"
}, {
"id": "/system/appliance/nominalBurnerLoad",
"uri": "http://{IP}/system/appliance/nominalBurnerLoad"
}]
},
{
"id": "/system/appliance/actualSupplyTemperature",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 62.7,
"unitOfMeasure": "C",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/system/appliance/powerSetpoint",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 100.0,
"unitOfMeasure": "%"
},
{
"id": "/system/appliance/actualPower",
"type": "floatValue",
"writeable": 0,
"recordable": 1,
"value": 29.0,
"unitOfMeasure": "%"
},
{
"id": "/system/appliance/CHpumpModulation",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 15.0,
"unitOfMeasure": "%"
},
{
"id": "/system/appliance/numberOfStarts",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 2980,
"unitOfMeasure": " "
},
{
"id": "/system/appliance/gasAirPressure",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 0.0,
"unitOfMeasure": "Pascal"
},
{
"id": "/system/appliance/systemPressure",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 1.7,
"unitOfMeasure": "bar",
"state": [{
"invalid": 25.5
}]
},
{
"id": "/system/appliance/flameCurrent",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 17.1,
"unitOfMeasure": "µA",
"state": [{
"open": -3276.8
}, {
"short": 3276.7
}]
},
{
"id": "/system/appliance/ChimneySweeper",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 0.0,
"unitOfMeasure": " "
},
{
"id": "/system/appliance/workingTime",
"type": "refEnum",
"references": [{
"id": "/system/appliance/workingTime/totalSystem",
"uri": "http://{IP}/system/appliance/workingTime/totalSystem"
}, {
"id": "/system/appliance/workingTime/secondBurner",
"uri": "http://{IP}/system/appliance/workingTime/secondBurner"
}, {
"id": "/system/appliance/workingTime/centralHeating",
"uri": "http://{IP}/system/appliance/workingTime/centralHeating"
}]
},
{
"id": "/system/appliance/workingTime/totalSystem",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 162044,
"unitOfMeasure": "mins"
},
{
"id": "/system/appliance/workingTime/secondBurner",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 0,
"unitOfMeasure": "mins"
},
{
"id": "/system/appliance/workingTime/centralHeating",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 140461,
"unitOfMeasure": "mins"
},
{
"id": "/system/appliance/nominalBurnerLoad",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 25.0,
"unitOfMeasure": "kW",
"minValue": 0.0,
"maxValue": 100.0
},
{
"id": "/system/heatSources",
"type": "refEnum",
"references": [{
"id": "/system/heatSources/hs1",
"uri": "http://{IP}/system/heatSources/hs1"
}]
},
{
"id": "/system/heatSources/hs1",
"type": "refEnum",
"references": [{
"id": "/system/heatSources/hs1/energyReservoir",
"uri": "http://{IP}/system/heatSources/hs1/energyReservoir"
}, {
"id": "/system/heatSources/hs1/reservoirAlert",
"uri": "http://{IP}/system/heatSources/hs1/reservoirAlert"
}, {
"id": "/system/heatSources/hs1/nominalFuelConsumption",
"uri": "http://{IP}/system/heatSources/hs1/nominalFuelConsumption"
}, {
"id": "/system/heatSources/hs1/fuelConsmptCorrFactor",
"uri": "http://{IP}/system/heatSources/hs1/fuelConsmptCorrFactor"
}, {
"id": "/system/heatSources/hs1/actualModulation",
"uri": "http://{IP}/system/heatSources/hs1/actualModulation"
}, {
"id": "/system/heatSources/hs1/actualPower",
"uri": "http://{IP}/system/heatSources/hs1/actualPower"
}, {
"id": "/system/heatSources/hs1/fuel",
"uri": "http://{IP}/system/heatSources/hs1/fuel"
}]
},
{
"id": "/system/heatSources/hs1/energyReservoir",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.0,
"unitOfMeasure": "kWh"
},
{
"id": "/system/heatSources/hs1/reservoirAlert",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.0,
"unitOfMeasure": "kWh"
},
{
"id": "/system/heatSources/hs1/nominalFuelConsumption",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 1.8,
"unitOfMeasure": "l/h"
},
{
"id": "/system/heatSources/hs1/fuelConsmptCorrFactor",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 1.0,
"unitOfMeasure": " "
},
{
"id": "/system/heatSources/hs1/actualModulation",
"type": "floatValue",
"writeable": 0,
"recordable": 0,
"value": 29.0,
"unitOfMeasure": "%"
},
{
"id": "/system/heatSources/hs1/actualPower",
"type": "floatValue",
"writeable": 0,
"recordable": 1,
"value": 7.25,
"unitOfMeasure": "kW"
},
{
"id": "/system/heatSources/hs1/fuel",
"type": "refEnum",
"references": [{
"id": "/system/heatSources/hs1/fuel/density",
"uri": "http://{IP}/system/heatSources/hs1/fuel/density"
}, {
"id": "/system/heatSources/hs1/fuel/caloricValue",
"uri": "http://{IP}/system/heatSources/hs1/fuel/caloricValue"
}]
},
{
"id": "/system/heatSources/hs1/fuel/density",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 0.82,
"unitOfMeasure": "kg/l"
},
{
"id": "/system/heatSources/hs1/fuel/caloricValue",
"type": "floatValue",
"writeable": 1,
"recordable": 0,
"value": 11.5,
"unitOfMeasure": "kWh"
},
{
"id": "/system/holidayModes",
"type": "refEnum",
"references": [{
"id": "/system/holidayModes/hm1",
"uri": "http://{IP}/system/holidayModes/hm1"
}, {
"id": "/system/holidayModes/hm2",
"uri": "http://{IP}/system/holidayModes/hm2"
}, {
"id": "/system/holidayModes/hm3",
"uri": "http://{IP}/system/holidayModes/hm3"
}, {
"id": "/system/holidayModes/hm4",
"uri": "http://{IP}/system/holidayModes/hm4"
}, {
"id": "/system/holidayModes/hm5",
"uri": "http://{IP}/system/holidayModes/hm5"
}]
},
{
"id": "/system/holidayModes/hm1",
"type": "refEnum",
"references": [{
"id": "/system/holidayModes/hm1/startStop",
"uri": "http://{IP}/system/holidayModes/hm1/startStop"
}, {
"id": "/system/holidayModes/hm1/assignedTo",
"uri": "http://{IP}/system/holidayModes/hm1/assignedTo"
}, {
"id": "/system/holidayModes/hm1/hcMode",
"uri": "http://{IP}/system/holidayModes/hm1/hcMode"
}, {
"id": "/system/holidayModes/hm1/dhwMode",
"uri": "http://{IP}/system/holidayModes/hm1/dhwMode"
}, {
"id": "/system/holidayModes/hm1/delete",
"uri": "http://{IP}/system/holidayModes/hm1/delete"
}]
},
{
"id": "/system/holidayModes/hm1/startStop",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "2009-01-01/2009-01-01"
},
{
"id": "/system/holidayModes/hm1/assignedTo",
"type": "arrayData",
"writeable": 1,
"recordable": 0,
"values": [],
"allowedValues": ["hc1", "hc2", "hc3", "hc4", "dhw1", "dhw2"]
},
{
"id": "/system/holidayModes/hm1/hcMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "ECO",
"allowedValues": ["AUTO_SAT", "FIX_TEMP", "OFF", "ECO"]
},
{
"id": "/system/holidayModes/hm1/dhwMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "OFF",
"allowedValues": ["OFF", "TD_OFF"]
},
{
"id": "/system/holidayModes/hm2",
"type": "refEnum",
"references": [{
"id": "/system/holidayModes/hm2/startStop",
"uri": "http://{IP}/system/holidayModes/hm2/startStop"
}, {
"id": "/system/holidayModes/hm2/assignedTo",
"uri": "http://{IP}/system/holidayModes/hm2/assignedTo"
}, {
"id": "/system/holidayModes/hm2/hcMode",
"uri": "http://{IP}/system/holidayModes/hm2/hcMode"
}, {
"id": "/system/holidayModes/hm2/dhwMode",
"uri": "http://{IP}/system/holidayModes/hm2/dhwMode"
}, {
"id": "/system/holidayModes/hm2/delete",
"uri": "http://{IP}/system/holidayModes/hm2/delete"
}]
},
{
"id": "/system/holidayModes/hm2/startStop",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "2009-01-01/2009-01-01"
},
{
"id": "/system/holidayModes/hm2/assignedTo",
"type": "arrayData",
"writeable": 1,
"recordable": 0,
"values": [],
"allowedValues": ["hc1", "hc2", "hc3", "hc4", "dhw1", "dhw2"]
},
{
"id": "/system/holidayModes/hm2/hcMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "ECO",
"allowedValues": ["AUTO_SAT", "FIX_TEMP", "OFF", "ECO"]
},
{
"id": "/system/holidayModes/hm2/dhwMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "OFF",
"allowedValues": ["OFF", "TD_OFF"]
},
{
"id": "/system/holidayModes/hm3",
"type": "refEnum",
"references": [{
"id": "/system/holidayModes/hm3/startStop",
"uri": "http://{IP}/system/holidayModes/hm3/startStop"
}, {
"id": "/system/holidayModes/hm3/assignedTo",
"uri": "http://{IP}/system/holidayModes/hm3/assignedTo"
}, {
"id": "/system/holidayModes/hm3/hcMode",
"uri": "http://{IP}/system/holidayModes/hm3/hcMode"
}, {
"id": "/system/holidayModes/hm3/dhwMode",
"uri": "http://{IP}/system/holidayModes/hm3/dhwMode"
}, {
"id": "/system/holidayModes/hm3/delete",
"uri": "http://{IP}/system/holidayModes/hm3/delete"
}]
},
{
"id": "/system/holidayModes/hm3/startStop",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "2009-01-01/2009-01-01"
},
{
"id": "/system/holidayModes/hm3/assignedTo",
"type": "arrayData",
"writeable": 1,
"recordable": 0,
"values": [],
"allowedValues": ["hc1", "hc2", "hc3", "hc4", "dhw1", "dhw2"]
},
{
"id": "/system/holidayModes/hm3/hcMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "ECO",
"allowedValues": ["AUTO_SAT", "FIX_TEMP", "OFF", "ECO"]
},
{
"id": "/system/holidayModes/hm3/dhwMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "OFF",
"allowedValues": ["OFF", "TD_OFF"]
},
{
"id": "/system/holidayModes/hm4",
"type": "refEnum",
"references": [{
"id": "/system/holidayModes/hm4/startStop",
"uri": "http://{IP}/system/holidayModes/hm4/startStop"
}, {
"id": "/system/holidayModes/hm4/assignedTo",
"uri": "http://{IP}/system/holidayModes/hm4/assignedTo"
}, {
"id": "/system/holidayModes/hm4/hcMode",
"uri": "http://{IP}/system/holidayModes/hm4/hcMode"
}, {
"id": "/system/holidayModes/hm4/dhwMode",
"uri": "http://{IP}/system/holidayModes/hm4/dhwMode"
}, {
"id": "/system/holidayModes/hm4/delete",
"uri": "http://{IP}/system/holidayModes/hm4/delete"
}]
},
{
"id": "/system/holidayModes/hm4/startStop",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "2009-01-01/2009-01-01"
},
{
"id": "/system/holidayModes/hm4/assignedTo",
"type": "arrayData",
"writeable": 1,
"recordable": 0,
"values": [],
"allowedValues": ["hc1", "hc2", "hc3", "hc4", "dhw1", "dhw2"]
},
{
"id": "/system/holidayModes/hm4/hcMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "ECO",
"allowedValues": ["AUTO_SAT", "FIX_TEMP", "OFF", "ECO"]
},
{
"id": "/system/holidayModes/hm4/dhwMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "OFF",
"allowedValues": ["OFF", "TD_OFF"]
},
{
"id": "/system/holidayModes/hm5",
"type": "refEnum",
"references": [{
"id": "/system/holidayModes/hm5/startStop",
"uri": "http://{IP}/system/holidayModes/hm5/startStop"
}, {
"id": "/system/holidayModes/hm5/assignedTo",
"uri": "http://{IP}/system/holidayModes/hm5/assignedTo"
}, {
"id": "/system/holidayModes/hm5/hcMode",
"uri": "http://{IP}/system/holidayModes/hm5/hcMode"
}, {
"id": "/system/holidayModes/hm5/dhwMode",
"uri": "http://{IP}/system/holidayModes/hm5/dhwMode"
}, {
"id": "/system/holidayModes/hm5/delete",
"uri": "http://{IP}/system/holidayModes/hm5/delete"
}]
},
{
"id": "/system/holidayModes/hm5/startStop",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "2009-01-01/2009-01-01"
},
{
"id": "/system/holidayModes/hm5/assignedTo",
"type": "arrayData",
"writeable": 1,
"recordable": 0,
"values": [],
"allowedValues": ["hc1", "hc2", "hc3", "hc4", "dhw1", "dhw2"]
},
{
"id": "/system/holidayModes/hm5/hcMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "ECO",
"allowedValues": ["AUTO_SAT", "FIX_TEMP", "OFF", "ECO"]
},
{
"id": "/system/holidayModes/hm5/dhwMode",
"type": "stringValue",
"writeable": 1,
"recordable": 0,
"value": "OFF",
"allowedValues": ["OFF", "TD_OFF"]
}
]
/dhwCircuits
{'id': '/dhwCircuits', 'type': 'refEnum', 'references': [{'id': '/dhwCircuits/dhw1', 'uri': 'http://{IP}/dhwCircuits/dhw1'}]}
/dhwCircuits/dhw1
{'id': '/dhwCircuits/dhw1', 'type': 'refEnum', 'references': [{'id': '/dhwCircuits/dhw1/operationMode', 'uri': 'http://{IP}/dhwCircuits/dhw1/operationMode'}, {'id': '/dhwCircuits/dhw1/switchPrograms', 'uri': 'http://{IP}/dhwCircuits/dhw1/switchPrograms'}, {'id': '/dhwCircuits/dhw1/temperatureLevels', 'uri': 'http://{IP}/dhwCircuits/dhw1/temperatureLevels'}, {'id': '/dhwCircuits/dhw1/currentSetpoint', 'uri': 'http://{IP}/dhwCircuits/dhw1/currentSetpoint'}, {'id': '/dhwCircuits/dhw1/actualTemp', 'uri': 'http://{IP}/dhwCircuits/dhw1/actualTemp'}, {'id': '/dhwCircuits/dhw1/waterFlow', 'uri': 'http://{IP}/dhwCircuits/dhw1/waterFlow'}, {'id': '/dhwCircuits/dhw1/workingTime', 'uri': 'http://{IP}/dhwCircuits/dhw1/workingTime'}, {'id': '/dhwCircuits/dhw1/charge', 'uri': 'http://{IP}/dhwCircuits/dhw1/charge'}, {'id': '/dhwCircuits/dhw1/chargeDuration', 'uri': 'http://{IP}/dhwCircuits/dhw1/chargeDuration'}, {'id': '/dhwCircuits/dhw1/tdMode', 'uri': 'http://{IP}/dhwCircuits/dhw1/tdMode'}, {'id': '/dhwCircuits/dhw1/tdsetPoint', 'uri': 'http://{IP}/dhwCircuits/dhw1/tdsetPoint'}, {'id': '/dhwCircuits/dhw1/cpStartph', 'uri': 'http://{IP}/dhwCircuits/dhw1/cpStartph'}, {'id': '/dhwCircuits/dhw1/cpoperationMode', 'uri': 'http://{IP}/dhwCircuits/dhw1/cpoperationMode'}, {'id': '/dhwCircuits/dhw1/singleChargeSetpoint', 'uri': 'http://{IP}/dhwCircuits/dhw1/singleChargeSetpoint'}, {'id': '/dhwCircuits/dhw1/holidayMode', 'uri': 'http://{IP}/dhwCircuits/dhw1/holidayMode'}, {'id': '/dhwCircuits/dhw1/status', 'uri': 'http://{IP}/dhwCircuits/dhw1/status'}]}
/dhwCircuits/dhw1/operationMode
{'id': '/dhwCircuits/dhw1/operationMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'ownprogram', 'allowedValues': ['Off', 'high', 'HCprogram', 'ownprogram']}
/dhwCircuits/dhw1/switchPrograms
{'id': '/dhwCircuits/dhw1/switchPrograms', 'type': 'refEnum', 'references': [{'id': '/dhwCircuits/dhw1/switchPrograms/A', 'uri': 'http://{IP}/dhwCircuits/dhw1/switchPrograms/A'}, {'id': '/dhwCircuits/dhw1/switchPrograms/cp', 'uri': 'http://{IP}/dhwCircuits/dhw1/switchPrograms/cp'}]}
/dhwCircuits/dhw1/switchPrograms/A
{'id': '/dhwCircuits/dhw1/switchPrograms/A', 'type': 'switchProgram', 'setpointProperty': {'id': '/dhwCircuits/dhw1/temperatureLevels', 'uri': 'http://{IP}/dhwCircuits/dhw1/temperatureLevels'}, 'maxNbOfSwitchPoints': 42, 'maxNbOfSwitchPointsPerDay': 6, 'switchPointTimeRaster': 15, 'writeable': 1, 'switchPoints': [{'dayOfWeek': 'Mo', 'setpoint': 'high', 'time': 300}, {'dayOfWeek': 'Mo', 'setpoint': 'off', 'time': 720}, {'dayOfWeek': 'Mo', 'setpoint': 'high', 'time': 900}, {'dayOfWeek': 'Mo', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Tu', 'setpoint': 'high', 'time': 300}, {'dayOfWeek': 'Tu', 'setpoint': 'off', 'time': 720}, {'dayOfWeek': 'Tu', 'setpoint': 'high', 'time': 930}, {'dayOfWeek': 'Tu', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'We', 'setpoint': 'high', 'time': 300}, {'dayOfWeek': 'We', 'setpoint': 'off', 'time': 720}, {'dayOfWeek': 'We', 'setpoint': 'high', 'time': 900}, {'dayOfWeek': 'We', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Th', 'setpoint': 'high', 'time': 300}, {'dayOfWeek': 'Th', 'setpoint': 'off', 'time': 720}, {'dayOfWeek': 'Th', 'setpoint': 'high', 'time': 900}, {'dayOfWeek': 'Th', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Fr', 'setpoint': 'high', 'time': 300}, {'dayOfWeek': 'Fr', 'setpoint': 'off', 'time': 720}, {'dayOfWeek': 'Fr', 'setpoint': 'high', 'time': 900}, {'dayOfWeek': 'Fr', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Sa', 'setpoint': 'high', 'time': 420}, {'dayOfWeek': 'Sa', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Su', 'setpoint': 'high', 'time': 420}, {'dayOfWeek': 'Su', 'setpoint': 'off', 'time': 1380}]}
/dhwCircuits/dhw1/switchPrograms/cp
{'id': '/dhwCircuits/dhw1/switchPrograms/cp', 'type': 'switchProgram', 'setpointProperty': {'id': '/dhwCircuits/dhw1/temperatureLevels', 'uri': 'http://{IP}/dhwCircuits/dhw1/temperatureLevels'}, 'maxNbOfSwitchPoints': 42, 'maxNbOfSwitchPointsPerDay': 6, 'switchPointTimeRaster': 15, 'writeable': 1, 'switchPoints': [{'dayOfWeek': 'Mo', 'setpoint': 'on', 'time': 300}, {'dayOfWeek': 'Mo', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Tu', 'setpoint': 'on', 'time': 300}, {'dayOfWeek': 'Tu', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'We', 'setpoint': 'on', 'time': 300}, {'dayOfWeek': 'We', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Th', 'setpoint': 'on', 'time': 300}, {'dayOfWeek': 'Th', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Fr', 'setpoint': 'on', 'time': 300}, {'dayOfWeek': 'Fr', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Sa', 'setpoint': 'on', 'time': 420}, {'dayOfWeek': 'Sa', 'setpoint': 'off', 'time': 1380}, {'dayOfWeek': 'Su', 'setpoint': 'on', 'time': 420}, {'dayOfWeek': 'Su', 'setpoint': 'off', 'time': 1380}]}
/dhwCircuits/dhw1/temperatureLevels
{'id': '/dhwCircuits/dhw1/temperatureLevels', 'type': 'refEnum', 'references': [{'id': '/dhwCircuits/dhw1/temperatureLevels/off', 'uri': 'http://{IP}/dhwCircuits/dhw1/temperatureLevels/off'}, {'id': '/dhwCircuits/dhw1/temperatureLevels/high', 'uri': 'http://{IP}/dhwCircuits/dhw1/temperatureLevels/high'}]}
/dhwCircuits/dhw1/temperatureLevels/off
{'id': '/dhwCircuits/dhw1/temperatureLevels/off', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': 'C'}
/dhwCircuits/dhw1/temperatureLevels/high
{'id': '/dhwCircuits/dhw1/temperatureLevels/high', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 50.0, 'unitOfMeasure': 'C', 'minValue': 30.0, 'maxValue': 80.0}
/dhwCircuits/dhw1/currentSetpoint
{'id': '/dhwCircuits/dhw1/currentSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 10.0, 'unitOfMeasure': 'C'}
/dhwCircuits/dhw1/actualTemp
{'id': '/dhwCircuits/dhw1/actualTemp', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 45.8, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/dhwCircuits/dhw1/waterFlow
{'id': '/dhwCircuits/dhw1/waterFlow', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': 'l/min'}
/dhwCircuits/dhw1/workingTime
{'id': '/dhwCircuits/dhw1/workingTime', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 28039, 'unitOfMeasure': 'mins'}
/dhwCircuits/dhw1/charge
{'id': '/dhwCircuits/dhw1/charge', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'stop', 'allowedValues': ['stop', 'start']}
/dhwCircuits/dhw1/chargeDuration
{'id': '/dhwCircuits/dhw1/chargeDuration', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 60.0, 'unitOfMeasure': 'mins', 'minValue': 15.0, 'maxValue': 2880.0}
/dhwCircuits/dhw1/tdMode
error : Invalid response code: 403
/dhwCircuits/dhw1/tdsetPoint
error : Invalid response code: 403
/dhwCircuits/dhw1/cpStartph
error : Invalid response code: 403
/dhwCircuits/dhw1/cpoperationMode
error : Invalid response code: 403
/dhwCircuits/dhw1/singleChargeSetpoint
{'id': '/dhwCircuits/dhw1/singleChargeSetpoint', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 50.0, 'unitOfMeasure': 'C', 'minValue': 30.0, 'maxValue': 80.0}
/dhwCircuits/dhw1/holidayMode
{'id': '/dhwCircuits/dhw1/holidayMode', 'type': 'refEnum', 'references': [{'id': '/dhwCircuits/dhw1/holidayMode/activated', 'uri': 'http://{IP}/dhwCircuits/dhw1/holidayMode/activated'}]}
/dhwCircuits/dhw1/holidayMode/activated
{'id': '/dhwCircuits/dhw1/holidayMode/activated', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': '', 'allowedValues': ['', 'hm1', 'hm2', 'hm3', 'hm4', 'hm5']}
/dhwCircuits/dhw1/status
{'id': '/dhwCircuits/dhw1/status', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'ACTIVE', 'allowedValues': ['INACTIVE', 'ACTIVE']}
/gateway
{'id': '/gateway', 'type': 'refEnum', 'references': [{'id': '/gateway/uuid', 'uri': 'http://{IP}/gateway/uuid'}, {'id': '/gateway/firmware', 'uri': 'http://{IP}/gateway/firmware'}, {'id': '/gateway/userpassword', 'uri': 'http://{IP}/gateway/userpassword'}, {'id': '/gateway/versionFirmware', 'uri': 'http://{IP}/gateway/versionFirmware'}, {'id': '/gateway/versionHardware', 'uri': 'http://{IP}/gateway/versionHardware'}, {'id': '/gateway/boschSHPassword', 'uri': 'http://{IP}/gateway/boschSHPassword'}, {'id': '/gateway/portalPassword', 'uri': 'http://{IP}/gateway/portalPassword'}, {'id': '/gateway/knxPassword', 'uri': 'http://{IP}/gateway/knxPassword'}, {'id': '/gateway/haiPassword', 'uri': 'http://{IP}/gateway/haiPassword'}, {'id': '/gateway/DateTime', 'uri': 'http://{IP}/gateway/DateTime'}, {'id': '/gateway/instPassword', 'uri': 'http://{IP}/gateway/instPassword'}, {'id': '/gateway/instAccess', 'uri': 'http://{IP}/gateway/instAccess'}, {'id': '/gateway/instWriteAccess', 'uri': 'http://{IP}/gateway/instWriteAccess'}, {'id': '/gateway/version', 'uri': 'http://{IP}/gateway/version'}, {'id': '/gateway/update', 'uri': 'http://{IP}/gateway/update'}, {'id': '/gateway/logging', 'uri': 'http://{IP}/gateway/logging'}]}
/gateway/uuid
{'id': '/gateway/uuid', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': '753412880', 'allowedValues': ['753412880']}
/gateway/firmware
b"\xc4\xa9f8\xfc-\t\xb2\xe2\x07\r\xa8j\x04>X\x92\xed\r\xb8\x0c\xa0\xc2\x12\xc7\x9c\xf9\x84s\x1e\xe4\xd3\xa1\x80cu\xdf\xe4\xd2j\xc3\xdb\xee\x90\xc94*S|\xd8\xc4\xaeF\x97\xaf\x97q\x89\xe3'\x8e/T?\x7fai\xac\x08\xda\xa2\x04DOD\xb8\\\x0c[\xbd\xb3\xb7\x1e8Ylu\x15\xfe\x1c\xc3\xab2\x0b\x03!\xff)\xc0\xac\x11\xe0\xb4_\x14F\x1f`\xe0 \xeb\r\xb0!&=Q6\xcdi4\x13U#+A\xa6 \x16o\x18\xe0\x00\x9c\x0c\xaa\xd7et\x96ScU\x7f\x9c\xc3\xca\xe0\xe2Q\xfaA\xac\xd7\x1c\xb3\x08\x1da7^4\xfbf\xb0\x9e\x87\x10o\xb2l\xc4\xe0I\x96\xaf\xf8\xee\x12\xef\x96\x8a=q\xfd\xe5c\xae\x93\x01\x1d\xf8O\x12\x91\xfa\x04\x04SXk\x0f5\x15\x1a\xff\xe2$\xbcM\x01\x9bp\x04\xe2S\x93o\xe7\xa0\x85c\xdb~"
error : Unable to decrypt: 'utf-8' codec can't decode byte 0xfc in position 4: invalid start byte
/gateway/userpassword
error : Invalid response code: 403
/gateway/versionFirmware
{'id': '/gateway/versionFirmware', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': '04.06.07'}
/gateway/versionHardware
{'id': '/gateway/versionHardware', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'iCom_Low_NSC_v1'}
/gateway/boschSHPassword
error : Invalid response code: 403
/gateway/portalPassword
error : Invalid response code: 403
/gateway/knxPassword
error : Invalid response code: 403
/gateway/haiPassword
error : Invalid response code: 403
/gateway/DateTime
{'id': '/gateway/DateTime', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': '2019-04-05T12:12:44'}
/gateway/instPassword
error : Invalid response code: 403
/gateway/instAccess
{'id': '/gateway/instAccess', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'off', 'allowedValues': ['off', 'on']}
/gateway/instWriteAccess
{'id': '/gateway/instWriteAccess', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'off', 'allowedValues': ['off', 'on']}
/gateway/version
error : Invalid response code: 403
/gateway/update
{'id': '/gateway/update', 'type': 'refEnum', 'references': [{'id': '/gateway/update/version', 'uri': 'http://{IP}/gateway/update/version'}, {'id': '/gateway/update/request', 'uri': 'http://{IP}/gateway/update/request'}, {'id': '/gateway/update/strategy', 'uri': 'http://{IP}/gateway/update/strategy'}, {'id': '/gateway/update/status', 'uri': 'http://{IP}/gateway/update/status'}]}
/gateway/update/version
error : Invalid response code: 403
/gateway/update/request
error : Invalid response code: 403
/gateway/update/strategy
error : Invalid response code: 403
/gateway/update/status
{'id': '/gateway/update/status', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'completed', 'allowedValues': ['inprogress', 'completed', 'interrupted']}
/gateway/logging
{'id': '/gateway/logging', 'type': 'refEnum', 'references': [{'id': '/gateway/logging/switch', 'uri': 'http://{IP}/gateway/logging/switch'}, {'id': '/gateway/logging/reqBusVar', 'uri': 'http://{IP}/gateway/logging/reqBusVar'}, {'id': '/gateway/logging/userAcceptance', 'uri': 'http://{IP}/gateway/logging/userAcceptance'}]}
/gateway/logging/switch
error : Invalid response code: 403
/gateway/logging/reqBusVar
error : Invalid response code: 403
/gateway/logging/userAcceptance
{'id': '/gateway/logging/userAcceptance', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'false', 'allowedValues': ['false', 'true']}
/heatingCircuits
{'id': '/heatingCircuits', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc1', 'uri': 'http://{IP}/heatingCircuits/hc1'}, {'id': '/heatingCircuits/hc2', 'uri': 'http://{IP}/heatingCircuits/hc2'}]}
/heatingCircuits/hc1
{'id': '/heatingCircuits/hc1', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc1/currentRoomSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc1/currentRoomSetpoint'}, {'id': '/heatingCircuits/hc1/actualSupplyTempSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc1/actualSupplyTempSetpoint'}, {'id': '/heatingCircuits/hc1/operationMode', 'uri': 'http://{IP}/heatingCircuits/hc1/operationMode'}, {'id': '/heatingCircuits/hc1/supplyTemperatureSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc1/supplyTemperatureSetpoint'}, {'id': '/heatingCircuits/hc1/temporaryRoomSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc1/temporaryRoomSetpoint'}, {'id': '/heatingCircuits/hc1/roomtemperature', 'uri': 'http://{IP}/heatingCircuits/hc1/roomtemperature'}, {'id': '/heatingCircuits/hc1/activeSwitchProgram', 'uri': 'http://{IP}/heatingCircuits/hc1/activeSwitchProgram'}, {'id': '/heatingCircuits/hc1/timeToNextSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc1/timeToNextSetpoint'}, {'id': '/heatingCircuits/hc1/nextSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc1/nextSetpoint'}, {'id': '/heatingCircuits/hc1/switchProgramMode', 'uri': 'http://{IP}/heatingCircuits/hc1/switchProgramMode'}, {'id': '/heatingCircuits/hc1/switchPrograms', 'uri': 'http://{IP}/heatingCircuits/hc1/switchPrograms'}, {'id': '/heatingCircuits/hc1/temperatureLevels', 'uri': 'http://{IP}/heatingCircuits/hc1/temperatureLevels'}, {'id': '/heatingCircuits/hc1/pumpModulation', 'uri': 'http://{IP}/heatingCircuits/hc1/pumpModulation'}, {'id': '/heatingCircuits/hc1/suWiThreshold', 'uri': 'http://{IP}/heatingCircuits/hc1/suWiThreshold'}, {'id': '/heatingCircuits/hc1/designTemp', 'uri': 'http://{IP}/heatingCircuits/hc1/designTemp'}, {'id': '/heatingCircuits/hc1/roomTempOffset', 'uri': 'http://{IP}/heatingCircuits/hc1/roomTempOffset'}, {'id': '/heatingCircuits/hc1/heatCurveMax', 'uri': 'http://{IP}/heatingCircuits/hc1/heatCurveMax'}, {'id': '/heatingCircuits/hc1/controlType', 'uri': 'http://{IP}/heatingCircuits/hc1/controlType'}, {'id': '/heatingCircuits/hc1/roomInfluence', 'uri': 'http://{IP}/heatingCircuits/hc1/roomInfluence'}, {'id': '/heatingCircuits/hc1/fastHeatupFactor', 'uri': 'http://{IP}/heatingCircuits/hc1/fastHeatupFactor'}, {'id': '/heatingCircuits/hc1/setpointOptimization', 'uri': 'http://{IP}/heatingCircuits/hc1/setpointOptimization'}, {'id': '/heatingCircuits/hc1/suWiSwitchMode', 'uri': 'http://{IP}/heatingCircuits/hc1/suWiSwitchMode'}, {'id': '/heatingCircuits/hc1/currentOpModeInfo', 'uri': 'http://{IP}/heatingCircuits/hc1/currentOpModeInfo'}, {'id': '/heatingCircuits/hc1/cooling', 'uri': 'http://{IP}/heatingCircuits/hc1/cooling'}, {'id': '/heatingCircuits/hc1/currentSuWiMode', 'uri': 'http://{IP}/heatingCircuits/hc1/currentSuWiMode'}, {'id': '/heatingCircuits/hc1/holidayMode', 'uri': 'http://{IP}/heatingCircuits/hc1/holidayMode'}, {'id': '/heatingCircuits/hc1/status', 'uri': 'http://{IP}/heatingCircuits/hc1/status'}]}
/heatingCircuits/hc1/currentRoomSetpoint
{'id': '/heatingCircuits/hc1/currentRoomSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 17.0, 'unitOfMeasure': 'C', 'state': [{'off': 0.0}]}
/heatingCircuits/hc1/actualSupplyTempSetpoint
error : Invalid response code: 403
/heatingCircuits/hc1/operationMode
{'id': '/heatingCircuits/hc1/operationMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'auto', 'allowedValues': ['auto', 'manual']}
/heatingCircuits/hc1/supplyTemperatureSetpoint
{'id': '/heatingCircuits/hc1/supplyTemperatureSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 22.0, 'unitOfMeasure': 'C', 'state': [{'off_heat': 0.0}, {'off_cool': 90.0}]}
/heatingCircuits/hc1/temporaryRoomSetpoint
{'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}]}
/heatingCircuits/hc1/roomtemperature
{'id': '/heatingCircuits/hc1/roomtemperature', 'type': 'floatValue', 'writeable': 0, 'recordable': 1, 'value': 20.9, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/heatingCircuits/hc1/activeSwitchProgram
{'id': '/heatingCircuits/hc1/activeSwitchProgram', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'B', 'allowedValues': ['A', 'B']}
/heatingCircuits/hc1/timeToNextSetpoint
error : Invalid response code: 403
/heatingCircuits/hc1/nextSetpoint
error : Invalid response code: 403
/heatingCircuits/hc1/switchProgramMode
{'id': '/heatingCircuits/hc1/switchProgramMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'levels', 'allowedValues': ['levels', 'absolute']}
/heatingCircuits/hc1/switchPrograms
{'id': '/heatingCircuits/hc1/switchPrograms', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc1/switchPrograms/A', 'uri': 'http://{IP}/heatingCircuits/hc1/switchPrograms/A'}, {'id': '/heatingCircuits/hc1/switchPrograms/B', 'uri': 'http://{IP}/heatingCircuits/hc1/switchPrograms/B'}]}
/heatingCircuits/hc1/switchPrograms/A
{'id': '/heatingCircuits/hc1/switchPrograms/A', 'type': 'switchProgram', 'setpointProperty': {'id': '/heatingCircuits/hc1/temperatureLevels', 'uri': 'http://{IP}/heatingCircuits/hc1/temperatureLevels'}, 'maxNbOfSwitchPoints': 42, 'maxNbOfSwitchPointsPerDay': 6, 'switchPointTimeRaster': 15, 'writeable': 1, 'switchPoints': [{'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 60}, {'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 990}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 60}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 990}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 60}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 990}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 60}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 990}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 60}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 990}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 60}, {'dayOfWeek': 'Sa', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Sa', 'setpoint': 'comfort2', 'time': 990}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 60}, {'dayOfWeek': 'Su', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Su', 'setpoint': 'comfort2', 'time': 990}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 1425}]}
/heatingCircuits/hc1/switchPrograms/B
{'id': '/heatingCircuits/hc1/switchPrograms/B', 'type': 'switchProgram', 'setpointProperty': {'id': '/heatingCircuits/hc1/temperatureLevels', 'uri': 'http://{IP}/heatingCircuits/hc1/temperatureLevels'}, 'maxNbOfSwitchPoints': 42, 'maxNbOfSwitchPointsPerDay': 6, 'switchPointTimeRaster': 15, 'writeable': 1, 'switchPoints': [{'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 480}, {'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 480}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 480}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 480}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 300}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 480}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 1350}, {'dayOfWeek': 'Sa', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 1260}, {'dayOfWeek': 'Su', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 1260}]}
/heatingCircuits/hc1/temperatureLevels
{'id': '/heatingCircuits/hc1/temperatureLevels', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc1/temperatureLevels/eco', 'uri': 'http://{IP}/heatingCircuits/hc1/temperatureLevels/eco'}, {'id': '/heatingCircuits/hc1/temperatureLevels/comfort2', 'uri': 'http://{IP}/heatingCircuits/hc1/temperatureLevels/comfort2'}]}
/heatingCircuits/hc1/temperatureLevels/eco
{'id': '/heatingCircuits/hc1/temperatureLevels/eco', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 17.0, 'unitOfMeasure': 'C', 'minValue': 5.0, 'maxValue': 20.5, 'state': [{'off': 0.0}]}
/heatingCircuits/hc1/temperatureLevels/comfort2
{'id': '/heatingCircuits/hc1/temperatureLevels/comfort2', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 21.0, 'unitOfMeasure': 'C', 'minValue': 17.5, 'maxValue': 30.0}
/heatingCircuits/hc1/pumpModulation
{'id': '/heatingCircuits/hc1/pumpModulation', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 100.0, 'unitOfMeasure': '%'}
/heatingCircuits/hc1/suWiThreshold
error : Invalid response code: 403
/heatingCircuits/hc1/designTemp
error : Invalid response code: 403
/heatingCircuits/hc1/roomTempOffset
error : Invalid response code: 403
/heatingCircuits/hc1/heatCurveMax
error : Invalid response code: 403
/heatingCircuits/hc1/controlType
error : Invalid response code: 403
/heatingCircuits/hc1/roomInfluence
error : Invalid response code: 403
/heatingCircuits/hc1/fastHeatupFactor
{'id': '/heatingCircuits/hc1/fastHeatupFactor', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': '%', 'minValue': 1.0, 'maxValue': 100.0, 'state': [{'off': 0.0}]}
/heatingCircuits/hc1/setpointOptimization
error : Invalid response code: 403
/heatingCircuits/hc1/suWiSwitchMode
{'id': '/heatingCircuits/hc1/suWiSwitchMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'automatic', 'allowedValues': ['off', 'automatic', 'forced']}
/heatingCircuits/hc1/currentOpModeInfo
error : Invalid response code: 403
/heatingCircuits/hc1/cooling
{'id': '/heatingCircuits/hc1/cooling', 'type': 'refEnum', 'references': []}
/heatingCircuits/hc1/currentSuWiMode
{'id': '/heatingCircuits/hc1/currentSuWiMode', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'forced', 'allowedValues': ['off', 'forced', 'cooling']}
/heatingCircuits/hc1/holidayMode
{'id': '/heatingCircuits/hc1/holidayMode', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc1/holidayMode/activated', 'uri': 'http://{IP}/heatingCircuits/hc1/holidayMode/activated'}]}
/heatingCircuits/hc1/holidayMode/activated
{'id': '/heatingCircuits/hc1/holidayMode/activated', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': '', 'allowedValues': ['', 'hm1', 'hm2', 'hm3', 'hm4', 'hm5']}
/heatingCircuits/hc1/status
{'id': '/heatingCircuits/hc1/status', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'ACTIVE', 'allowedValues': ['INACTIVE', 'ACTIVE']}
/heatingCircuits/hc2
{'id': '/heatingCircuits/hc2', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc2/currentRoomSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc2/currentRoomSetpoint'}, {'id': '/heatingCircuits/hc2/actualSupplyTemperature', 'uri': 'http://{IP}/heatingCircuits/hc2/actualSupplyTemperature'}, {'id': '/heatingCircuits/hc2/actualSupplyTempSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc2/actualSupplyTempSetpoint'}, {'id': '/heatingCircuits/hc2/operationMode', 'uri': 'http://{IP}/heatingCircuits/hc2/operationMode'}, {'id': '/heatingCircuits/hc2/supplyTemperatureSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc2/supplyTemperatureSetpoint'}, {'id': '/heatingCircuits/hc2/temporaryRoomSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc2/temporaryRoomSetpoint'}, {'id': '/heatingCircuits/hc2/roomtemperature', 'uri': 'http://{IP}/heatingCircuits/hc2/roomtemperature'}, {'id': '/heatingCircuits/hc2/activeSwitchProgram', 'uri': 'http://{IP}/heatingCircuits/hc2/activeSwitchProgram'}, {'id': '/heatingCircuits/hc2/timeToNextSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc2/timeToNextSetpoint'}, {'id': '/heatingCircuits/hc2/nextSetpoint', 'uri': 'http://{IP}/heatingCircuits/hc2/nextSetpoint'}, {'id': '/heatingCircuits/hc2/switchProgramMode', 'uri': 'http://{IP}/heatingCircuits/hc2/switchProgramMode'}, {'id': '/heatingCircuits/hc2/switchPrograms', 'uri': 'http://{IP}/heatingCircuits/hc2/switchPrograms'}, {'id': '/heatingCircuits/hc2/temperatureLevels', 'uri': 'http://{IP}/heatingCircuits/hc2/temperatureLevels'}, {'id': '/heatingCircuits/hc2/pumpModulation', 'uri': 'http://{IP}/heatingCircuits/hc2/pumpModulation'}, {'id': '/heatingCircuits/hc2/suWiThreshold', 'uri': 'http://{IP}/heatingCircuits/hc2/suWiThreshold'}, {'id': '/heatingCircuits/hc2/designTemp', 'uri': 'http://{IP}/heatingCircuits/hc2/designTemp'}, {'id': '/heatingCircuits/hc2/roomTempOffset', 'uri': 'http://{IP}/heatingCircuits/hc2/roomTempOffset'}, {'id': '/heatingCircuits/hc2/heatCurveMax', 'uri': 'http://{IP}/heatingCircuits/hc2/heatCurveMax'}, {'id': '/heatingCircuits/hc2/controlType', 'uri': 'http://{IP}/heatingCircuits/hc2/controlType'}, {'id': '/heatingCircuits/hc2/roomInfluence', 'uri': 'http://{IP}/heatingCircuits/hc2/roomInfluence'}, {'id': '/heatingCircuits/hc2/fastHeatupFactor', 'uri': 'http://{IP}/heatingCircuits/hc2/fastHeatupFactor'}, {'id': '/heatingCircuits/hc2/setpointOptimization', 'uri': 'http://{IP}/heatingCircuits/hc2/setpointOptimization'}, {'id': '/heatingCircuits/hc2/suWiSwitchMode', 'uri': 'http://{IP}/heatingCircuits/hc2/suWiSwitchMode'}, {'id': '/heatingCircuits/hc2/currentOpModeInfo', 'uri': 'http://{IP}/heatingCircuits/hc2/currentOpModeInfo'}, {'id': '/heatingCircuits/hc2/cooling', 'uri': 'http://{IP}/heatingCircuits/hc2/cooling'}, {'id': '/heatingCircuits/hc2/currentSuWiMode', 'uri': 'http://{IP}/heatingCircuits/hc2/currentSuWiMode'}, {'id': '/heatingCircuits/hc2/holidayMode', 'uri': 'http://{IP}/heatingCircuits/hc2/holidayMode'}, {'id': '/heatingCircuits/hc2/status', 'uri': 'http://{IP}/heatingCircuits/hc2/status'}]}
/heatingCircuits/hc2/currentRoomSetpoint
{'id': '/heatingCircuits/hc2/currentRoomSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 17.0, 'unitOfMeasure': 'C', 'state': [{'off': 0.0}]}
/heatingCircuits/hc2/actualSupplyTemperature
{'id': '/heatingCircuits/hc2/actualSupplyTemperature', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 24.0, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/heatingCircuits/hc2/actualSupplyTempSetpoint
error : Invalid response code: 403
/heatingCircuits/hc2/operationMode
{'id': '/heatingCircuits/hc2/operationMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'auto', 'allowedValues': ['auto', 'manual']}
/heatingCircuits/hc2/supplyTemperatureSetpoint
{'id': '/heatingCircuits/hc2/supplyTemperatureSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': 'C', 'state': [{'off_heat': 0.0}, {'off_cool': 90.0}]}
/heatingCircuits/hc2/temporaryRoomSetpoint
{'id': '/heatingCircuits/hc2/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}]}
/heatingCircuits/hc2/roomtemperature
{'id': '/heatingCircuits/hc2/roomtemperature', 'type': 'floatValue', 'writeable': 0, 'recordable': 1, 'value': 20.9, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/heatingCircuits/hc2/activeSwitchProgram
{'id': '/heatingCircuits/hc2/activeSwitchProgram', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'B', 'allowedValues': ['A', 'B']}
/heatingCircuits/hc2/timeToNextSetpoint
error : Invalid response code: 403
/heatingCircuits/hc2/nextSetpoint
error : Invalid response code: 403
/heatingCircuits/hc2/switchProgramMode
{'id': '/heatingCircuits/hc2/switchProgramMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'levels', 'allowedValues': ['levels', 'absolute']}
/heatingCircuits/hc2/switchPrograms
{'id': '/heatingCircuits/hc2/switchPrograms', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc2/switchPrograms/A', 'uri': 'http://{IP}/heatingCircuits/hc2/switchPrograms/A'}, {'id': '/heatingCircuits/hc2/switchPrograms/B', 'uri': 'http://{IP}/heatingCircuits/hc2/switchPrograms/B'}]}
/heatingCircuits/hc2/switchPrograms/A
{'id': '/heatingCircuits/hc2/switchPrograms/A', 'type': 'switchProgram', 'setpointProperty': {'id': '/heatingCircuits/hc2/temperatureLevels', 'uri': 'http://{IP}/heatingCircuits/hc2/temperatureLevels'}, 'maxNbOfSwitchPoints': 42, 'maxNbOfSwitchPointsPerDay': 6, 'switchPointTimeRaster': 15, 'writeable': 1, 'switchPoints': [{'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Sa', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'Sa', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Sa', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 1425}, {'dayOfWeek': 'Su', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'Su', 'setpoint': 'comfort2', 'time': 420}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Su', 'setpoint': 'comfort2', 'time': 900}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 1425}]}
/heatingCircuits/hc2/switchPrograms/B
{'id': '/heatingCircuits/hc2/switchPrograms/B', 'type': 'switchProgram', 'setpointProperty': {'id': '/heatingCircuits/hc2/temperatureLevels', 'uri': 'http://{IP}/heatingCircuits/hc2/temperatureLevels'}, 'maxNbOfSwitchPoints': 42, 'maxNbOfSwitchPointsPerDay': 6, 'switchPointTimeRaster': 15, 'writeable': 1, 'switchPoints': [{'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 0}, {'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 390}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Mo', 'setpoint': 'comfort2', 'time': 930}, {'dayOfWeek': 'Mo', 'setpoint': 'eco', 'time': 1230}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 0}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 390}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Tu', 'setpoint': 'comfort2', 'time': 930}, {'dayOfWeek': 'Tu', 'setpoint': 'eco', 'time': 1230}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 0}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 390}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'We', 'setpoint': 'comfort2', 'time': 930}, {'dayOfWeek': 'We', 'setpoint': 'eco', 'time': 1230}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 0}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 390}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Th', 'setpoint': 'comfort2', 'time': 930}, {'dayOfWeek': 'Th', 'setpoint': 'eco', 'time': 1230}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 0}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 390}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 600}, {'dayOfWeek': 'Fr', 'setpoint': 'comfort2', 'time': 930}, {'dayOfWeek': 'Fr', 'setpoint': 'eco', 'time': 1230}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 0}, {'dayOfWeek': 'Sa', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'Sa', 'setpoint': 'eco', 'time': 1320}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 0}, {'dayOfWeek': 'Su', 'setpoint': 'comfort2', 'time': 360}, {'dayOfWeek': 'Su', 'setpoint': 'eco', 'time': 1320}]}
/heatingCircuits/hc2/temperatureLevels
{'id': '/heatingCircuits/hc2/temperatureLevels', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc2/temperatureLevels/eco', 'uri': 'http://{IP}/heatingCircuits/hc2/temperatureLevels/eco'}, {'id': '/heatingCircuits/hc2/temperatureLevels/comfort2', 'uri': 'http://{IP}/heatingCircuits/hc2/temperatureLevels/comfort2'}]}
/heatingCircuits/hc2/temperatureLevels/eco
{'id': '/heatingCircuits/hc2/temperatureLevels/eco', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 17.0, 'unitOfMeasure': 'C', 'minValue': 5.0, 'maxValue': 20.5, 'state': [{'off': 0.0}]}
/heatingCircuits/hc2/temperatureLevels/comfort2
{'id': '/heatingCircuits/hc2/temperatureLevels/comfort2', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 21.0, 'unitOfMeasure': 'C', 'minValue': 17.5, 'maxValue': 30.0}
/heatingCircuits/hc2/pumpModulation
{'id': '/heatingCircuits/hc2/pumpModulation', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': '%'}
/heatingCircuits/hc2/suWiThreshold
error : Invalid response code: 403
/heatingCircuits/hc2/designTemp
error : Invalid response code: 403
/heatingCircuits/hc2/roomTempOffset
error : Invalid response code: 403
/heatingCircuits/hc2/heatCurveMax
error : Invalid response code: 403
/heatingCircuits/hc2/controlType
error : Invalid response code: 403
/heatingCircuits/hc2/roomInfluence
error : Invalid response code: 403
/heatingCircuits/hc2/fastHeatupFactor
{'id': '/heatingCircuits/hc2/fastHeatupFactor', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': '%', 'minValue': 1.0, 'maxValue': 100.0, 'state': [{'off': 0.0}]}
/heatingCircuits/hc2/setpointOptimization
error : Invalid response code: 403
/heatingCircuits/hc2/suWiSwitchMode
{'id': '/heatingCircuits/hc2/suWiSwitchMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'automatic', 'allowedValues': ['off', 'automatic', 'forced']}
/heatingCircuits/hc2/currentOpModeInfo
error : Invalid response code: 403
/heatingCircuits/hc2/cooling
{'id': '/heatingCircuits/hc2/cooling', 'type': 'refEnum', 'references': []}
/heatingCircuits/hc2/currentSuWiMode
{'id': '/heatingCircuits/hc2/currentSuWiMode', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'forced', 'allowedValues': ['off', 'forced', 'cooling']}
/heatingCircuits/hc2/holidayMode
{'id': '/heatingCircuits/hc2/holidayMode', 'type': 'refEnum', 'references': [{'id': '/heatingCircuits/hc2/holidayMode/activated', 'uri': 'http://{IP}/heatingCircuits/hc2/holidayMode/activated'}]}
/heatingCircuits/hc2/holidayMode/activated
{'id': '/heatingCircuits/hc2/holidayMode/activated', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': '', 'allowedValues': ['', 'hm1', 'hm2', 'hm3', 'hm4', 'hm5']}
/heatingCircuits/hc2/status
{'id': '/heatingCircuits/hc2/status', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'ACTIVE', 'allowedValues': ['INACTIVE', 'ACTIVE']}
/heatSources
{'id': '/heatSources', 'type': 'refEnum', 'references': [{'id': '/heatSources/info', 'uri': 'http://{IP}/heatSources/info'}, {'id': '/heatSources/actualPower', 'uri': 'http://{IP}/heatSources/actualPower'}, {'id': '/heatSources/actualCHPower', 'uri': 'http://{IP}/heatSources/actualCHPower'}, {'id': '/heatSources/actualDHWPower', 'uri': 'http://{IP}/heatSources/actualDHWPower'}, {'id': '/heatSources/actualModulation', 'uri': 'http://{IP}/heatSources/actualModulation'}, {'id': '/heatSources/burnerModulationSetpoint', 'uri': 'http://{IP}/heatSources/burnerModulationSetpoint'}, {'id': '/heatSources/burnerPowerSetpoint', 'uri': 'http://{IP}/heatSources/burnerPowerSetpoint'}, {'id': '/heatSources/flameStatus', 'uri': 'http://{IP}/heatSources/flameStatus'}, {'id': '/heatSources/CHpumpModulation', 'uri': 'http://{IP}/heatSources/CHpumpModulation'}, {'id': '/heatSources/actualSupplyTemperature', 'uri': 'http://{IP}/heatSources/actualSupplyTemperature'}, {'id': '/heatSources/powerSetpoint', 'uri': 'http://{IP}/heatSources/powerSetpoint'}, {'id': '/heatSources/gasAirPressure', 'uri': 'http://{IP}/heatSources/gasAirPressure'}, {'id': '/heatSources/systemPressure', 'uri': 'http://{IP}/heatSources/systemPressure'}, {'id': '/heatSources/fanSpeed_setpoint', 'uri': 'http://{IP}/heatSources/fanSpeed_setpoint'}, {'id': '/heatSources/ChimneySweeper', 'uri': 'http://{IP}/heatSources/ChimneySweeper'}, {'id': '/heatSources/returnTemperature', 'uri': 'http://{IP}/heatSources/returnTemperature'}, {'id': '/heatSources/numberOfStarts', 'uri': 'http://{IP}/heatSources/numberOfStarts'}, {'id': '/heatSources/supplyTemperatureSetpoint', 'uri': 'http://{IP}/heatSources/supplyTemperatureSetpoint'}, {'id': '/heatSources/applianceSupplyTemperature', 'uri': 'http://{IP}/heatSources/applianceSupplyTemperature'}, {'id': '/heatSources/accumulatedEMonitoring', 'uri': 'http://{IP}/heatSources/accumulatedEMonitoring'}, {'id': '/heatSources/nominalCHPower', 'uri': 'http://{IP}/heatSources/nominalCHPower'}, {'id': '/heatSources/nominalDHWPower', 'uri': 'http://{IP}/heatSources/nominalDHWPower'}, {'id': '/heatSources/chimneyTemperature', 'uri': 'http://{IP}/heatSources/chimneyTemperature'}, {'id': '/heatSources/sensors', 'uri': 'http://{IP}/heatSources/sensors'}, {'id': '/heatSources/workingTime', 'uri': 'http://{IP}/heatSources/workingTime'}, {'id': '/heatSources/fuelCell', 'uri': 'http://{IP}/heatSources/fuelCell'}, {'id': '/heatSources/energyMonitoring', 'uri': 'http://{IP}/heatSources/energyMonitoring'}, {'id': '/heatSources/hs1', 'uri': 'http://{IP}/heatSources/hs1'}, {'id': '/heatSources/ch', 'uri': 'http://{IP}/heatSources/ch'}, {'id': '/heatSources/dhw', 'uri': 'http://{IP}/heatSources/dhw'}, {'id': '/heatSources/pool', 'uri': 'http://{IP}/heatSources/pool'}, {'id': '/heatSources/total', 'uri': 'http://{IP}/heatSources/total'}, {'id': '/heatSources/electricGrid', 'uri': 'http://{IP}/heatSources/electricGrid'}]}
/heatSources/info
{'id': '/heatSources/info', 'type': 'systeminfo', 'recordable': 0, 'writeable': 0, 'values': [{'Tok': '8', 'Id': '1456', 'Ver': '06', 'No': '333239302D3835342D3030303030342D3737333637303132373500'}]}
/heatSources/actualPower
{'id': '/heatSources/actualPower', 'type': 'floatValue', 'writeable': 0, 'recordable': 1, 'value': 0.0, 'unitOfMeasure': 'kW'}
/heatSources/actualCHPower
{'id': '/heatSources/actualCHPower', 'type': 'floatValue', 'writeable': 0, 'recordable': 1, 'value': 0.0, 'unitOfMeasure': 'kW'}
/heatSources/actualDHWPower
{'id': '/heatSources/actualDHWPower', 'type': 'floatValue', 'writeable': 0, 'recordable': 1, 'value': 0.0, 'unitOfMeasure': 'kW'}
/heatSources/actualModulation
{'id': '/heatSources/actualModulation', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': '%'}
/heatSources/burnerModulationSetpoint
{'id': '/heatSources/burnerModulationSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 100.0, 'unitOfMeasure': '%'}
/heatSources/burnerPowerSetpoint
{'id': '/heatSources/burnerPowerSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 25.0, 'unitOfMeasure': 'kW'}
/heatSources/flameStatus
{'id': '/heatSources/flameStatus', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'off', 'allowedValues': ['off', 'on']}
/heatSources/CHpumpModulation
{'id': '/heatSources/CHpumpModulation', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': '%'}
/heatSources/actualSupplyTemperature
{'id': '/heatSources/actualSupplyTemperature', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 52.1, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/heatSources/powerSetpoint
{'id': '/heatSources/powerSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 100.0, 'unitOfMeasure': '%'}
/heatSources/gasAirPressure
{'id': '/heatSources/gasAirPressure', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': 'Pascal'}
/heatSources/systemPressure
{'id': '/heatSources/systemPressure', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 1.5, 'unitOfMeasure': 'bar', 'state': [{'invalid': 25.5}]}
/heatSources/fanSpeed_setpoint
{'id': '/heatSources/fanSpeed_setpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': 'rpm'}
/heatSources/ChimneySweeper
{'id': '/heatSources/ChimneySweeper', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'off'}
/heatSources/returnTemperature
{'id': '/heatSources/returnTemperature', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 29.1, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/heatSources/numberOfStarts
{'id': '/heatSources/numberOfStarts', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 4658, 'unitOfMeasure': ' '}
/heatSources/supplyTemperatureSetpoint
{'id': '/heatSources/supplyTemperatureSetpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 22.0, 'unitOfMeasure': 'C'}
/heatSources/applianceSupplyTemperature
{'id': '/heatSources/applianceSupplyTemperature', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 52.1, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/heatSources/accumulatedEMonitoring
{'id': '/heatSources/accumulatedEMonitoring', 'type': 'eMonitoringList', 'recordable': 0, 'writeable': 0, 'values': [{'chFuel': '22115', 'dhwFuel': '39887', 'chTotal': '817', 'dhwTotal': '386', 'eletricityCooling': '0', 'chEletricity': '0', 'dhwEletricity': '0'}]}
/heatSources/nominalCHPower
{'id': '/heatSources/nominalCHPower', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 25.0, 'unitOfMeasure': 'kW'}
/heatSources/nominalDHWPower
{'id': '/heatSources/nominalDHWPower', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 25.0, 'unitOfMeasure': 'kW'}
/heatSources/chimneyTemperature
{'id': '/heatSources/chimneyTemperature', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': -3276.8, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/heatSources/sensors
{'id': '/heatSources/sensors', 'type': 'refEnum', 'references': []}
/heatSources/workingTime
{'id': '/heatSources/workingTime', 'type': 'refEnum', 'references': [{'id': '/heatSources/workingTime/totalSystem', 'uri': 'http://{IP}/heatSources/workingTime/totalSystem'}, {'id': '/heatSources/workingTime/secondBurner', 'uri': 'http://{IP}/heatSources/workingTime/secondBurner'}, {'id': '/heatSources/workingTime/centralHeating', 'uri': 'http://{IP}/heatSources/workingTime/centralHeating'}]}
/heatSources/workingTime/totalSystem
{'id': '/heatSources/workingTime/totalSystem', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 212261, 'unitOfMeasure': 'mins'}
/heatSources/workingTime/secondBurner
{'id': '/heatSources/workingTime/secondBurner', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0, 'unitOfMeasure': 'mins'}
/heatSources/workingTime/centralHeating
{'id': '/heatSources/workingTime/centralHeating', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 184222, 'unitOfMeasure': 'mins'}
/heatSources/fuelCell
{'id': '/heatSources/fuelCell', 'type': 'refEnum', 'references': []}
/heatSources/energyMonitoring
{'id': '/heatSources/energyMonitoring', 'type': 'refEnum', 'references': [{'id': '/heatSources/energyMonitoring/consumption', 'uri': 'http://{IP}/heatSources/energyMonitoring/consumption'}, {'id': '/heatSources/energyMonitoring/correctionFactor', 'uri': 'http://{IP}/heatSources/energyMonitoring/correctionFactor'}, {'id': '/heatSources/energyMonitoring/maxTankLevel', 'uri': 'http://{IP}/heatSources/energyMonitoring/maxTankLevel'}, {'id': '/heatSources/energyMonitoring/minTankLevel', 'uri': 'http://{IP}/heatSources/energyMonitoring/minTankLevel'}, {'id': '/heatSources/energyMonitoring/tankLevel', 'uri': 'http://{IP}/heatSources/energyMonitoring/tankLevel'}, {'id': '/heatSources/energyMonitoring/startDateTime', 'uri': 'http://{IP}/heatSources/energyMonitoring/startDateTime'}]}
/heatSources/energyMonitoring/consumption
{'id': '/heatSources/energyMonitoring/consumption', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 6200.2, 'unitOfMeasure': 'kWh', 'minValue': 0.0, 'maxValue': 135780000.0}
/heatSources/energyMonitoring/correctionFactor
{'id': '/heatSources/energyMonitoring/correctionFactor', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 0.8, 'unitOfMeasure': ' ', 'minValue': 0.7, 'maxValue': 1.3}
/heatSources/energyMonitoring/maxTankLevel
{'id': '/heatSources/energyMonitoring/maxTankLevel', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': 'kWh', 'minValue': 0.0, 'maxValue': 135780000.0}
/heatSources/energyMonitoring/minTankLevel
{'id': '/heatSources/energyMonitoring/minTankLevel', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': 'kWh', 'minValue': 0.0, 'maxValue': 135780000.0}
/heatSources/energyMonitoring/tankLevel
{'id': '/heatSources/energyMonitoring/tankLevel', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': 'kWh', 'minValue': 0.0, 'maxValue': 135780000.0}
/heatSources/energyMonitoring/startDateTime
{'id': '/heatSources/energyMonitoring/startDateTime', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': '2019-03-25T16:37:37'}
/heatSources/hs1
{'id': '/heatSources/hs1', 'type': 'refEnum', 'references': [{'id': '/heatSources/hs1/info', 'uri': 'http://{IP}/heatSources/hs1/info'}, {'id': '/heatSources/hs1/type', 'uri': 'http://{IP}/heatSources/hs1/type'}, {'id': '/heatSources/hs1/actualModulation', 'uri': 'http://{IP}/heatSources/hs1/actualModulation'}, {'id': '/heatSources/hs1/actualPower', 'uri': 'http://{IP}/heatSources/hs1/actualPower'}, {'id': '/heatSources/hs1/flameStatus', 'uri': 'http://{IP}/heatSources/hs1/flameStatus'}]}
/heatSources/hs1/info
{'id': '/heatSources/hs1/info', 'type': 'systeminfo', 'recordable': 0, 'writeable': 0, 'values': [{'Tok': '8', 'Id': '1456', 'Ver': '06', 'No': '333239302D3835342D3030303030342D3737333637303132373500'}]}
/heatSources/hs1/type
{'id': '/heatSources/hs1/type', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'GasBoiler', 'allowedValues': ['No_Appliance', 'OilBoiler', 'GasBoiler', 'Heatpump', 'unknownBoiler']}
/heatSources/hs1/actualModulation
{'id': '/heatSources/hs1/actualModulation', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 0.0, 'unitOfMeasure': '%'}
/heatSources/hs1/actualPower
{'id': '/heatSources/hs1/actualPower', 'type': 'floatValue', 'writeable': 0, 'recordable': 1, 'value': 0.0, 'unitOfMeasure': 'kW'}
/heatSources/hs1/flameStatus
{'id': '/heatSources/hs1/flameStatus', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'off', 'allowedValues': ['off', 'on']}
/heatSources/ch
{'id': '/heatSources/ch', 'type': 'refEnum', 'references': [{'id': '/heatSources/ch/energyMonitoring', 'uri': 'http://{IP}/heatSources/ch/energyMonitoring'}]}
/heatSources/ch/energyMonitoring
{'id': '/heatSources/ch/energyMonitoring', 'type': 'refEnum', 'references': [{'id': '/heatSources/ch/energyMonitoring/consumedEnergy', 'uri': 'http://{IP}/heatSources/ch/energyMonitoring/consumedEnergy'}, {'id': '/heatSources/ch/energyMonitoring/fuelConsumption', 'uri': 'http://{IP}/heatSources/ch/energyMonitoring/fuelConsumption'}]}
/heatSources/ch/energyMonitoring/consumedEnergy
error : Invalid response code: 403
/heatSources/ch/energyMonitoring/fuelConsumption
error : Invalid response code: 403
/heatSources/dhw
{'id': '/heatSources/dhw', 'type': 'refEnum', 'references': [{'id': '/heatSources/dhw/energyMonitoring', 'uri': 'http://{IP}/heatSources/dhw/energyMonitoring'}]}
/heatSources/dhw/energyMonitoring
{'id': '/heatSources/dhw/energyMonitoring', 'type': 'refEnum', 'references': [{'id': '/heatSources/dhw/energyMonitoring/consumedEnergy', 'uri': 'http://{IP}/heatSources/dhw/energyMonitoring/consumedEnergy'}, {'id': '/heatSources/dhw/energyMonitoring/fuelConsumption', 'uri': 'http://{IP}/heatSources/dhw/energyMonitoring/fuelConsumption'}]}
/heatSources/dhw/energyMonitoring/consumedEnergy
error : Invalid response code: 403
/heatSources/dhw/energyMonitoring/fuelConsumption
error : Invalid response code: 403
/heatSources/pool
{'id': '/heatSources/pool', 'type': 'refEnum', 'references': [{'id': '/heatSources/pool/energyMonitoring', 'uri': 'http://{IP}/heatSources/pool/energyMonitoring'}]}
/heatSources/pool/energyMonitoring
{'id': '/heatSources/pool/energyMonitoring', 'type': 'refEnum', 'references': []}
/heatSources/total
{'id': '/heatSources/total', 'type': 'refEnum', 'references': [{'id': '/heatSources/total/energyMonitoring', 'uri': 'http://{IP}/heatSources/total/energyMonitoring'}]}
/heatSources/total/energyMonitoring
{'id': '/heatSources/total/energyMonitoring', 'type': 'refEnum', 'references': []}
/heatSources/electricGrid
{'id': '/heatSources/electricGrid', 'type': 'refEnum', 'references': []}
/notifications
{'id': '/notifications', 'type': 'errorList', 'recordable': 0, 'writeable': 0, 'values': []}
/system
{'id': '/system', 'type': 'refEnum', 'references': [{'id': '/system/brand', 'uri': 'http://{IP}/system/brand'}, {'id': '/system/systemType', 'uri': 'http://{IP}/system/systemType'}, {'id': '/system/bus', 'uri': 'http://{IP}/system/bus'}, {'id': '/system/busReq', 'uri': 'http://{IP}/system/busReq'}, {'id': '/system/info', 'uri': 'http://{IP}/system/info'}, {'id': '/system/minOutdoorTemp', 'uri': 'http://{IP}/system/minOutdoorTemp'}, {'id': '/system/healthStatus', 'uri': 'http://{IP}/system/healthStatus'}, {'id': '/system/sensors', 'uri': 'http://{IP}/system/sensors'}, {'id': '/system/appliance', 'uri': 'http://{IP}/system/appliance'}, {'id': '/system/holidayModes', 'uri': 'http://{IP}/system/holidayModes'}]}
/system/brand
{'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']}
/system/systemType
{'id': '/system/systemType', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'NSC_ICOM_GATEWAY', 'allowedValues': ['NSC_ICOM_GATEWAY']}
/system/bus
{'id': '/system/bus', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'EMS2_0', 'allowedValues': ['No_Bus', 'EMS1_0', 'EMS2_0', 'CAN']}
/system/busReq
error : Invalid response code: 403
/system/info
{'id': '/system/info', 'type': 'systeminfo', 'recordable': 0, 'writeable': 0, 'values': [{'Tok': '8', 'Id': '208', 'Ver': '01.04', 'No': '303537383835333132363936323837333739333539354130303030'}, {'Tok': '16', 'Id': '158', 'Ver': 'NF18.03', 'No': '323533303831383230313939303737333831313233313600FFFFFF'}, {'Tok': '32', 'Id': '160', 'Ver': 'NF24.05', 'No': '323533303835343030303332373737333831313031333800FFFFFF'}, {'Tok': '33', 'Id': '160', 'Ver': 'NF24.05', 'No': '323533303835343030303332383737333831313031333800FFFFFF'}, {'Tok': '9', 'Id': '224', 'Ver': 'NF35.05', 'No': '333135343336383332313830343033303030303032333338373337'}]}
/system/minOutdoorTemp
{'id': '/system/minOutdoorTemp', 'type': 'floatValue', 'writeable': 1, 'recordable': 0, 'value': -18.0, 'unitOfMeasure': 'C', 'minValue': -35.0, 'maxValue': 10.0}
/system/healthStatus
{'id': '/system/healthStatus', 'type': 'stringValue', 'writeable': 0, 'recordable': 0, 'value': 'ok', 'allowedValues': ['error', 'maintenance', 'ok']}
/system/sensors
{'id': '/system/sensors', 'type': 'refEnum', 'references': [{'id': '/system/sensors/temperatures', 'uri': 'http://{IP}/system/sensors/temperatures'}]}
/system/sensors/temperatures
{'id': '/system/sensors/temperatures', 'type': 'refEnum', 'references': [{'id': '/system/sensors/temperatures/outdoor_t1', 'uri': 'http://{IP}/system/sensors/temperatures/outdoor_t1'}, {'id': '/system/sensors/temperatures/supply_t1_setpoint', 'uri': 'http://{IP}/system/sensors/temperatures/supply_t1_setpoint'}, {'id': '/system/sensors/temperatures/supply_t1', 'uri': 'http://{IP}/system/sensors/temperatures/supply_t1'}, {'id': '/system/sensors/temperatures/hotWater_t2', 'uri': 'http://{IP}/system/sensors/temperatures/hotWater_t2'}, {'id': '/system/sensors/temperatures/return', 'uri': 'http://{IP}/system/sensors/temperatures/return'}, {'id': '/system/sensors/temperatures/switch', 'uri': 'http://{IP}/system/sensors/temperatures/switch'}, {'id': '/system/sensors/temperatures/chimney', 'uri': 'http://{IP}/system/sensors/temperatures/chimney'}]}
/system/sensors/temperatures/outdoor_t1
{'id': '/system/sensors/temperatures/outdoor_t1', 'type': 'floatValue', 'writeable': 0, 'recordable': 1, 'value': 21.0, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/system/sensors/temperatures/supply_t1_setpoint
{'id': '/system/sensors/temperatures/supply_t1_setpoint', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 22.0, 'unitOfMeasure': 'C'}
/system/sensors/temperatures/supply_t1
{'id': '/system/sensors/temperatures/supply_t1', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 52.1, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/system/sensors/temperatures/hotWater_t2
{'id': '/system/sensors/temperatures/hotWater_t2', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 45.8, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/system/sensors/temperatures/return
{'id': '/system/sensors/temperatures/return', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 29.1, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/system/sensors/temperatures/switch
{'id': '/system/sensors/temperatures/switch', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 21.3, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/system/sensors/temperatures/chimney
{'id': '/system/sensors/temperatures/chimney', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': -3276.8, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/system/appliance
{'id': '/system/appliance', 'type': 'refEnum', 'references': [{'id': '/system/appliance/actualSupplyTemperature', 'uri': 'http://{IP}/system/appliance/actualSupplyTemperature'}]}
/system/appliance/actualSupplyTemperature
{'id': '/system/appliance/actualSupplyTemperature', 'type': 'floatValue', 'writeable': 0, 'recordable': 0, 'value': 52.1, 'unitOfMeasure': 'C', 'state': [{'open': -3276.8}, {'short': 3276.7}]}
/system/holidayModes
{'id': '/system/holidayModes', 'type': 'refEnum', 'references': [{'id': '/system/holidayModes/hm1', 'uri': 'http://{IP}/system/holidayModes/hm1'}, {'id': '/system/holidayModes/hm2', 'uri': 'http://{IP}/system/holidayModes/hm2'}, {'id': '/system/holidayModes/hm3', 'uri': 'http://{IP}/system/holidayModes/hm3'}, {'id': '/system/holidayModes/hm4', 'uri': 'http://{IP}/system/holidayModes/hm4'}, {'id': '/system/holidayModes/hm5', 'uri': 'http://{IP}/system/holidayModes/hm5'}]}
/system/holidayModes/hm1
{'id': '/system/holidayModes/hm1', 'type': 'refEnum', 'references': [{'id': '/system/holidayModes/hm1/startStop', 'uri': 'http://{IP}/system/holidayModes/hm1/startStop'}, {'id': '/system/holidayModes/hm1/assignedTo', 'uri': 'http://{IP}/system/holidayModes/hm1/assignedTo'}, {'id': '/system/holidayModes/hm1/hcMode', 'uri': 'http://{IP}/system/holidayModes/hm1/hcMode'}, {'id': '/system/holidayModes/hm1/dhwMode', 'uri': 'http://{IP}/system/holidayModes/hm1/dhwMode'}, {'id': '/system/holidayModes/hm1/delete', 'uri': 'http://{IP}/system/holidayModes/hm1/delete'}]}
/system/holidayModes/hm1/startStop
{'id': '/system/holidayModes/hm1/startStop', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': '2009-01-01/2009-01-01'}
/system/holidayModes/hm1/assignedTo
{'id': '/system/holidayModes/hm1/assignedTo', 'type': 'arrayData', 'writeable': 1, 'recordable': 0, 'values': [], 'allowedValues': ['hc1', 'hc2', 'hc3', 'hc4', 'dhw1', 'dhw2']}
/system/holidayModes/hm1/hcMode
{'id': '/system/holidayModes/hm1/hcMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'ECO', 'allowedValues': ['AUTO_SAT', 'FIX_TEMP', 'OFF', 'ECO']}
/system/holidayModes/hm1/dhwMode
{'id': '/system/holidayModes/hm1/dhwMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'OFF', 'allowedValues': ['OFF', 'TD_OFF']}
/system/holidayModes/hm1/delete
error : Invalid response code: 403
/system/holidayModes/hm2
{'id': '/system/holidayModes/hm2', 'type': 'refEnum', 'references': [{'id': '/system/holidayModes/hm2/startStop', 'uri': 'http://{IP}/system/holidayModes/hm2/startStop'}, {'id': '/system/holidayModes/hm2/assignedTo', 'uri': 'http://{IP}/system/holidayModes/hm2/assignedTo'}, {'id': '/system/holidayModes/hm2/hcMode', 'uri': 'http://{IP}/system/holidayModes/hm2/hcMode'}, {'id': '/system/holidayModes/hm2/dhwMode', 'uri': 'http://{IP}/system/holidayModes/hm2/dhwMode'}, {'id': '/system/holidayModes/hm2/delete', 'uri': 'http://{IP}/system/holidayModes/hm2/delete'}]}
/system/holidayModes/hm2/startStop
{'id': '/system/holidayModes/hm2/startStop', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': '2009-01-01/2009-01-01'}
/system/holidayModes/hm2/assignedTo
{'id': '/system/holidayModes/hm2/assignedTo', 'type': 'arrayData', 'writeable': 1, 'recordable': 0, 'values': [], 'allowedValues': ['hc1', 'hc2', 'hc3', 'hc4', 'dhw1', 'dhw2']}
/system/holidayModes/hm2/hcMode
{'id': '/system/holidayModes/hm2/hcMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'ECO', 'allowedValues': ['AUTO_SAT', 'FIX_TEMP', 'OFF', 'ECO']}
/system/holidayModes/hm2/dhwMode
{'id': '/system/holidayModes/hm2/dhwMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'OFF', 'allowedValues': ['OFF', 'TD_OFF']}
/system/holidayModes/hm2/delete
error : Invalid response code: 403
/system/holidayModes/hm3
{'id': '/system/holidayModes/hm3', 'type': 'refEnum', 'references': [{'id': '/system/holidayModes/hm3/startStop', 'uri': 'http://{IP}/system/holidayModes/hm3/startStop'}, {'id': '/system/holidayModes/hm3/assignedTo', 'uri': 'http://{IP}/system/holidayModes/hm3/assignedTo'}, {'id': '/system/holidayModes/hm3/hcMode', 'uri': 'http://{IP}/system/holidayModes/hm3/hcMode'}, {'id': '/system/holidayModes/hm3/dhwMode', 'uri': 'http://{IP}/system/holidayModes/hm3/dhwMode'}, {'id': '/system/holidayModes/hm3/delete', 'uri': 'http://{IP}/system/holidayModes/hm3/delete'}]}
/system/holidayModes/hm3/startStop
{'id': '/system/holidayModes/hm3/startStop', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': '2009-01-01/2009-01-01'}
/system/holidayModes/hm3/assignedTo
{'id': '/system/holidayModes/hm3/assignedTo', 'type': 'arrayData', 'writeable': 1, 'recordable': 0, 'values': [], 'allowedValues': ['hc1', 'hc2', 'hc3', 'hc4', 'dhw1', 'dhw2']}
/system/holidayModes/hm3/hcMode
{'id': '/system/holidayModes/hm3/hcMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'ECO', 'allowedValues': ['AUTO_SAT', 'FIX_TEMP', 'OFF', 'ECO']}
/system/holidayModes/hm3/dhwMode
{'id': '/system/holidayModes/hm3/dhwMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'OFF', 'allowedValues': ['OFF', 'TD_OFF']}
/system/holidayModes/hm3/delete
error : Invalid response code: 403
/system/holidayModes/hm4
{'id': '/system/holidayModes/hm4', 'type': 'refEnum', 'references': [{'id': '/system/holidayModes/hm4/startStop', 'uri': 'http://{IP}/system/holidayModes/hm4/startStop'}, {'id': '/system/holidayModes/hm4/assignedTo', 'uri': 'http://{IP}/system/holidayModes/hm4/assignedTo'}, {'id': '/system/holidayModes/hm4/hcMode', 'uri': 'http://{IP}/system/holidayModes/hm4/hcMode'}, {'id': '/system/holidayModes/hm4/dhwMode', 'uri': 'http://{IP}/system/holidayModes/hm4/dhwMode'}, {'id': '/system/holidayModes/hm4/delete', 'uri': 'http://{IP}/system/holidayModes/hm4/delete'}]}
/system/holidayModes/hm4/startStop
{'id': '/system/holidayModes/hm4/startStop', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': '2009-01-01/2009-01-01'}
/system/holidayModes/hm4/assignedTo
{'id': '/system/holidayModes/hm4/assignedTo', 'type': 'arrayData', 'writeable': 1, 'recordable': 0, 'values': [], 'allowedValues': ['hc1', 'hc2', 'hc3', 'hc4', 'dhw1', 'dhw2']}
/system/holidayModes/hm4/hcMode
{'id': '/system/holidayModes/hm4/hcMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'ECO', 'allowedValues': ['AUTO_SAT', 'FIX_TEMP', 'OFF', 'ECO']}
/system/holidayModes/hm4/dhwMode
{'id': '/system/holidayModes/hm4/dhwMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'OFF', 'allowedValues': ['OFF', 'TD_OFF']}
/system/holidayModes/hm4/delete
error : Invalid response code: 403
/system/holidayModes/hm5
{'id': '/system/holidayModes/hm5', 'type': 'refEnum', 'references': [{'id': '/system/holidayModes/hm5/startStop', 'uri': 'http://{IP}/system/holidayModes/hm5/startStop'}, {'id': '/system/holidayModes/hm5/assignedTo', 'uri': 'http://{IP}/system/holidayModes/hm5/assignedTo'}, {'id': '/system/holidayModes/hm5/hcMode', 'uri': 'http://{IP}/system/holidayModes/hm5/hcMode'}, {'id': '/system/holidayModes/hm5/dhwMode', 'uri': 'http://{IP}/system/holidayModes/hm5/dhwMode'}, {'id': '/system/holidayModes/hm5/delete', 'uri': 'http://{IP}/system/holidayModes/hm5/delete'}]}
/system/holidayModes/hm5/startStop
{'id': '/system/holidayModes/hm5/startStop', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': '2009-01-01/2009-01-01'}
/system/holidayModes/hm5/assignedTo
{'id': '/system/holidayModes/hm5/assignedTo', 'type': 'arrayData', 'writeable': 1, 'recordable': 0, 'values': [], 'allowedValues': ['hc1', 'hc2', 'hc3', 'hc4', 'dhw1', 'dhw2']}
/system/holidayModes/hm5/hcMode
{'id': '/system/holidayModes/hm5/hcMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'ECO', 'allowedValues': ['AUTO_SAT', 'FIX_TEMP', 'OFF', 'ECO']}
/system/holidayModes/hm5/dhwMode
{'id': '/system/holidayModes/hm5/dhwMode', 'type': 'stringValue', 'writeable': 1, 'recordable': 0, 'value': 'OFF', 'allowedValues': ['OFF', 'TD_OFF']}
/system/holidayModes/hm5/delete
error : Invalid response code: 403
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment