zwave-js/.config-db/devices/0x015f/mh8-fc.json
2025-01-10 22:05:04 -08:00

125 lines
2.2 KiB
JSON

{
"manufacturer": "McoHome Technology Co., Ltd.",
"manufacturerId": "0x015f",
"label": "MH8-FC / MH8-FC4",
"description": "Fan Coil Thermostat",
"devices": [
{
"productType": "0x0801",
"productId": "0x3102"
},
{
"productType": "0x0801",
"productId": "0x5102"
},
{
"productType": "0x0802",
"productId": "0x3102"
},
{
"productType": "0x0802",
"productId": "0x5102"
},
{
"productType": "0x0802",
"productId": "0x5101"
},
{
"productType": "0x0803",
"productId": "0x5102"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"description": "For sending temperature, working mode, etc. notifications",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"$if": "firmwareVersion >= 3.0",
"label": "Temperature Unit Setting",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Celsius",
"value": 0
},
{
"label": "Fahrenheit",
"value": 1
},
{
"$if": "firmwareVersion >= 3.2",
"label": "Follow main display",
"value": 2
}
]
},
{
"#": "2",
"$if": "firmwareVersion >= 3.0",
"label": "Upload Temperature Automatically",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "Upload the difference value only",
"value": 1
},
{
"label": "Timing upload mode only",
"value": 2
},
{
"label": "Upload the difference + timing upload mode",
"value": 3
}
]
},
{
"#": "3",
"$if": "firmwareVersion >= 3.0",
"label": "Upload Temperature Difference",
"valueSize": 2,
"minValue": 3,
"maxValue": 1000,
"defaultValue": 5
},
{
"#": "4",
"$if": "firmwareVersion >= 3.0",
"label": "Upload Time Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 10,
"maxValue": 65535,
"defaultValue": 30,
"unsigned": true
},
{
"#": "255",
"$if": "firmwareVersion >= 3.0",
"label": "Factory Setting",
"valueSize": 1,
"minValue": 85,
"maxValue": 85,
"defaultValue": 85,
"writeOnly": true
}
]
}