zwave-js/.config-db/devices/0x0002/dthermz5.json

138 lines
2.6 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Danfoss",
"manufacturerId": "0x0002",
"label": "DTHERMZ5",
"description": "Z-Wave Room Sensor",
"devices": [
{
"productType": "0x0248",
"productId": "0xa020",
"zwaveAllianceId": 1602
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Temperature Report Threshold",
"valueSize": 2,
"minValue": 1,
"maxValue": 100,
"defaultValue": 5
},
{
"#": "2",
"label": "Set-Point Display Resolution",
"description": "range from 0.1 to 10 °C 1=0.1 °C 100=10 °C",
"valueSize": 2,
"unit": "°C",
"minValue": 1,
"maxValue": 100,
"defaultValue": 5
},
{
"#": "3",
"label": "Min Set-Point and Override Limit",
"description": "from min 0 °C to max setpoint override limit 0=0 °C 40=40 °C",
"valueSize": 2,
"unit": "°C",
"minValue": 0,
"maxValue": 40,
"defaultValue": 12
},
{
"#": "4",
"label": "Max Set-Point and Override Limit",
"description": "from min setpoint override limit to max 40 °C 0=0 °C 40=40 °C",
"valueSize": 2,
"unit": "°C",
"minValue": 0,
"maxValue": 40,
"defaultValue": 28
},
{
"#": "5",
"label": "LED Flash Period",
"description": "0 to 65535 seconds",
"valueSize": 4,
"unit": "seconds",
"minValue": 0,
"maxValue": 65535,
"defaultValue": 1
},
{
"#": "6",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Set-Point Control Function",
"defaultValue": 1
},
{
"#": "7",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Temporarily Override Scheduler",
"defaultValue": 1
},
{
"#": "8",
"label": "Set-Point Type in Thermostat_Setpoint_Reports",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Heating",
"value": 1
},
{
"label": "Cooling",
"value": 2
},
{
"label": "Auto-Changeover",
"value": 10
}
]
},
{
"#": "9",
"label": "LED On Time",
"description": "1=100ms 5=500ms",
"valueSize": 2,
"minValue": 1,
"maxValue": 5,
"defaultValue": 1
},
{
"#": "10",
"label": "Number of LED Flashes (Duration)",
"description": "0 to 255",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 5,
"unsigned": true
},
{
"#": "11",
"label": "LED Color",
"description": "1=Green 2=Red",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Green",
"value": 1
},
{
"label": "Red",
"value": 2
}
]
}
]
}