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

252 lines
5 KiB
JSON

{
"manufacturer": "Qubino",
"manufacturerId": "0x0159",
"label": "ZMNHBD",
"description": "Flush 2 Relay",
"devices": [
{
"productType": "0x0002",
"productId": "0x0051"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Default Reporting Group",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Q1 basic on/off",
"maxNodes": 16
},
"3": {
"label": "Q1 Binary Switch",
"maxNodes": 16
},
"4": {
"label": "Q1 power meter",
"maxNodes": 16
},
"5": {
"label": "Q2 basic on/off",
"maxNodes": 16
},
"6": {
"label": "Q2 Binary Switch",
"maxNodes": 16
},
"7": {
"label": "Q2 power meter",
"maxNodes": 16
},
"8": {
"label": "Multilevel sensor",
"maxNodes": 16,
"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 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
}
]
},
{
"#": "10",
"label": "Functions ALL ON/ALL OFF",
"description": "Activate / deactivate functions ALL ON/ALL OFF",
"valueSize": 2,
"defaultValue": 255,
"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 Output Q1 After Set Time",
"description": "When relay Q1 is ON it goes automatically OFF after defined time",
"valueSize": 2,
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0
},
{
"#": "12",
"label": "Automatic Turning on Output Q1 After Set Time",
"description": "When relay Q1 is OFF it goes automatically ON after defined time",
"valueSize": 2,
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0
},
{
"#": "13",
"label": "Automatic Turning Off Relay Q2 After Set Time",
"description": "When relay Q2 is ON it goes automatically OFF after defined time",
"valueSize": 2,
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0
},
{
"#": "14",
"label": "Automatic Turning on Output Q2 After Set Time",
"description": "When relay Q2 is OFF it goes automatically ON after defined time",
"valueSize": 2,
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0
},
{
"#": "15",
"label": "Seconds or Milliseconds Selection",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "30",
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off"
},
{
"#": "40",
"label": "Power Reporting in Watts for Q1",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "41",
"label": "Power Reporting in Watts for Q2",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "42",
"label": "Power Reporting Time Interval for Q1",
"valueSize": 2,
"minValue": 0,
"maxValue": 32535,
"defaultValue": 300
},
{
"#": "43",
"label": "Power Reporting Time Interval for Q2",
"valueSize": 2,
"minValue": 0,
"maxValue": 32535,
"defaultValue": 300
},
{
"#": "63",
"label": "Output Q1 Switch Selection",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "System turned off, output 0V (NC)",
"value": 0
},
{
"label": "System turned off, output is 230V or 24V (NO)",
"value": 1
}
]
},
{
"#": "64",
"label": "Output Q2 Switch Selection",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "System is turned off, output is 0V (NC)",
"value": 0
},
{
"label": "System turned off, output is 230V or 24V (NO)",
"value": 1
}
]
},
{
"#": "110",
"label": "Temperature Sensor Offset",
"valueSize": 2,
"minValue": 0,
"maxValue": 32536,
"defaultValue": 32536
},
{
"#": "120",
"label": "Digital Temperature Sensor Reporting",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 5
}
],
"compat": {
// This device was certified before the requirement that the root endpoint must mirror
// application functionality of other endpoints
"preserveRootApplicationCCValueIDs": true
}
}