@zwave-js/config 12.9.0 → 12.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/devices/0x000c/hs-fc200.json +1 -1
- package/config/devices/0x000c/hs-wd200.json +1 -1
- package/config/devices/0x000c/hs-ws200.json +1 -1
- package/config/devices/0x000c/hs-wx300.json +2 -3
- package/config/devices/0x000c/templates/homeseer_template.json +32 -0
- package/config/devices/0x0086/dsb09.json +31 -2
- package/config/devices/0x010f/fgr-224.json +265 -0
- package/config/devices/0x026e/brz1.json +11 -0
- package/config/devices/0x027a/templates/zooz_template.json +104 -0
- package/config/devices/0x027a/zen16.json +114 -5
- package/config/devices/0x0460/qnpl-001X12.json +4 -0
- package/config/devices/0x0460/qnpl-001X16.json +4 -0
- package/config/devices/0x0460/qnsn-0D24X.json +1 -1
- package/config/devices/0x0460/qpsw-0A1P16.json +2 -1
- package/config/devices/0x0460/templates/wave_template.json +16 -1
- package/package.json +4 -4
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"paramInformation": [
|
|
33
33
|
{
|
|
34
34
|
"#": "3",
|
|
35
|
-
"$import": "
|
|
35
|
+
"$import": "templates/homeseer_template.json#led_indicator_inverted",
|
|
36
36
|
"label": "Bottom LED Operation"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -147,9 +147,8 @@
|
|
|
147
147
|
"#": "32",
|
|
148
148
|
"label": "Wire Mode",
|
|
149
149
|
"valueSize": 1,
|
|
150
|
-
"minValue": 0,
|
|
151
|
-
"maxValue": 1,
|
|
152
150
|
"defaultValue": 0,
|
|
151
|
+
"allowManualEntry": false,
|
|
153
152
|
"options": [
|
|
154
153
|
{
|
|
155
154
|
"label": "3 wire mode (Neutral, line & load)",
|
|
@@ -289,5 +289,37 @@
|
|
|
289
289
|
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
290
290
|
"label": "Range Sensitivity",
|
|
291
291
|
"description": "Higher values increase sensitivity"
|
|
292
|
+
},
|
|
293
|
+
"led_indicator": {
|
|
294
|
+
"label": "LED Indicator",
|
|
295
|
+
"valueSize": 1,
|
|
296
|
+
"defaultValue": 1,
|
|
297
|
+
"allowManualEntry": false,
|
|
298
|
+
"options": [
|
|
299
|
+
{
|
|
300
|
+
"label": "On when load is off",
|
|
301
|
+
"value": 0
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"label": "Off when load is off",
|
|
305
|
+
"value": 1
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
"led_indicator_inverted": {
|
|
310
|
+
"label": "LED Indicator",
|
|
311
|
+
"valueSize": 1,
|
|
312
|
+
"defaultValue": 0,
|
|
313
|
+
"allowManualEntry": false,
|
|
314
|
+
"options": [
|
|
315
|
+
{
|
|
316
|
+
"label": "Off when load is off",
|
|
317
|
+
"value": 0
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"label": "On when load is off",
|
|
321
|
+
"value": 1
|
|
322
|
+
}
|
|
323
|
+
]
|
|
292
324
|
}
|
|
293
325
|
}
|
|
@@ -41,8 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"#": "3",
|
|
44
|
-
"$import": "templates/aeotec_template.json#selective_reporting"
|
|
45
|
-
"label": "Selective Reporting"
|
|
44
|
+
"$import": "templates/aeotec_template.json#selective_reporting"
|
|
46
45
|
},
|
|
47
46
|
{
|
|
48
47
|
"#": "4",
|
|
@@ -76,6 +75,29 @@
|
|
|
76
75
|
"#": "11",
|
|
77
76
|
"$import": "templates/aeotec_template.json#percent_threshold_clamp3"
|
|
78
77
|
},
|
|
78
|
+
{
|
|
79
|
+
"#": "12",
|
|
80
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
81
|
+
"label": "Report While Battery Powered"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"#": "20",
|
|
85
|
+
"label": "Current Power Mode",
|
|
86
|
+
"valueSize": 1,
|
|
87
|
+
"defaultValue": 0,
|
|
88
|
+
"readOnly": true,
|
|
89
|
+
"allowManualEntry": false,
|
|
90
|
+
"options": [
|
|
91
|
+
{
|
|
92
|
+
"label": "Battery",
|
|
93
|
+
"value": 0
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"label": "USB power",
|
|
97
|
+
"value": 1
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
},
|
|
79
101
|
{
|
|
80
102
|
"#": "100",
|
|
81
103
|
"$import": "templates/aeotec_template.json#reset_parameters",
|
|
@@ -224,20 +246,27 @@
|
|
|
224
246
|
"#": "111",
|
|
225
247
|
"$import": "templates/aeotec_template.json#report_interval",
|
|
226
248
|
"label": "Report Interval (Group 1)",
|
|
249
|
+
"description": "Rounded up to the nearest 4 minutes when battery powered",
|
|
227
250
|
"maxValue": 167400
|
|
228
251
|
},
|
|
229
252
|
{
|
|
230
253
|
"#": "112",
|
|
231
254
|
"$import": "templates/aeotec_template.json#report_interval",
|
|
232
255
|
"label": "Report Interval (Group 2)",
|
|
256
|
+
"description": "Rounded up to the nearest 4 minutes when battery powered",
|
|
233
257
|
"maxValue": 167400
|
|
234
258
|
},
|
|
235
259
|
{
|
|
236
260
|
"#": "113",
|
|
237
261
|
"$import": "templates/aeotec_template.json#report_interval",
|
|
238
262
|
"label": "Report Interval (Group 3)",
|
|
263
|
+
"description": "Rounded up to the nearest 4 minutes when battery powered",
|
|
239
264
|
"maxValue": 167400
|
|
240
265
|
},
|
|
266
|
+
{
|
|
267
|
+
"#": "254",
|
|
268
|
+
"$import": "templates/aeotec_template.json#device_tag"
|
|
269
|
+
},
|
|
241
270
|
{
|
|
242
271
|
"#": "255",
|
|
243
272
|
"$import": "templates/aeotec_template.json#factory_reset"
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Fibargroup",
|
|
3
|
+
"manufacturerId": "0x010f",
|
|
4
|
+
"label": "FGR-224",
|
|
5
|
+
"description": "Roller Shutter 4",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0304",
|
|
9
|
+
"productId": "0x1000",
|
|
10
|
+
"zwaveAllianceId": 4992
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "20",
|
|
20
|
+
"label": "Switch Type",
|
|
21
|
+
"valueSize": 1,
|
|
22
|
+
"defaultValue": 0,
|
|
23
|
+
"allowManualEntry": false,
|
|
24
|
+
"options": [
|
|
25
|
+
{
|
|
26
|
+
"value": 0,
|
|
27
|
+
"label": "Monostable switches - Click to move"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"value": 1,
|
|
31
|
+
"label": "Monostable switches - Hold to move"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"value": 2,
|
|
35
|
+
"label": "Single monostable switch"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"value": 3,
|
|
39
|
+
"label": "Bistable switches"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"value": 4,
|
|
43
|
+
"label": "Single bistable switch"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"value": 5,
|
|
47
|
+
"label": "Three-State switch"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"#": "24",
|
|
53
|
+
"label": "Switch Orientation",
|
|
54
|
+
"valueSize": 1,
|
|
55
|
+
"defaultValue": 0,
|
|
56
|
+
"allowManualEntry": false,
|
|
57
|
+
"options": [
|
|
58
|
+
{
|
|
59
|
+
"value": 0,
|
|
60
|
+
"label": "Switch 1 = up, switch 2 = down"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"value": 1,
|
|
64
|
+
"label": "Switch 1 = down, switch 2 = up"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"#": "25",
|
|
70
|
+
"label": "Outputs Orientation",
|
|
71
|
+
"valueSize": 1,
|
|
72
|
+
"defaultValue": 0,
|
|
73
|
+
"allowManualEntry": false,
|
|
74
|
+
"options": [
|
|
75
|
+
{
|
|
76
|
+
"value": 0,
|
|
77
|
+
"label": "Output 1 = up, output 2 = down"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"value": 1,
|
|
81
|
+
"label": "Output 1 = down, output 2 = up"
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"#": "40[0x01]",
|
|
87
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
88
|
+
"label": "Switch 1: Send Scenes (Key Pressed 1x)",
|
|
89
|
+
"defaultValue": 1
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"#": "40[0x02]",
|
|
93
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
94
|
+
"label": "Switch 1: Send Scenes (Key Pressed 2x)",
|
|
95
|
+
"defaultValue": 1
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "40[0x04]",
|
|
99
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
100
|
+
"label": "Switch 1: Send Scenes (Key Pressed 3x)",
|
|
101
|
+
"defaultValue": 1
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"#": "40[0x08]",
|
|
105
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
106
|
+
"label": "Switch 1: Send Scenes (Key Held Down & Released)",
|
|
107
|
+
"defaultValue": 1
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"#": "41[0x01]",
|
|
111
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
112
|
+
"label": "Switch 2: Send Scenes (Key Pressed 1x)",
|
|
113
|
+
"defaultValue": 1
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"#": "41[0x02]",
|
|
117
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
118
|
+
"label": "Switch 2: Send Scenes (Key Pressed 2x)",
|
|
119
|
+
"defaultValue": 1
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"#": "41[0x04]",
|
|
123
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
124
|
+
"label": "Switch 2: Send Scenes (Key Pressed 3x)",
|
|
125
|
+
"defaultValue": 1
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"#": "41[0x08]",
|
|
129
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
130
|
+
"label": "Switch 2: Send Scenes (Key Held Down & Released)",
|
|
131
|
+
"defaultValue": 1
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"#": "150",
|
|
135
|
+
"label": "Calibration",
|
|
136
|
+
"description": "Set this parameter to 3 to start automatic calibration. A re-interview may be required after changing this parameter.",
|
|
137
|
+
"valueSize": 1,
|
|
138
|
+
"defaultValue": 0,
|
|
139
|
+
"allowManualEntry": false,
|
|
140
|
+
"options": [
|
|
141
|
+
{
|
|
142
|
+
"value": 0,
|
|
143
|
+
"label": "Not calibrated"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"value": 1,
|
|
147
|
+
"label": "Calibration successful"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"value": 2,
|
|
151
|
+
"label": "Calibration failed"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"value": 3,
|
|
155
|
+
"label": "Start calibration / Calibrating"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"value": 4,
|
|
159
|
+
"label": "Manual calibration"
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"#": "151",
|
|
165
|
+
"label": "Operating Mode",
|
|
166
|
+
"description": "A re-interview may be required after changing this parameter.",
|
|
167
|
+
"valueSize": 1,
|
|
168
|
+
"defaultValue": 0,
|
|
169
|
+
"allowManualEntry": false,
|
|
170
|
+
"options": [
|
|
171
|
+
{
|
|
172
|
+
"value": 0,
|
|
173
|
+
"label": "Roller blind, awning, pergola, curtain"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"value": 1,
|
|
177
|
+
"label": "Venetian blind 90°"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"value": 2,
|
|
181
|
+
"label": "Venetian blind 180°"
|
|
182
|
+
}
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"#": "152",
|
|
187
|
+
"label": "Venetion Blind: Slat Turning Duration",
|
|
188
|
+
"valueSize": 2,
|
|
189
|
+
"unit": "0.1 seconds",
|
|
190
|
+
"minValue": 0,
|
|
191
|
+
"maxValue": 65535,
|
|
192
|
+
"defaultValue": 15,
|
|
193
|
+
"unsigned": true
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"#": "156",
|
|
197
|
+
"label": "Up Movement Duration",
|
|
198
|
+
"description": "Set automatically during calibration. Can be overridden if there are problems with automatic calibration.",
|
|
199
|
+
"valueSize": 2,
|
|
200
|
+
"unit": "0.1 seconds",
|
|
201
|
+
"minValue": 0,
|
|
202
|
+
"maxValue": 65535,
|
|
203
|
+
"defaultValue": 600,
|
|
204
|
+
"unsigned": true
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"#": "157",
|
|
208
|
+
"label": "Down Movement Duration",
|
|
209
|
+
"description": "Set automatically during calibration. Can be overridden if there are problems with automatic calibration.",
|
|
210
|
+
"valueSize": 2,
|
|
211
|
+
"unit": "0.1 seconds",
|
|
212
|
+
"minValue": 0,
|
|
213
|
+
"maxValue": 65535,
|
|
214
|
+
"defaultValue": 600,
|
|
215
|
+
"unsigned": true
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"#": "158",
|
|
219
|
+
"label": "Shutter: Minimum Position",
|
|
220
|
+
"description": "Used to prevent the shutter from fully closing, for example to protect a flowerpot on the windowsill.",
|
|
221
|
+
"valueSize": 1,
|
|
222
|
+
"minValue": 0,
|
|
223
|
+
"maxValue": 99,
|
|
224
|
+
"defaultValue": 0
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"#": "159",
|
|
228
|
+
"label": "Shutter: Favorite Position",
|
|
229
|
+
"description": "Allowable range: 0-99, 255.",
|
|
230
|
+
"valueSize": 1,
|
|
231
|
+
"minValue": 0,
|
|
232
|
+
"maxValue": 255,
|
|
233
|
+
"defaultValue": 50,
|
|
234
|
+
"unsigned": true,
|
|
235
|
+
"options": [
|
|
236
|
+
{
|
|
237
|
+
"value": 255,
|
|
238
|
+
"label": "Disable"
|
|
239
|
+
}
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"#": "160",
|
|
244
|
+
"label": "Slats: Favorite Angle",
|
|
245
|
+
"description": "Allowable range: 0-99, 255.",
|
|
246
|
+
"valueSize": 1,
|
|
247
|
+
"minValue": 0,
|
|
248
|
+
"maxValue": 255,
|
|
249
|
+
"defaultValue": 50,
|
|
250
|
+
"unsigned": true,
|
|
251
|
+
"options": [
|
|
252
|
+
{
|
|
253
|
+
"value": 255,
|
|
254
|
+
"label": "Disable"
|
|
255
|
+
}
|
|
256
|
+
]
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"metadata": {
|
|
260
|
+
"inclusion": "To add the device to the Z-Wave network manually:\n1. Power the device.\n2. Identify the PROG button or the S1/S2 switches.\n3. Set the main controller in (Security/non-Security Mode) add\nmode (see the controller’s manual).\n4. Quickly, click PROG button three times. Optionally, click S1 or S2\nthree times.\n5. If you are adding in Security S2 Authenticated, input the PIN\nCode (label on the device, also underlined part of the DSK on t he\nlabel on the bottom of the box).\n6. Wait for the LED indicator to blink yellow.\n7. Successful adding will be confirmed by the Z-Wave controller’s\nmessage and the device’s LED indicator:\n• Green – successful (non-secure, S0, S2 non-authenticated),\n• Magenta – successful (Security S2 Authenticated),\n• Red – not successful",
|
|
261
|
+
"exclusion": "Removing (Exclusion) – Z-Wave device learning mode, allowing to\nremove the device from existing Z-Wave network.\nTo remove the device from the Z-Wave network:\n1. Make sure the device is powered.\n2. Identify the PROG button or the S1/S2 switches.\n3. Set the main controller in remove mode (see the controller’s\nmanual).\n4. Quickly, click PROG button three times. Optionally, click S1 or S2\nthree times within 10 minutes of powering up the device.\n5. Wait for the removing process to end.\n6. Successful removing will be confirmed by the Z-Wave controller’s\nmessage and the device’s LED indicator - Red.\n7. Removing the device from the Z-Wave network doesn’t cause\nfactory reset",
|
|
262
|
+
"reset": "Reset procedure allows to restore the device back to its factor y\nsettings, which means all information about the Z-Wave controller\nand user configuration will be deleted.\n1. Switch off the mains voltage (disable the fuse).\n2. Remove the device from the wall switch box.\n3. Switch on the mains voltage.\n4. Press and hold the PROG button to enter the menu.\n5. Wait for the LED indicator to glow yellow.\n6. Quickly release and click the PROG button again.\n7. During the factory reset, the LED indicator will blink yellow.\n8. After few seconds the device will be restarted, which is signal led\nwith the red LED indicator colour",
|
|
263
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/948/FGR-224-T-EN-v1.22.pdf"
|
|
264
|
+
}
|
|
265
|
+
}
|
|
@@ -28,5 +28,16 @@
|
|
|
28
28
|
"metadata": {
|
|
29
29
|
"reset": "Press and hold the button on the control for approximately 15 seconds (the LED will stop flashing when complete.\n\n\n\"Please use this procedure only when the network primary controller is missing or otherwise inoperable.\"",
|
|
30
30
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1787/Graber%20Virtual%20Cord%20Owner's%20Manual.pdf"
|
|
31
|
+
},
|
|
32
|
+
"compat": {
|
|
33
|
+
// The device reports version 0 for the Central Scene command class
|
|
34
|
+
"commandClasses": {
|
|
35
|
+
"add": {
|
|
36
|
+
"Central Scene": {
|
|
37
|
+
"isSupported": true,
|
|
38
|
+
"version": 1
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
31
42
|
}
|
|
32
43
|
}
|
|
@@ -954,6 +954,110 @@
|
|
|
954
954
|
}
|
|
955
955
|
]
|
|
956
956
|
},
|
|
957
|
+
// zen16 and zen17 relay devices now (Zen16 FW >=2.0, Zen17 FW >= 1.04) share common definition for switch type (and value inversion) and input trigger duration
|
|
958
|
+
"multi_universal_relay_switch_type": {
|
|
959
|
+
"valueSize": 1,
|
|
960
|
+
"defaultValue": 2,
|
|
961
|
+
"unsigned": true,
|
|
962
|
+
"allowManualEntry": false,
|
|
963
|
+
"options": [
|
|
964
|
+
{
|
|
965
|
+
"label": "Momentary",
|
|
966
|
+
"value": 0
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"label": "Toggle (Follow switch)",
|
|
970
|
+
"value": 1
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"label": "Toggle (Change state on toggle)",
|
|
974
|
+
"value": 2
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"label": "Garage door (Momentary mode for Z-Wave control)",
|
|
978
|
+
"value": 3
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"label": "Leak alarm (Water sensor)",
|
|
982
|
+
"value": 4
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"label": "Heat alarm",
|
|
986
|
+
"value": 5
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"label": "Motion alert",
|
|
990
|
+
"value": 6
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"label": "Open/Close alert (Door sensor)",
|
|
994
|
+
"value": 7
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"label": "CO alarm",
|
|
998
|
+
"value": 8
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"label": "CO2 alarm",
|
|
1002
|
+
"value": 9
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"label": "On/Off report (Dry contact switch/sensor)",
|
|
1006
|
+
"value": 10
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"label": "Garage door mode (Relay), door sensor (Input)",
|
|
1010
|
+
"value": 11
|
|
1011
|
+
}
|
|
1012
|
+
]
|
|
1013
|
+
},
|
|
1014
|
+
"multi_universal_relay_reverse_reported_value": {
|
|
1015
|
+
"valueSize": 1,
|
|
1016
|
+
"defaultValue": 0,
|
|
1017
|
+
"unsigned": true,
|
|
1018
|
+
"allowManualEntry": false,
|
|
1019
|
+
"options": [
|
|
1020
|
+
{
|
|
1021
|
+
"label": "Values not reversed",
|
|
1022
|
+
"value": 0
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"label": "Leak alarm (Water sensor)",
|
|
1026
|
+
"value": 4
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"label": "Heat alarm",
|
|
1030
|
+
"value": 5
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"label": "Motion alert",
|
|
1034
|
+
"value": 6
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"label": "Open/Close alert (Door sensor)",
|
|
1038
|
+
"value": 7
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"label": "CO alarm",
|
|
1042
|
+
"value": 8
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"label": "CO2 alarm",
|
|
1046
|
+
"value": 9
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"label": "On/Off report (Dry contact switch/sensor)",
|
|
1050
|
+
"value": 10
|
|
1051
|
+
}
|
|
1052
|
+
]
|
|
1053
|
+
},
|
|
1054
|
+
"multi_universal_relay_input_trigger_duration": {
|
|
1055
|
+
"valueSize": 1,
|
|
1056
|
+
"unit": "0.1 seconds",
|
|
1057
|
+
"minValue": 1,
|
|
1058
|
+
"maxValue": 100,
|
|
1059
|
+
"defaultValue": 5
|
|
1060
|
+
},
|
|
957
1061
|
"zen16_manual_control": {
|
|
958
1062
|
"valueSize": 1,
|
|
959
1063
|
"defaultValue": 1,
|
|
@@ -70,10 +70,16 @@
|
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"#": "2",
|
|
73
|
-
"$if": "firmwareVersion >= 1.2",
|
|
73
|
+
"$if": "firmwareVersion >= 1.2 && firmwareVersion < 2.0",
|
|
74
74
|
"$import": "templates/zooz_template.json#zen16_switch_type_v2",
|
|
75
75
|
"label": "Switch 1: Type"
|
|
76
76
|
},
|
|
77
|
+
{
|
|
78
|
+
"#": "2",
|
|
79
|
+
"$if": "firmwareVersion >= 2.0",
|
|
80
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_switch_type",
|
|
81
|
+
"label": "Switch 1: Type"
|
|
82
|
+
},
|
|
77
83
|
{
|
|
78
84
|
"#": "3",
|
|
79
85
|
"$if": "firmwareVersion <= 1.1",
|
|
@@ -82,10 +88,16 @@
|
|
|
82
88
|
},
|
|
83
89
|
{
|
|
84
90
|
"#": "3",
|
|
85
|
-
"$if": "firmwareVersion >= 1.2",
|
|
91
|
+
"$if": "firmwareVersion >= 1.2 && firmwareVersion < 2.0",
|
|
86
92
|
"$import": "templates/zooz_template.json#zen16_switch_type_v2",
|
|
87
93
|
"label": "Switch 2: Type"
|
|
88
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"#": "3",
|
|
97
|
+
"$if": "firmwareVersion >= 2.0",
|
|
98
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_switch_type",
|
|
99
|
+
"label": "Switch 2: Type"
|
|
100
|
+
},
|
|
89
101
|
{
|
|
90
102
|
"#": "4",
|
|
91
103
|
"$if": "firmwareVersion <= 1.1",
|
|
@@ -94,10 +106,16 @@
|
|
|
94
106
|
},
|
|
95
107
|
{
|
|
96
108
|
"#": "4",
|
|
97
|
-
"$if": "firmwareVersion >= 1.2",
|
|
109
|
+
"$if": "firmwareVersion >= 1.2 && firmwareVersion < 2.0",
|
|
98
110
|
"$import": "templates/zooz_template.json#zen16_switch_type_v2",
|
|
99
111
|
"label": "Switch 3: Type"
|
|
100
112
|
},
|
|
113
|
+
{
|
|
114
|
+
"#": "4",
|
|
115
|
+
"$if": "firmwareVersion >= 2.0",
|
|
116
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_switch_type",
|
|
117
|
+
"label": "Switch 3: Type"
|
|
118
|
+
},
|
|
101
119
|
{
|
|
102
120
|
"#": "5",
|
|
103
121
|
"label": "LED Indicator",
|
|
@@ -244,7 +262,7 @@
|
|
|
244
262
|
"#": "11",
|
|
245
263
|
"$if": "firmwareVersion >= 1.1",
|
|
246
264
|
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
247
|
-
"label": "Relay
|
|
265
|
+
"label": "Relay 3: Auto Turn-On Timer",
|
|
248
266
|
"description": "Unit defined in parameter 20."
|
|
249
267
|
},
|
|
250
268
|
{
|
|
@@ -344,10 +362,101 @@
|
|
|
344
362
|
},
|
|
345
363
|
{
|
|
346
364
|
"#": "24",
|
|
347
|
-
"$if": "firmwareVersion >= 1.3",
|
|
365
|
+
"$if": "firmwareVersion >= 1.3 && firmwareVersion < 2.10",
|
|
348
366
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
349
367
|
"label": "DC Motor Mode",
|
|
350
368
|
"description": "When enabled only one relay may be on at a time, the other relay is automatically turned off."
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"#": "24",
|
|
372
|
+
"$if": "firmwareVersion >= 2.10",
|
|
373
|
+
"label": "DC Motor Mode",
|
|
374
|
+
"description": "When enabled only one relay may be on at a time, the other relay is automatically turned off.",
|
|
375
|
+
"valueSize": 1,
|
|
376
|
+
"defaultValue": 0,
|
|
377
|
+
"allowManualEntry": false,
|
|
378
|
+
"options": [
|
|
379
|
+
{
|
|
380
|
+
"label": "Disabled (Relays turn on whenever activated)",
|
|
381
|
+
"value": 0
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"label": "Enabled for R1 and R2 (R3 unaffected)",
|
|
385
|
+
"value": 1
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"label": "Enabled for R1, R2, and R3",
|
|
389
|
+
"value": 2
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"#": "25",
|
|
395
|
+
"$if": "firmwareVersion >= 2.0",
|
|
396
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_reverse_reported_value",
|
|
397
|
+
"label": "Switch 1: Reverse Reported Value",
|
|
398
|
+
"description": "Select the same value as in parameter 2 to reverse the values for open and closed circuit."
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"#": "26",
|
|
402
|
+
"$if": "firmwareVersion >= 2.0",
|
|
403
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_reverse_reported_value",
|
|
404
|
+
"label": "Switch 2: Reverse Reported Value",
|
|
405
|
+
"description": "Select the same value as in parameter 3 to reverse the values for open and closed circuit."
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"#": "27",
|
|
409
|
+
"$if": "firmwareVersion >= 2.0",
|
|
410
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_reverse_reported_value",
|
|
411
|
+
"label": "Switch 3: Reverse Reported Value",
|
|
412
|
+
"description": "Select the same value as in parameter 4 to reverse the values for open and closed circuit."
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"#": "28",
|
|
416
|
+
"$if": "firmwareVersion >= 2.10",
|
|
417
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_input_trigger_duration",
|
|
418
|
+
"label": "Switch 1: Trigger Duration",
|
|
419
|
+
"description": "Time SW1 condition must be active before triggering associated action."
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"#": "29",
|
|
423
|
+
"$if": "firmwareVersion >= 2.10",
|
|
424
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_input_trigger_duration",
|
|
425
|
+
"label": "Switch 2: Trigger Duration",
|
|
426
|
+
"description": "Time SW2 condition must be active before triggering associated action."
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"#": "30",
|
|
430
|
+
"$if": "firmwareVersion >= 2.10",
|
|
431
|
+
"$import": "templates/zooz_template.json#multi_universal_relay_input_trigger_duration",
|
|
432
|
+
"label": "Switch 3: Trigger Duration",
|
|
433
|
+
"description": "Time SW3 condition must be active before triggering associated action."
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"#": "31",
|
|
437
|
+
"$if": "firmwareVersion >= 2.10",
|
|
438
|
+
"label": "Input Behavior",
|
|
439
|
+
"valueSize": 1,
|
|
440
|
+
"defaultValue": 0,
|
|
441
|
+
"allowManualEntry": false,
|
|
442
|
+
"options": [
|
|
443
|
+
{
|
|
444
|
+
"label": "SW1 turns R1 on/off, SW2 turns R2 on/off",
|
|
445
|
+
"value": 0
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"label": "SW1 turns R1 on, SW2 turns R1 off",
|
|
449
|
+
"value": 1
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"label": "SW1 turns R2 on, SW2 turns R2 off",
|
|
453
|
+
"value": 2
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"label": "SW1 turns R1 and R2 on, SW2 turns R1 and R2 off",
|
|
457
|
+
"value": 3
|
|
458
|
+
}
|
|
459
|
+
]
|
|
351
460
|
}
|
|
352
461
|
],
|
|
353
462
|
"compat": {
|
|
@@ -75,6 +75,10 @@
|
|
|
75
75
|
"$import": "templates/wave_template.json#led_intensity",
|
|
76
76
|
"label": "Signal LED Intensity"
|
|
77
77
|
},
|
|
78
|
+
{
|
|
79
|
+
"#": "117",
|
|
80
|
+
"$import": "templates/wave_template.json#remote_reboot"
|
|
81
|
+
},
|
|
78
82
|
{
|
|
79
83
|
"#": "120",
|
|
80
84
|
"$import": "templates/wave_template.json#factory_reset"
|
|
@@ -75,6 +75,10 @@
|
|
|
75
75
|
"$import": "templates/wave_template.json#led_intensity",
|
|
76
76
|
"label": "Signal LED Intensity"
|
|
77
77
|
},
|
|
78
|
+
{
|
|
79
|
+
"#": "117",
|
|
80
|
+
"$import": "templates/wave_template.json#remote_reboot"
|
|
81
|
+
},
|
|
78
82
|
{
|
|
79
83
|
"#": "120",
|
|
80
84
|
"$import": "templates/wave_template.json#factory_reset"
|
|
@@ -135,7 +135,22 @@
|
|
|
135
135
|
"maxValue": 100,
|
|
136
136
|
"defaultValue": 100
|
|
137
137
|
},
|
|
138
|
-
|
|
138
|
+
"remote_reboot": {
|
|
139
|
+
"label": "Device Reboot",
|
|
140
|
+
"valueSize": 1,
|
|
141
|
+
"defaultValue": 0,
|
|
142
|
+
"allowManualEntry": false,
|
|
143
|
+
"options": [
|
|
144
|
+
{
|
|
145
|
+
"label": "Idle",
|
|
146
|
+
"value": 0
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"label": "Reboot device",
|
|
150
|
+
"value": 1
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
139
154
|
"factory_reset": {
|
|
140
155
|
"label": "Factory Reset",
|
|
141
156
|
"description": "Reset to factory default settings and remove from the Z-Wave network.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.10.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@zwave-js/core": "12.
|
|
58
|
+
"@zwave-js/core": "12.10.0",
|
|
59
59
|
"@zwave-js/shared": "12.5.3",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
62
62
|
"fs-extra": "^11.2.0",
|
|
63
63
|
"json-logic-js": "^2.0.2",
|
|
64
64
|
"json5": "^2.2.3",
|
|
65
|
-
"semver": "^7.6.
|
|
65
|
+
"semver": "^7.6.2",
|
|
66
66
|
"winston": "^3.13.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/sinon": "^17.0.3",
|
|
77
77
|
"@types/xml2js": "^0.4.14",
|
|
78
78
|
"@types/yargs": "^17.0.32",
|
|
79
|
-
"@zwave-js/maintenance": "12.
|
|
79
|
+
"@zwave-js/maintenance": "12.10.0",
|
|
80
80
|
"ava": "^6.1.2",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|