zwave-js/.config-db/devices/0x0059/hrt4-zw.json
2025-01-10 22:05:04 -08:00

98 lines
1.9 KiB
JSON

{
"manufacturer": "Secure Meters (UK) Ltd.",
"manufacturerId": "0x0059",
"label": "HRT4-ZW / SRT321",
"description": "Battery Powered Wall Thermostat",
"devices": [
{
"productType": "0x0001",
"productId": "0x0003",
"zwaveAllianceId": 115
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Thermostat Mode Set",
"maxNodes": 4,
"isLifeline": true
},
"2": {
"label": "Binary Switch Set",
"maxNodes": 4,
"isLifeline": true
},
"3": {
"label": "Unsolicited Battery Level Reports",
"maxNodes": 4,
"isLifeline": true
},
"4": {
"label": "Thermostat Set Point Reports",
"maxNodes": 4,
"isLifeline": true
},
"5": {
"label": "Unsolicited Multilevel Sensor Reports",
"maxNodes": 4,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Enable Temperature Sensor",
"description": "Controls the use of the temperature sensor on the device",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 255
}
]
},
{
"#": "2",
"label": "Temperature Scale",
"description": "Controls the temperature sensor scale",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Celsius",
"value": 0
},
{
"label": "Fahrenheit",
"value": 255
}
]
},
{
"#": "3",
"label": "Delta T",
"description": "Defines the temperature steps of the heating control. Steps are 0.1 K",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 10,
"unsigned": true
}
],
"compat": {
// The device "reports" some of its state with Set commands
"treatSetAsReport": ["BinarySwitchCCSet", "ThermostatModeCCSet"]
}
}