145 lines
2.8 KiB
JSON
145 lines
2.8 KiB
JSON
{
|
|
"manufacturer": "BeNext",
|
|
"manufacturerId": "0x008a",
|
|
"label": "Heating Control",
|
|
"description": "Thermostat for Controlling the Opentherm Protocol",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0021",
|
|
"productId": "0x0102"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"associations": {
|
|
"1": {
|
|
"label": "Group 1",
|
|
"description": "Unsolicited reports",
|
|
"maxNodes": 1,
|
|
"isLifeline": true
|
|
}
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"label": "Set to Default",
|
|
"description": "Set all configuration values to default values (factory settings)",
|
|
"valueSize": 1,
|
|
"minValue": 0,
|
|
"maxValue": 255,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"options": [
|
|
{
|
|
"label": "Reset",
|
|
"value": 255
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "2",
|
|
"label": "Data Request Interval",
|
|
"description": "Interval of updating data from thermostat and boiler",
|
|
"valueSize": 1,
|
|
"unit": "seconds",
|
|
"minValue": 1,
|
|
"maxValue": 255,
|
|
"defaultValue": 14,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "3",
|
|
"label": "T Room Update Difference",
|
|
"description": "Difference of temperature before new update",
|
|
"valueSize": 1,
|
|
"unit": "0.1 °C",
|
|
"minValue": 1,
|
|
"maxValue": 255,
|
|
"defaultValue": 1,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "4",
|
|
"label": "T Setpoint Update Difference",
|
|
"description": "Difference in setpoint before new update",
|
|
"valueSize": 1,
|
|
"unit": "0.1 °C",
|
|
"minValue": 1,
|
|
"maxValue": 255,
|
|
"defaultValue": 5,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "5",
|
|
"label": "Unsolicited CRC",
|
|
"description": "CRC-16 encapulation",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Off",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "On",
|
|
"value": 255
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "6",
|
|
"label": "Type of 'special' Thermostat",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "No special",
|
|
"value": 0
|
|
},
|
|
{
|
|
// eslint-disable-next-line @zwave-js/consistent-config-string-case
|
|
"label": "Remeha Celcia 20",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "Honeywell (Rounded temperatures)",
|
|
"value": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "7",
|
|
"$import": "~/templates/master_template.json#base_enable_disable_255",
|
|
"label": "Status Auto Report",
|
|
"description": "Status auto report boiler/thermostat report."
|
|
},
|
|
{
|
|
"#": "9",
|
|
"$import": "~/templates/master_template.json#base_enable_disable_255",
|
|
"label": "Thermostat Schedule"
|
|
},
|
|
{
|
|
"#": "11",
|
|
"label": "Readout Manual Setpoint Thermostat",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"unsigned": true,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Readout off",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Readout on",
|
|
"value": 255
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|