zwave-js/.config-db/devices/0x0060/ac301.json
2025-01-10 22:05:04 -08:00

154 lines
3.4 KiB
JSON

{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "AC301",
"description": "Thermostatic Radiator Valve",
"devices": [
{
"productType": "0x0015",
"productId": "0x0001",
"zwaveAllianceId": 4641
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Temperature Auto Report Period Setting",
"valueSize": 2,
"unit": "minutes",
"minValue": 1,
"maxValue": 255,
"defaultValue": 120
},
{
"#": "2",
"label": "Temperature Offset for Internal Sensor",
"description": "Temperature offset for internal sensor (-80~+80 Offsets the measured temperature by -8.0 °C~+8.0 °C)",
"valueSize": 1,
"unit": "1/10 °C",
"minValue": -80,
"maxValue": 80,
"defaultValue": 0
},
{
"#": "3",
"label": "Maximum Set Point Value",
"valueSize": 1,
"unit": "°C",
"minValue": 5,
"maxValue": 35,
"defaultValue": 35
},
{
"#": "4",
"label": "Minimum Set Point Value",
"valueSize": 1,
"unit": "°C",
"minValue": 5,
"maxValue": 35,
"defaultValue": 5
},
{
"#": "5",
"label": "Frost Protection Temperature",
"valueSize": 1,
"unit": "°C",
"minValue": 5,
"maxValue": 15,
"defaultValue": 5
},
{
"#": "6",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Open Window Detect Function"
},
{
"#": "7",
"label": "Open Window Detect Time Period",
"valueSize": 1,
"unit": "minutes",
"minValue": 2,
"maxValue": 30,
"defaultValue": 15
},
{
"#": "8",
"label": "Open Window Detect Temperature Drop Setting",
"valueSize": 1,
"defaultValue": 4,
"allowManualEntry": false,
"options": [
{
"label": "2 °C",
"value": 4
},
{
"label": "2.5 °C",
"value": 5
},
{
"label": "3 °C",
"value": 6
},
{
"label": "3.5 °C",
"value": 7
},
{
"label": "4 °C",
"value": 8
}
]
},
{
"#": "9",
"label": "Open Window Detect Delay Time Select",
"valueSize": 1,
"unit": "minutes",
"minValue": 10,
"maxValue": 60,
"defaultValue": 30
},
{
"#": "10",
"label": "Manual Override Duration",
"valueSize": 1,
"unit": "30 minutes",
"minValue": 1,
"maxValue": 48,
"defaultValue": 8
}
],
"metadata": {
"inclusion": "1. Put the Z-Wave Controller into inclusion mode.\n2. Press the P button 3 times within 1.5 seconds to put the unit into inclusion mode.",
"exclusion": "1. Put the Z-Wave Controller into exclusion mode.\n2. Press the P button 3 times within 1.5 seconds to put the unit into exclusion mode.",
"reset": "1. Press the P button 3 times within 1.5 seconds to put the unit into exclusion mode.\n2. Within 1 second of step 1, press the button P again and hold for 5 seconds.\n3. Node ID is excluded. The device reverts to factory default state.",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4641/ZRT-106%20user%20manual.pdf"
},
"compat": {
// This device only accepts Thermostat Setpoint Set commands with a specific float encoding
"overrideFloatEncoding": {
"precision": 1,
"size": 2
},
"commandClasses": {
"remove": {
// The device does not support Supervision correctly
"Supervision": {
"endpoints": "*"
}
}
}
}
}