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

144 lines
2.6 KiB
JSON

{
"manufacturer": "Z-Wave.Me",
"manufacturerId": "0x0115",
"label": "ZME_FT",
"description": "Floor Thermostat",
"devices": [
{
"productType": "0x0024",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 10
}
},
"paramInformation": [
{
"#": "1",
"label": "Boost Dry Mode Duration",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 1800,
"defaultValue": 1800
},
{
"#": "2",
"label": "Button Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Toggle normal heating / Off",
"value": 0
},
{
"label": "Toggle normal heating / Energy save",
"value": 1
},
{
"label": "Toggle boost dry",
"value": 2
}
]
},
{
"#": "3",
"label": "Basic Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Toggle normal heating / Off",
"value": 0
},
{
"label": "Toggle normal heating / Energy save",
"value": 1
},
{
"label": "Toggle boost dry",
"value": 2
},
{
"label": "Set normal heating set point temperature",
"value": 3
},
{
"label": "Switch on/off relay directly",
"value": 4
}
]
},
{
"#": "4",
"label": "Temperature Control Interval",
"valueSize": 1,
"unit": "seconds",
"minValue": 1,
"maxValue": 60,
"defaultValue": 18
},
{
"#": "5",
"label": "Maximum Temperature Deviation",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": 1,
"maxValue": 60,
"defaultValue": 30
},
{
"#": "6",
"label": "Maximum Temperature",
"valueSize": 1,
"unit": "°C",
"minValue": 20,
"maxValue": 55,
"defaultValue": 27
},
{
"#": "10",
"label": "Typical Click Timeout",
"description": "Used to differentiate click from hold",
"valueSize": 1,
"unit": "10 ms",
"minValue": 1,
"maxValue": 100,
"defaultValue": 50
}
],
"compat": {
"overrideQueries": {
// The device does not report Off as a supported thermostat mode
"Thermostat Mode": [
{
"method": "getSupportedModes",
"result": [0, 1, 7, 11], // Off / Heat / Furnace / Energy Heat
"persistValues": {
"supportedModes": [0, 1, 7, 11]
},
"extendMetadata": {
"thermostatMode": {
"states": {
"0": "Off",
"1": "Heat",
"7": "Furnace",
"11": "Energy heat"
}
}
}
}
]
}
}
}