zwave-js/.config-db/devices/0x0179/ch-201.json
2025-01-10 22:05:04 -08:00

289 lines
4.9 KiB
JSON

{
"manufacturer": "ConnectHome",
"manufacturerId": "0x0179",
"label": "CH-201",
"description": "CH-201 Thermostat",
"devices": [
{
"productType": "0x0013",
"productId": "0x0021"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Target for temperature and alarm reports",
"maxNodes": 10,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Relay Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Normal",
"value": 0
},
{
"label": "Reverse",
"value": 1
}
]
},
{
"#": "2",
"label": "Temperature Threshold",
"valueSize": 1,
"unit": "Δ°С",
"minValue": 1,
"maxValue": 7,
"defaultValue": 1
},
{
"#": "3",
"label": "Point Mode",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Mode 0",
"value": 0
},
{
"label": "Mode 1",
"value": 1
},
{
"label": "Mode 2",
"value": 2
}
]
},
{
"#": "4",
"label": "Thermostat Status At Failure",
"description": "Operating mode in case a thermostat doesn't receive data from a temp sensor",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "On",
"value": 1
}
]
},
{
"#": "5",
"label": "Max Waiting Time From Temp Sensor",
"description": "Max time of data expectation from room temperature sensor",
"valueSize": 2,
"unit": "seconds",
"minValue": 100,
"maxValue": 30000,
"defaultValue": 30000
},
{
"#": "6",
"label": "Minimum Allowable Temperature",
"valueSize": 2,
"unit": "°С",
"minValue": -127,
"maxValue": 127,
"defaultValue": 4
},
{
"#": "7",
"label": "Maximum Alowable Temperature",
"valueSize": 2,
"unit": "°С",
"minValue": -127,
"maxValue": 127,
"defaultValue": 30
},
{
"#": "8",
"label": "Time Turbo Mode",
"valueSize": 2,
"unit": "seconds",
"minValue": 100,
"maxValue": 1200,
"defaultValue": 120
},
{
"#": "9",
"label": "Power on Turbo Mode",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 1,
"defaultValue": 0
},
{
"#": "10",
"label": "Temperature Sensor Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Standard temperature sensor",
"value": 0
},
{
"label": "Polling the room temperature sensor",
"value": 1
},
{
"label": "Waiting for data from the room temperature sensor",
"value": 2
}
]
},
{
"#": "11",
"label": "Polling Period of the Room Sensor",
"valueSize": 2,
"unit": "seconds",
"minValue": 15,
"maxValue": 600,
"defaultValue": 300
},
{
"#": "12",
"label": "Temperature Threshold to Send Data",
"description": "The value that temperature should be changed to send data",
"valueSize": 1,
"unit": "Δ°С",
"minValue": 1,
"maxValue": 16,
"defaultValue": 1
},
{
"#": "13",
"label": "Interval for Forced Sending Data",
"valueSize": 2,
"minValue": 100,
"maxValue": 600,
"defaultValue": 300
},
{
"#": "15",
"label": "Type of Switch 1",
"description": "Set Type of switch 1 (thermostat operating mode)",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Monostable",
"value": 0
},
{
"label": "Bistable, fixed position 1",
"value": 1
},
{
"label": "Bistable, fixed position 2",
"value": 2
},
{
"label": "Bistable",
"value": 3
}
]
},
{
"#": "16",
"label": "Type of Switch 2",
"description": "Set type of switch 2 (turbo mode)",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Monostable",
"value": 0
},
{
"label": "Bistable, fixed position 1",
"value": 1
},
{
"label": "Bistable, fixed position 2",
"value": 2
},
{
"label": "Bistable",
"value": 3
}
]
},
{
"#": "40",
"label": "Temperature Calibration",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "+/- 0 °C",
"value": 0
},
{
"label": "+1 °C",
"value": 1
},
{
"label": "+2 °C",
"value": 2
},
{
"label": "+3 °C",
"value": 3
},
{
"label": "+4 °C",
"value": 4
},
{
"label": "+5 °C",
"value": 5
},
{
"label": "-1 °C",
"value": 6
},
{
"label": "-2 °C",
"value": 7
},
{
"label": "-3 °C",
"value": 8
},
{
"label": "-4 °C",
"value": 9
},
{
"label": "-5 °C",
"value": 10
}
]
}
]
}