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

188 lines
4 KiB
JSON

{
"manufacturer": "Qubino",
"manufacturerId": "0x0159",
"label": "ZMNHCA",
"description": "Flush Shutter",
"devices": [
{
"productType": "0x0003",
"productId": "0x0002"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "basic on/off",
"description": "triggered at change of the input I1 state and reflecting its state",
"maxNodes": 16
},
"2": {
"label": "basic on/of",
"description": "triggered at change of the input I2 state and reflecting its state",
"maxNodes": 16
},
"3": {
"label": "multileve",
"description": "triggered at changes of value of the Flush shutter position",
"maxNodes": 16
},
"4": {
"label": "multilevel",
"description": "triggered at changes of value of slats tilting position",
"maxNodes": 16
},
"5": {
"label": "Lifeline",
"maxNodes": 16,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "10",
"label": "ALL ON / ALL OFF",
"description": "Responds to commands ALL ON / ALL OFF from Main Controller",
"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 is inactive all off is inactive",
"value": 2
},
{
"label": "All on active, all off active",
"value": 255
}
]
},
{
"#": "40",
"label": "Reporting in Watts on Power Change for Q1 or Q2",
"description": "Power consumption change threshold for sending updates",
"valueSize": 1,
"minValue": 1,
"maxValue": 100,
"defaultValue": 1
},
{
"#": "42",
"label": "Reporting in Watts by Time Interval for Q1 or Q2",
"valueSize": 2,
"unit": "W",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 300
},
{
"#": "71",
"label": "Operating Modes",
"description": "Operation Mode (Shutter or Venetian)",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Shutter mode",
"value": 0
},
{
"label": "Venetian mode (Up/Down and slate rotation)",
"value": 1
}
]
},
{
"#": "72",
"label": "Slats Tilting Full Turn Time",
"description": "Slat full turn time in tenths of a second.",
"valueSize": 2,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 150
},
{
"#": "73",
"label": "Slats Position",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Previously set position only in case of UI control",
"value": 0
},
{
"label": "Position in case of UI control, push",
"value": 1
},
{
"label": "Position in case of UI control, push button",
"value": 2
}
]
},
{
"#": "74",
"label": "Motor Moving Up/down Time",
"description": "Shutter motor moving time of complete opening or complete closing",
"valueSize": 2,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "76",
"label": "Motor Operation Detection",
"description": "Power threshold",
"valueSize": 1,
"minValue": 0,
"maxValue": 127,
"defaultValue": 10
},
{
"#": "78",
"label": "Forced Shutter Calibration",
"description": "0 to 1 a Shutter enters the calibration mode",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0
},
{
"#": "80",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Reporting to Controller",
"defaultValue": 1
},
{
"#": "85",
"label": "Power Consumption Max Delay Time",
"description": "max time before motor power consumption is read",
"valueSize": 1,
"minValue": 0,
"maxValue": 50,
"defaultValue": 0
},
{
"#": "90",
"label": "Relay Delay Time",
"description": "This parameter defines the time delay between output relay switching",
"valueSize": 1,
"minValue": 1,
"maxValue": 30,
"defaultValue": 5
}
]
}