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

161 lines
3 KiB
JSON

{
"manufacturer": "Qubino",
"manufacturerId": "0x0159",
"label": "ZMNHAA",
"description": "Flush 1 Relay",
"devices": [
{
"productType": "0x0002",
"productId": "0x0002"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Basic on/off - output Q",
"maxNodes": 16
},
"2": {
"label": "Basic on/off - input I2",
"maxNodes": 16
},
"3": {
"label": "Basic on/off - input I3",
"maxNodes": 16
},
"4": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Input 1 Switch Type",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Mono-Stable switch type (Push button)",
"value": 0
},
{
"label": "Bi-Stable switch type",
"value": 1
}
]
},
{
"#": "2",
"label": "Input 2 Contact Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "NO (Normally open) input type",
"value": 0
},
{
"label": "NC (Normally close) input type",
"value": 1
}
]
},
{
"#": "3",
"label": "Input 3 Contact Type",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "NO (Normally open) input type",
"value": 0
},
{
"label": "NC (Normally close) input type",
"value": 1
}
]
},
{
"#": "10",
"label": "Activate / Deactivate Functions ALL ON/ALL OFF",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "All on is not active all off is not active",
"value": 0
},
{
"label": "All on is not active all off active",
"value": 1
},
{
"label": "All on active all off is not active",
"value": 2
},
{
"label": "All on active, all off active",
"value": 255
}
]
},
{
"#": "11",
"label": "Automatic Turning Off Relay After Set Time",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true
},
{
"#": "30",
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off"
},
{
"#": "40",
"label": "Power Reporting in Watts on Percentage Change",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 3,
"unsigned": true
},
{
"#": "42",
"label": "Power Reporting in Watts on Power Change",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 300,
"unsigned": true
}
],
"compat": {
"commandClasses": {
"add": {
"Manufacturer Specific": {
// Manufacturer Specific CC is supported, but comes back as version 0
"version": 1,
"isSupported": true
},
"Association": {
// Association CC is supported, but comes back as version 0
"version": 1,
"isSupported": true
}
}
}
}
}