iobroker.alpha2
Version:
ioBroker Moehlenhoff Alpha2 Adapter
2,097 lines (2,095 loc) • 57.5 kB
JSON
{
"common": {
"name": "alpha2",
"version": "1.0.0",
"news": {
"0.0.1": {
"en": "Initial version",
"de": "Initiale Version"
},
"0.0.2": {
"en": "Fixed issue #1",
"de": "Fixed issue #1"
},
"0.0.3": {
"en": "Fixed issue #2",
"de": "Fixed issue #2"
},
"0.0.4": {
"en": "Added refresh after set objects",
"de": "Aktualisierung nach setzen von Objekten"
},
"1.0.0": {
"en": "Fixed issue #6 (HEATAREA_NAME)",
"de": "Issue #6 korrigiert (HEATAREA_NAME)"
}
},
"title": "Möhlenhoff Alpha2",
"titleLang": {
"en": "Möhlenhoff Alpha2 heat-control adapter",
"de": "Möhlenhoff Alpha2 Fußbodenheizungsregler Adapter"
},
"desc": {
"en": "ioBroker Moehlenhoff Alpha2 Adapter",
"de": "ioBroker Moehlenhoff Alpha2 Adapter"
},
"authors": [
"Eisbaeeer <eisbaeeer@gmail.com>"
],
"platform": "Javascript/Node.js",
"mode": "daemon",
"materialize": true,
"loglevel": "info",
"icon": "mh-logo.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Eisbaeeer/ioBroker.alpha2/master/admin/mh-logo.png",
"keywords": [
"Möhlenhoff",
"Alpha2"
],
"readme": "https://github.com/Eisbaeeer/ioBroker.alpha2/blob/master/README.md",
"loglevel": "info",
"type": "climate-control",
"license": "MIT"
},
"native": {
"polltime": 30000,
"host": "192.168.1.100"
},
"objects": [],
"instanceObjects": [
{
"_id": "DEVICE",
"type": "object",
"common": {
"name": "DEVICE",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "DEVICE.ID",
"type": "state",
"common": {
"name": "ID",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "DEVICE.NAME",
"type": "state",
"common": {
"name": "name",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "DEVICE.TYPE",
"type": "state",
"common": {
"name": "type",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "DEVICE.DATETIME",
"type": "state",
"common": {
"name": "DATE-TIME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value.date"
},
"native": {}
},
{
"_id": "DEVICE.TIMEZONE",
"type": "state",
"common": {
"name": "TIMEZONE",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "DEVICE.NTPSYNC",
"type": "state",
"common": {
"name": "NTPSYNC STATUS",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "DEVICE.T_HEAT_VACATION",
"type": "state",
"common": {
"name": "VACATION_TEMP",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "VACATION",
"type": "object",
"common": {
"name": "VACATION",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "VACATION.STATE",
"type": "state",
"common": {
"name": "VACATION STATE",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "VACATION.START_DATE",
"type": "state",
"common": {
"name": "VACATION START DATE",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "value.date"
},
"native": {}
},
{
"_id": "VACATION.START_TIME",
"type": "state",
"common": {
"name": "VACATION START TIME",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "value"
},
"native": {}
},
{
"_id": "VACATION.END_DATE",
"type": "state",
"common": {
"name": "VACATION END DATE",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value.date"
},
"native": {}
},
{
"_id": "VACATION.END_TIME",
"type": "state",
"common": {
"name": "VACATION END TIME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM",
"type": "object",
"common": {
"name": "PROGRAM",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "PROGRAM.4",
"type": "object",
"common": {
"name": "PROGRAM 4",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.4.1",
"type": "object",
"common": {
"name": "PROGRAM 4 shift 1",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.4.1.START",
"type": "state",
"common": {
"name": "PROGRAM 4 1 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.4.1.END",
"type": "state",
"common": {
"name": "PROGRAM 4 1 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.4.2",
"type": "object",
"common": {
"name": "PROGRAM 4 shift 2",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.4.2.START",
"type": "state",
"common": {
"name": "PROGRAM 4 2 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.4.2.END",
"type": "state",
"common": {
"name": "PROGRAM 4 2 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.4.3",
"type": "object",
"common": {
"name": "PROGRAM 4 shift 3",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.4.3.START",
"type": "state",
"common": {
"name": "PROGRAM 4 3 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.4.3.END",
"type": "state",
"common": {
"name": "PROGRAM 4 3 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.4.4",
"type": "object",
"common": {
"name": "PROGRAM 4 shift 4",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.4.4.START",
"type": "state",
"common": {
"name": "PROGRAM 4 4 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.4.4.END",
"type": "state",
"common": {
"name": "PROGRAM 4 4 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.1",
"type": "object",
"common": {
"name": "PROGRAM 1",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.1.1",
"type": "object",
"common": {
"name": "PROGRAM 1 shift 1",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.1.1.START",
"type": "state",
"common": {
"name": "PROGRAM 1 1 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.1.1.END",
"type": "state",
"common": {
"name": "PROGRAM 1 1 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.1.2",
"type": "object",
"common": {
"name": "PROGRAM 1 shift 2",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.1.2.START",
"type": "state",
"common": {
"name": "PROGRAM 1 2 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.1.2.END",
"type": "state",
"common": {
"name": "PROGRAM 1 2 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.1.3",
"type": "object",
"common": {
"name": "PROGRAM 1 shift 3",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.1.3.START",
"type": "state",
"common": {
"name": "PROGRAM 1 3 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.1.3.END",
"type": "state",
"common": {
"name": "PROGRAM 1 3 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.1.4",
"type": "object",
"common": {
"name": "PROGRAM 1 shift 4",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.1.4.START",
"type": "state",
"common": {
"name": "PROGRAM 1 4 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.1.4.END",
"type": "state",
"common": {
"name": "PROGRAM 1 4 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.2",
"type": "object",
"common": {
"name": "PROGRAM 2",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.2.1",
"type": "object",
"common": {
"name": "PROGRAM 2 shift 1",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.2.1.START",
"type": "state",
"common": {
"name": "PROGRAM 2 1 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.2.1.END",
"type": "state",
"common": {
"name": "PROGRAM 2 1 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.2.2",
"type": "object",
"common": {
"name": "PROGRAM 2 shift 2",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "vstate"
},
"native": {}
},
{
"_id": "PROGRAM.2.2.START",
"type": "state",
"common": {
"name": "PROGRAM 2 2 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.2.2.END",
"type": "state",
"common": {
"name": "PROGRAM 2 2 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.2.3",
"type": "object",
"common": {
"name": "PROGRAM 2 shift 3",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.2.3.START",
"type": "state",
"common": {
"name": "PROGRAM 2 3 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.2.3.END",
"type": "state",
"common": {
"name": "PROGRAM 2 3 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.2.4",
"type": "object",
"common": {
"name": "PROGRAM 2 shift 4",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.2.4.START",
"type": "state",
"common": {
"name": "PROGRAM 2 4 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.2.4.END",
"type": "state",
"common": {
"name": "PROGRAM 2 4 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.3",
"type": "object",
"common": {
"name": "PROGRAM 3",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.3.1",
"type": "object",
"common": {
"name": "PROGRAM 3 shift 1",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.3.1.START",
"type": "state",
"common": {
"name": "PROGRAM 3 1 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.3.1.END",
"type": "state",
"common": {
"name": "PROGRAM 3 1 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.3.2",
"type": "object",
"common": {
"name": "PROGRAM 3 shift 2",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.3.2.START",
"type": "state",
"common": {
"name": "PROGRAM 3 2 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.3.2.END",
"type": "state",
"common": {
"name": "PROGRAM 3 2 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.3.3",
"type": "object",
"common": {
"name": "PROGRAM 3 shift 3",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.3.3.START",
"type": "state",
"common": {
"name": "PROGRAM 3 3 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.3.3.END",
"type": "state",
"common": {
"name": "PROGRAM 3 3 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.3.4",
"type": "object",
"common": {
"name": "PROGRAM 3 shift 4",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "PROGRAM.3.4.START",
"type": "state",
"common": {
"name": "PROGRAM 3 4 START",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "PROGRAM.3.4.END",
"type": "state",
"common": {
"name": "PROGRAM 3 4 END",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "value"
},
"native": {}
},
{
"_id": "HEATAREA",
"type": "object",
"common": {
"name": "HEATAREA",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.0",
"type": "object",
"common": {
"name": "HEATAREA NR 1",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.0.HEATAREA_NAME",
"type": "state",
"common": {
"name": "HEATAREA 0 HEATAREA_NAME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.0.HEATAREA_MODE",
"type": "state",
"common": {
"name": "HEATAREA 0 HEATAREA_MODE",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.0.T_ACTUAL",
"type": "state",
"common": {
"name": "HEATAREA 0 T_ACTUAL",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.0.T_TARGET",
"type": "state",
"common": {
"name": "HEATAREA 0 T_TARGET",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.0.PROGRAM_WEEK",
"type": "state",
"common": {
"name": "HEATAREA 0 PROGRAMM_WEEK",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.0.PROGRAM_WEEKEND",
"type": "state",
"common": {
"name": "HEATAREA 0 PROGRAMM_WEEKEND",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.0.T_HEAT_DAY",
"type": "state",
"common": {
"name": "HEATAREA 0 T_HEAT_DAY",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.0.T_HEAT_NIGHT",
"type": "state",
"common": {
"name": "HEATAREA 0 T_HEAT_NIGHT",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.1",
"type": "object",
"common": {
"name": "HEATAREA NR 2",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.1.HEATAREA_NAME",
"type": "state",
"common": {
"name": "HEATAREA 1 HEATAREA_NAME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.1.HEATAREA_MODE",
"type": "state",
"common": {
"name": "HEATAREA 1 HEATAREA_MODE",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.1.T_ACTUAL",
"type": "state",
"common": {
"name": "HEATAREA 1 T_ACTUAL",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.1.T_TARGET",
"type": "state",
"common": {
"name": "HEATAREA 1 T_TARGET",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.1.PROGRAM_WEEK",
"type": "state",
"common": {
"name": "HEATAREA 1 PROGRAMM_WEEK",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.1.PROGRAM_WEEKEND",
"type": "state",
"common": {
"name": "HEATAREA 1 PROGRAMM_WEEKEND",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.1.T_HEAT_DAY",
"type": "state",
"common": {
"name": "HEATAREA 1 T_HEAT_DAY",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.1.T_HEAT_NIGHT",
"type": "state",
"common": {
"name": "HEATAREA 1 T_HEAT_NIGHT",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.2",
"type": "object",
"common": {
"name": "HEATAREA NR 3",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.2.HEATAREA_NAME",
"type": "state",
"common": {
"name": "HEATAREA 2 HEATAREA_NAME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.2.HEATAREA_MODE",
"type": "state",
"common": {
"name": "HEATAREA 2 HEATAREA_MODE",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.2.T_ACTUAL",
"type": "state",
"common": {
"name": "HEATAREA 2 T_ACTUAL",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.2.T_TARGET",
"type": "state",
"common": {
"name": "HEATAREA 2 T_TARGET",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.2.PROGRAM_WEEK",
"type": "state",
"common": {
"name": "HEATAREA 2 PROGRAMM_WEEK",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.2.PROGRAM_WEEKEND",
"type": "state",
"common": {
"name": "HEATAREA 2 PROGRAMM_WEEKEND",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.2.T_HEAT_DAY",
"type": "state",
"common": {
"name": "HEATAREA 2 T_HEAT_DAY",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.2.T_HEAT_NIGHT",
"type": "state",
"common": {
"name": "HEATAREA 2 T_HEAT_NIGHT",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.3",
"type": "object",
"common": {
"name": "HEATAREA NR 4",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.3.HEATAREA_NAME",
"type": "state",
"common": {
"name": "HEATAREA 3 HEATAREA_NAME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.3.HEATAREA_MODE",
"type": "state",
"common": {
"name": "HEATAREA 3 HEATAREA_MODE",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.3.T_ACTUAL",
"type": "state",
"common": {
"name": "HEATAREA 3 T_ACTUAL",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.3.T_TARGET",
"type": "state",
"common": {
"name": "HEATAREA 3 T_TARGET",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.3.PROGRAM_WEEK",
"type": "state",
"common": {
"name": "HEATAREA 3 PROGRAMM_WEEK",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.3.PROGRAM_WEEKEND",
"type": "state",
"common": {
"name": "HEATAREA 3 PROGRAMM_WEEKEND",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.3.T_HEAT_DAY",
"type": "state",
"common": {
"name": "HEATAREA 3 T_HEAT_DAY",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.3.T_HEAT_NIGHT",
"type": "state",
"common": {
"name": "HEATAREA 3 T_HEAT_NIGHT",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.4",
"type": "object",
"common": {
"name": "HEATAREA NR 5",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.4.HEATAREA_NAME",
"type": "state",
"common": {
"name": "HEATAREA 4 HEATAREA_NAME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.4.HEATAREA_MODE",
"type": "state",
"common": {
"name": "HEATAREA 4 HEATAREA_MODE",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.4.T_ACTUAL",
"type": "state",
"common": {
"name": "HEATAREA 4 T_ACTUAL",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.4.T_TARGET",
"type": "state",
"common": {
"name": "HEATAREA 4 T_TARGET",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.4.PROGRAM_WEEK",
"type": "state",
"common": {
"name": "HEATAREA 4 PROGRAMM_WEEK",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.4.PROGRAM_WEEKEND",
"type": "state",
"common": {
"name": "HEATAREA 4 PROGRAMM_WEEKEND",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.4.T_HEAT_DAY",
"type": "state",
"common": {
"name": "HEATAREA 4 T_HEAT_DAY",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.4.T_HEAT_NIGHT",
"type": "state",
"common": {
"name": "HEATAREA 0 T_HEAT_NIGHT",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.5",
"type": "object",
"common": {
"name": "HEATAREA NR 6",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.5.HEATAREA_NAME",
"type": "state",
"common": {
"name": "HEATAREA 5 HEATAREA_NAME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.5.HEATAREA_MODE",
"type": "state",
"common": {
"name": "HEATAREA 5 HEATAREA_MODE",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.5.T_ACTUAL",
"type": "state",
"common": {
"name": "HEATAREA 5 T_ACTUAL",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.5.T_TARGET",
"type": "state",
"common": {
"name": "HEATAREA 5 T_TARGET",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.5.PROGRAM_WEEK",
"type": "state",
"common": {
"name": "HEATAREA 5 PROGRAMM_WEEK",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.5.PROGRAM_WEEKEND",
"type": "state",
"common": {
"name": "HEATAREA 5 PROGRAMM_WEEKEND",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.5.T_HEAT_DAY",
"type": "state",
"common": {
"name": "HEATAREA 5 T_HEAT_DAY",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.5.T_HEAT_NIGHT",
"type": "state",
"common": {
"name": "HEATAREA 5 T_HEAT_NIGHT",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.6",
"type": "object",
"common": {
"name": "HEATAREA NR 7",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.6.HEATAREA_NAME",
"type": "state",
"common": {
"name": "HEATAREA 6 HEATAREA_NAME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.6.HEATAREA_MODE",
"type": "state",
"common": {
"name": "HEATAREA 6 HEATAREA_MODE",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.6.T_ACTUAL",
"type": "state",
"common": {
"name": "HEATAREA 6 T_ACTUAL",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.6.T_TARGET",
"type": "state",
"common": {
"name": "HEATAREA 6 T_TARGET",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.6.PROGRAM_WEEK",
"type": "state",
"common": {
"name": "HEATAREA 6 PROGRAMM_WEEK",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.6.PROGRAM_WEEKEND",
"type": "state",
"common": {
"name": "HEATAREA 6 PROGRAMM_WEEKEND",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.6.T_HEAT_DAY",
"type": "state",
"common": {
"name": "HEATAREA 6 T_HEAT_DAY",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.6.T_HEAT_NIGHT",
"type": "state",
"common": {
"name": "HEATAREA 6 T_HEAT_NIGHT",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.7",
"type": "object",
"common": {
"name": "HEATAREA NR 8",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.7.HEATAREA_NAME",
"type": "state",
"common": {
"name": "HEATAREA 7 HEATAREA_NAME",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATAREA.7.HEATAREA_MODE",
"type": "state",
"common": {
"name": "HEATAREA 7 HEATAREA_MODE",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.7.T_ACTUAL",
"type": "state",
"common": {
"name": "HEATAREA 7 T_ACTUAL",
"type": "number",
"unit": "°C",
"read": true,
"write": false,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.7.T_TARGET",
"type": "state",
"common": {
"name": "HEATAREA 7 T_TARGET",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.7.PROGRAM_WEEK",
"type": "state",
"common": {
"name": "HEATAREA 7 PROGRAMM_WEEK",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.7.PROGRAM_WEEKEND",
"type": "state",
"common": {
"name": "HEATAREA 7 PROGRAMM_WEEKEND",
"type": "string",
"unit": "",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "HEATAREA.7.T_HEAT_DAY",
"type": "state",
"common": {
"name": "HEATAREA 7 T_HEAT_DAY",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATAREA.7.T_HEAT_NIGHT",
"type": "state",
"common": {
"name": "HEATAREA 7 T_HEAT_NIGHT",
"type": "number",
"unit": "°C",
"read": true,
"write": true,
"role": "value.temperature"
},
"native": {}
},
{
"_id": "HEATCTRL",
"type": "object",
"common": {
"name": "HEATCONTROL",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "text"
},
"native": {}
},
{
"_id": "HEATCTRL.0",
"type": "object",
"common": {
"name": "HEATCONTROL 0",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.0.INUSE",
"type": "state",
"common": {
"name": "HEATCONTROL INUSE",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.0.HEATAREA_NR",
"type": "state",
"common": {
"name": "HEATCONTROL HEATAREA",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.0.ACTOR",
"type": "state",
"common": {
"name": "HEATCONTROL HEATAREA",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.0.HEATCTRL_STATE",
"type": "state",
"common": {
"name": "HEATCONTROL STATE",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.1",
"type": "object",
"common": {
"name": "HEATCONTROL 1",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.1.INUSE",
"type": "state",
"common": {
"name": "HEATCONTROL INUSE",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.1.HEATAREA_NR",
"type": "state",
"common": {
"name": "HEATCONTROL HEATAREA",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.1.ACTOR",
"type": "state",
"common": {
"name": "HEATCONTROL HEATAREA",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.1.HEATCTRL_STATE",
"type": "state",
"common": {
"name": "HEATCONTROL STATE",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.2",
"type": "object",
"common": {
"name": "HEATCONTROL 2",
"type": "object",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.2.INUSE",
"type": "state",
"common": {
"name": "HEATCONTROL INUSE",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.2.HEATAREA_NR",
"type": "state",
"common": {
"name": "HEATCONTROL HEATAREA",
"type": "string",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.2.ACTOR",
"type": "state",
"common": {
"name": "HEATCONTROL HEATAREA",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.2.HEATCTRL_STATE",
"type": "state",
"common": {
"name": "HEATCONTROL STATE",
"type": "boolean",
"unit": "",
"read": true,
"write": false,
"role": "state"
},
"native": {}
},
{
"_id": "HEATCTRL.3",
"type": "object",
"common": {
"name": "HEATCONTROL 3",
"type": "object",
"unit":