zwave-js/.config-db/devices/0x0002/014g0205.json

82 lines
1.2 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Danfoss",
"manufacturerId": "0x0002",
"label": "014G0205",
"description": "HC-Z Hydronic Floor Heating Controller",
"devices": [
{
"productType": "0x0002",
"productId": "0x4005",
"zwaveAllianceId": 2595
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Valve Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "NC",
"value": 0
},
{
"label": "NO",
"value": 1
}
]
},
{
"#": "2",
"label": "Heat Load Strategy",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Stacking",
"value": 0
},
{
"label": "Spreading",
"value": 1
}
]
},
{
"#": "3",
"label": "PWM Period",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "15 minutes",
"value": 0
},
{
"label": "30 minutes",
"value": 1
},
{
"label": "60 minutes",
"value": 2
}
]
}
]
}