@zwave-js/config 12.0.0-beta.1 → 12.0.0-beta.3
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/0x0000/700_series_controller.json +2 -7
- package/config/devices/0x011a/zw500d.json +1 -1
- package/config/devices/0x019b/z-trm6.json +457 -0
- package/config/devices/0x0267/10002081-13x.json +4 -0
- package/config/devices/0x027a/templates/zooz_template.json +39 -0
- package/config/devices/0x027a/zac93.json +4 -0
- package/config/devices/0x027a/zen17.json +46 -0
- package/config/devices/0x027a/zen32.json +95 -5
- package/config/devices/0x027a/zst10_700.json +4 -0
- package/config/devices/0x027a/zst39lr.json +4 -0
- package/config/devices/0x0313/e0400z-ef.json +92 -0
- package/config/devices/0x0460/qnsw-001P16.json +283 -0
- package/config/devices/templates/master_template.json +19 -0
- package/package.json +3 -3
|
@@ -15,12 +15,7 @@
|
|
|
15
15
|
"max": "255.255"
|
|
16
16
|
},
|
|
17
17
|
"metadata": {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"$if": "firmwareVersion < 7.17.2",
|
|
21
|
-
"level": "warning",
|
|
22
|
-
"text": "Early firmware revisions had a bug that could cause the mesh to be flooded on some networks and the controller to become unresponsive. It appears that this bug is largely, if not completely, resolved as of firmware version 7.17.2.\nDirections for upgrading the firmware can be found at https://zwave-js.github.io/node-zwave-js/#/troubleshooting/otw-upgrade"
|
|
23
|
-
}
|
|
24
|
-
]
|
|
18
|
+
// 700/800 series firmware bugs that affect multiple controllers
|
|
19
|
+
"$import": "~/templates/master_template.json#7xx_firmware_bugs"
|
|
25
20
|
}
|
|
26
21
|
}
|
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Heatit",
|
|
3
|
+
"manufacturerId": "0x019b",
|
|
4
|
+
"label": "Z-TRM6",
|
|
5
|
+
"description": "Floor Thermostat",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0030",
|
|
9
|
+
"productId": "0x3001",
|
|
10
|
+
"zwaveAllianceId": 4908
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Binary Switch Set",
|
|
25
|
+
"maxNodes": 10
|
|
26
|
+
},
|
|
27
|
+
"3": {
|
|
28
|
+
"label": "Thermostat Setpoint Set",
|
|
29
|
+
"maxNodes": 10
|
|
30
|
+
},
|
|
31
|
+
"4": {
|
|
32
|
+
"label": "Thermostat Mode Set",
|
|
33
|
+
"maxNodes": 10
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"paramInformation": [
|
|
37
|
+
{
|
|
38
|
+
"#": "1",
|
|
39
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
40
|
+
"label": "Local Control",
|
|
41
|
+
"defaultValue": 0
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "2",
|
|
45
|
+
"label": "Sensor Mode",
|
|
46
|
+
"valueSize": 1,
|
|
47
|
+
"minValue": 0,
|
|
48
|
+
"maxValue": 5,
|
|
49
|
+
"defaultValue": 1,
|
|
50
|
+
"unsigned": true,
|
|
51
|
+
"options": [
|
|
52
|
+
{
|
|
53
|
+
"label": "Floor",
|
|
54
|
+
"value": 0
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"label": "Internal",
|
|
58
|
+
"value": 1
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"label": "Internal with floor limit",
|
|
62
|
+
"value": 2
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"label": "External",
|
|
66
|
+
"value": 3
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "External with floor limit",
|
|
70
|
+
"value": 4
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"label": "Power regulator",
|
|
74
|
+
"value": 5
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"#": "3",
|
|
80
|
+
"label": "External Sensor Resistance",
|
|
81
|
+
"valueSize": 1,
|
|
82
|
+
"minValue": 0,
|
|
83
|
+
"maxValue": 7,
|
|
84
|
+
"defaultValue": 0,
|
|
85
|
+
"unsigned": true,
|
|
86
|
+
"unit": "kΩ",
|
|
87
|
+
"options": [
|
|
88
|
+
{
|
|
89
|
+
"label": "10",
|
|
90
|
+
"value": 0
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"label": "12",
|
|
94
|
+
"value": 1
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"label": "15",
|
|
98
|
+
"value": 2
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"label": "22",
|
|
102
|
+
"value": 3
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"label": "33",
|
|
106
|
+
"value": 4
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"label": "47",
|
|
110
|
+
"value": 5
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"label": "6.8",
|
|
114
|
+
"value": 6
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"label": "100",
|
|
118
|
+
"value": 7
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"#": "4",
|
|
124
|
+
"label": "Internal Sensor Min Temp Limit",
|
|
125
|
+
"valueSize": 2,
|
|
126
|
+
"minValue": 50,
|
|
127
|
+
"maxValue": 400,
|
|
128
|
+
"defaultValue": 50,
|
|
129
|
+
"unit": "0.1 °C",
|
|
130
|
+
"unsigned": true
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"#": "5",
|
|
134
|
+
"label": "Floor Sensor Min Temp Limit",
|
|
135
|
+
"valueSize": 2,
|
|
136
|
+
"minValue": 50,
|
|
137
|
+
"maxValue": 400,
|
|
138
|
+
"defaultValue": 50,
|
|
139
|
+
"unit": "0.1 °C",
|
|
140
|
+
"unsigned": true
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"#": "6",
|
|
144
|
+
"label": "External Sensor Min Temp Limit",
|
|
145
|
+
"valueSize": 2,
|
|
146
|
+
"minValue": 50,
|
|
147
|
+
"maxValue": 400,
|
|
148
|
+
"defaultValue": 50,
|
|
149
|
+
"unit": "0.1 °C",
|
|
150
|
+
"unsigned": true
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"#": "7",
|
|
154
|
+
"label": "Internal Sensor Max Temp Limit",
|
|
155
|
+
"valueSize": 2,
|
|
156
|
+
"minValue": 50,
|
|
157
|
+
"maxValue": 400,
|
|
158
|
+
"defaultValue": 400,
|
|
159
|
+
"unit": "0.1 °C",
|
|
160
|
+
"unsigned": true
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"#": "8",
|
|
164
|
+
"label": "Floor Sensor Max Temp Limit",
|
|
165
|
+
"valueSize": 2,
|
|
166
|
+
"minValue": 50,
|
|
167
|
+
"maxValue": 400,
|
|
168
|
+
"defaultValue": 400,
|
|
169
|
+
"unit": "0.1 °C",
|
|
170
|
+
"unsigned": true
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"#": "9",
|
|
174
|
+
"label": "External Sensor Max Temp Limit",
|
|
175
|
+
"valueSize": 2,
|
|
176
|
+
"minValue": 50,
|
|
177
|
+
"maxValue": 400,
|
|
178
|
+
"defaultValue": 400,
|
|
179
|
+
"unit": "0.1 °C",
|
|
180
|
+
"unsigned": true
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"#": "10",
|
|
184
|
+
"label": "Internal Sensor Calibration",
|
|
185
|
+
"valueSize": 1,
|
|
186
|
+
"minValue": -60,
|
|
187
|
+
"maxValue": 60,
|
|
188
|
+
"defaultValue": 0,
|
|
189
|
+
"unit": "0.1 °C",
|
|
190
|
+
"unsigned": false
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"#": "11",
|
|
194
|
+
"label": "Floor Sensor Calibration",
|
|
195
|
+
"valueSize": 1,
|
|
196
|
+
"minValue": -60,
|
|
197
|
+
"maxValue": 60,
|
|
198
|
+
"defaultValue": 0,
|
|
199
|
+
"unit": "0.1 °C",
|
|
200
|
+
"unsigned": false
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"#": "12",
|
|
204
|
+
"label": "External Sensor Calibration",
|
|
205
|
+
"valueSize": 1,
|
|
206
|
+
"minValue": -60,
|
|
207
|
+
"maxValue": 60,
|
|
208
|
+
"defaultValue": 0,
|
|
209
|
+
"unit": "0.1 °C",
|
|
210
|
+
"unsigned": false
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"#": "13",
|
|
214
|
+
"label": "Regulation Mode",
|
|
215
|
+
"valueSize": 1,
|
|
216
|
+
"minValue": 0,
|
|
217
|
+
"maxValue": 1,
|
|
218
|
+
"defaultValue": 0,
|
|
219
|
+
"unsigned": true,
|
|
220
|
+
"options": [
|
|
221
|
+
{
|
|
222
|
+
"label": "Hysteresis",
|
|
223
|
+
"value": 0
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"label": "PWM",
|
|
227
|
+
"value": 1
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"#": "14",
|
|
233
|
+
"label": "Temperature Control Hysteresis",
|
|
234
|
+
"valueSize": 1,
|
|
235
|
+
"minValue": 3,
|
|
236
|
+
"maxValue": 30,
|
|
237
|
+
"defaultValue": 5,
|
|
238
|
+
"unit": "0.1 °C",
|
|
239
|
+
"unsigned": true
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"#": "15",
|
|
243
|
+
"label": "Temperature Display",
|
|
244
|
+
"valueSize": 1,
|
|
245
|
+
"minValue": 0,
|
|
246
|
+
"maxValue": 1,
|
|
247
|
+
"defaultValue": 0,
|
|
248
|
+
"unsigned": true,
|
|
249
|
+
"options": [
|
|
250
|
+
{
|
|
251
|
+
"label": "Setpoint",
|
|
252
|
+
"value": 0
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"label": "Measured",
|
|
256
|
+
"value": 1
|
|
257
|
+
}
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"#": "16",
|
|
262
|
+
"label": "Active Display Brightness",
|
|
263
|
+
"valueSize": 1,
|
|
264
|
+
"minValue": 1,
|
|
265
|
+
"maxValue": 10,
|
|
266
|
+
"defaultValue": 10,
|
|
267
|
+
"unit": "10 %",
|
|
268
|
+
"unsigned": true
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"#": "17",
|
|
272
|
+
"label": "Standby Display Brightness",
|
|
273
|
+
"valueSize": 1,
|
|
274
|
+
"minValue": 1,
|
|
275
|
+
"maxValue": 10,
|
|
276
|
+
"defaultValue": 5,
|
|
277
|
+
"unit": "10 %",
|
|
278
|
+
"unsigned": true
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"#": "18",
|
|
282
|
+
"label": "Temperature Report Interval",
|
|
283
|
+
"valueSize": 2,
|
|
284
|
+
"minValue": 30,
|
|
285
|
+
"maxValue": 65535,
|
|
286
|
+
"defaultValue": 840,
|
|
287
|
+
"unit": "seconds",
|
|
288
|
+
"unsigned": true
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"#": "19",
|
|
292
|
+
"label": "Temperature Report Hysteresis",
|
|
293
|
+
"valueSize": 1,
|
|
294
|
+
"minValue": 1,
|
|
295
|
+
"maxValue": 100,
|
|
296
|
+
"defaultValue": 10,
|
|
297
|
+
"unit": "0.1 °C",
|
|
298
|
+
"unsigned": true
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"#": "20",
|
|
302
|
+
"label": "Meter Report Interval",
|
|
303
|
+
"valueSize": 2,
|
|
304
|
+
"minValue": 30,
|
|
305
|
+
"maxValue": 65535,
|
|
306
|
+
"defaultValue": 840,
|
|
307
|
+
"unit": "seconds",
|
|
308
|
+
"unsigned": true
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"#": "21",
|
|
312
|
+
"label": "Turn On Delay After Error",
|
|
313
|
+
"valueSize": 2,
|
|
314
|
+
"minValue": 0,
|
|
315
|
+
"maxValue": 65535,
|
|
316
|
+
"defaultValue": 0,
|
|
317
|
+
"unit": "seconds",
|
|
318
|
+
"unsigned": true,
|
|
319
|
+
"options": [
|
|
320
|
+
{
|
|
321
|
+
"label": "Stay off (Display error)",
|
|
322
|
+
"value": 0
|
|
323
|
+
}
|
|
324
|
+
]
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"#": "22",
|
|
328
|
+
"label": "Heating Setpoint",
|
|
329
|
+
"valueSize": 2,
|
|
330
|
+
"minValue": 50,
|
|
331
|
+
"maxValue": 400,
|
|
332
|
+
"defaultValue": 210,
|
|
333
|
+
"unit": "0.1 °C",
|
|
334
|
+
"unsigned": true
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"#": "23",
|
|
338
|
+
"label": "Cooling Setpoint",
|
|
339
|
+
"valueSize": 2,
|
|
340
|
+
"minValue": 50,
|
|
341
|
+
"maxValue": 400,
|
|
342
|
+
"defaultValue": 180,
|
|
343
|
+
"unit": "0.1 °C",
|
|
344
|
+
"unsigned": true
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"#": "24",
|
|
348
|
+
"label": "Eco Setpoint",
|
|
349
|
+
"valueSize": 2,
|
|
350
|
+
"minValue": 50,
|
|
351
|
+
"maxValue": 400,
|
|
352
|
+
"defaultValue": 180,
|
|
353
|
+
"unit": "0.1 °C",
|
|
354
|
+
"unsigned": true
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"#": "25",
|
|
358
|
+
"label": "Power Regulator Active Time",
|
|
359
|
+
"valueSize": 1,
|
|
360
|
+
"minValue": 1,
|
|
361
|
+
"maxValue": 10,
|
|
362
|
+
"defaultValue": 2,
|
|
363
|
+
"unit": "10 %",
|
|
364
|
+
"unsigned": true
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"#": "26",
|
|
368
|
+
"label": "Thermostat State Report Interval",
|
|
369
|
+
"valueSize": 2,
|
|
370
|
+
"minValue": 0,
|
|
371
|
+
"maxValue": 65535,
|
|
372
|
+
"defaultValue": 43200,
|
|
373
|
+
"unsigned": true,
|
|
374
|
+
"unit": "seconds",
|
|
375
|
+
"options": [
|
|
376
|
+
{
|
|
377
|
+
"label": "Changes only",
|
|
378
|
+
"value": 0
|
|
379
|
+
}
|
|
380
|
+
]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"#": "27",
|
|
384
|
+
"label": "Operating Mode",
|
|
385
|
+
"valueSize": 1,
|
|
386
|
+
"minValue": 0,
|
|
387
|
+
"maxValue": 3,
|
|
388
|
+
"defaultValue": 1,
|
|
389
|
+
"unsigned": true,
|
|
390
|
+
"options": [
|
|
391
|
+
{
|
|
392
|
+
"label": "Off",
|
|
393
|
+
"value": 0
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"label": "Heating",
|
|
397
|
+
"value": 1
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"label": "Cooling",
|
|
401
|
+
"value": 2
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"label": "Eco",
|
|
405
|
+
"value": 3
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"#": "28",
|
|
411
|
+
"label": "Open Window Detection",
|
|
412
|
+
"valueSize": 1,
|
|
413
|
+
"minValue": 0,
|
|
414
|
+
"maxValue": 1,
|
|
415
|
+
"defaultValue": 0,
|
|
416
|
+
"unsigned": true,
|
|
417
|
+
"options": [
|
|
418
|
+
{
|
|
419
|
+
"label": "Disabled",
|
|
420
|
+
"value": 0
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"label": "Enabled",
|
|
424
|
+
"value": 1
|
|
425
|
+
}
|
|
426
|
+
]
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"#": "29",
|
|
430
|
+
"label": "Load Power",
|
|
431
|
+
"valueSize": 1,
|
|
432
|
+
"minValue": 0,
|
|
433
|
+
"maxValue": 99,
|
|
434
|
+
"defaultValue": 0,
|
|
435
|
+
"unsigned": true,
|
|
436
|
+
"unit": "100 W",
|
|
437
|
+
"options": [
|
|
438
|
+
{
|
|
439
|
+
"label": "Use measured value",
|
|
440
|
+
"value": 0
|
|
441
|
+
}
|
|
442
|
+
]
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"compat": {
|
|
446
|
+
// The device doesn't accept setpoints with automatic precision
|
|
447
|
+
"overrideFloatEncoding": {
|
|
448
|
+
"size": 2
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"metadata": {
|
|
452
|
+
"inclusion": "Add\nThe primary controller/gateway has a mode for adding devices. Please refer to your primary controller manual on how to set the primary controller in add mode. The device may only be added to the network if the primary controller is in add mode.\nAn always listening node must be powered continuously and reside in a fixed position in the installation to secure the routing table. Adding the device within a 2 meter range from the gateway can minimize faults during the Interview process.\n\nStandard (Manual)\nAdd mode is indicated on the device by rotating LED segments on the display. It indicates this for 90 seconds until a timeout occurs, or until the device has been added to the network. Configuration mode can also be cancelled by performing the same procedure used for starting\nConfiguration mode.\n1. Hold the Center button for 5 seconds.\nThe display will show “OFF”.\n2. Press the ”+” button once to see “CON” in the display.\n3. Start the add device process in your primary controller.\n4. Start the configuration mode on the thermostat by holding the Center button for approximately 2 seconds.\n\nThe device is now ready for use with default settings.\nIf inclusion fails, please perform a ”remove device” process and try again. If inclusion fails again, please see “Factory reset”",
|
|
453
|
+
"exclusion": "Remove\nThe primary controller/gateway has a mode for removing devices. Please refer to your primary controller manual on how to set the primary controller in remove mode. The device may only be removed from the network if the primary controller is in remove mode.\nWhen the device is removed from the network, it will NOT revert to factory settings.\n\nStandard (Manual)\nRemove mode is indicated on the device by rotating LED segments on the display. It indicates this for 90 seconds until a timeout occurs, or until the device has been removed from the network. Configuration mode can also be cancelled by performing the same procedure used for starting\nConfiguration mode.\n1. Hold the Center button for 5 seconds.\nThe display will show “OFF”.\n2. Press the ”+” button once to see “CON” in the display.\n3. Start the remove device process in your primary controller.\n4. Start the configuration mode on the thermostat by holding the Center button for approximately 2 seconds.\n\nNB! When the device is removed from the gateway, the parameters are not reset. To reset the parameters, see Chapter ”Factory reset”",
|
|
454
|
+
"reset": "Enter the menu by holding the Center button for about 5 seconds, navigate in the menu with the ”+” button til you see FACT. Press the Center button until you see “-- --” blinking in the display, then hold for about 5 seconds to perform a reset.\nYou may also initiate a reset by holding the Right and Center buttons for 60 seconds.\n\nWhen either of these procedures has been performed, the thermostat will perform a complete factory reset. The device will display “RES” for 5 seconds while performing a factory reset. When “RES” is no longer displayed, the thermostat has been reset.\n\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable",
|
|
455
|
+
"manual": "https://media.heatit.com/2926"
|
|
456
|
+
}
|
|
457
|
+
}
|
|
@@ -189,6 +189,45 @@
|
|
|
189
189
|
}
|
|
190
190
|
]
|
|
191
191
|
},
|
|
192
|
+
"led_indicator_color_extended": {
|
|
193
|
+
"label": "LED Indicator Color",
|
|
194
|
+
"valueSize": 1,
|
|
195
|
+
"minValue": 0,
|
|
196
|
+
"maxValue": 6,
|
|
197
|
+
"defaultValue": 1,
|
|
198
|
+
"unsigned": true,
|
|
199
|
+
"allowManualEntry": false,
|
|
200
|
+
"options": [
|
|
201
|
+
{
|
|
202
|
+
"label": "White",
|
|
203
|
+
"value": 0
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"label": "Blue",
|
|
207
|
+
"value": 1
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"label": "Green",
|
|
211
|
+
"value": 2
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"label": "Red",
|
|
215
|
+
"value": 3
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"label": "Magenta",
|
|
219
|
+
"value": 4
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"label": "Yellow",
|
|
223
|
+
"value": 5
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"label": "Cyan",
|
|
227
|
+
"value": 6
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
},
|
|
192
231
|
"led_indicator_brightness": {
|
|
193
232
|
"label": "LED Indicator Brightness",
|
|
194
233
|
"valueSize": 1,
|
|
@@ -558,6 +558,52 @@
|
|
|
558
558
|
"value": 1
|
|
559
559
|
}
|
|
560
560
|
]
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"#": "25",
|
|
564
|
+
"$if": "firmwareVersion >= 1.30",
|
|
565
|
+
"label": "Input 1 Trigger Duration",
|
|
566
|
+
"description": "How long contact needs to be made at the input for the status change to be recorded.",
|
|
567
|
+
"valueSize": 1,
|
|
568
|
+
"unit": "0.1 s",
|
|
569
|
+
"minValue": 0,
|
|
570
|
+
"maxValue": 100,
|
|
571
|
+
"defaultValue": 5,
|
|
572
|
+
"unsigned": true
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"#": "26",
|
|
576
|
+
"$if": "firmwareVersion >= 1.30",
|
|
577
|
+
"$import": "#paramInformation/25",
|
|
578
|
+
"label": "Input 2 Trigger Duration"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"#": "27",
|
|
582
|
+
"$if": "firmwareVersion >= 1.30",
|
|
583
|
+
"label": "Custom Input Actions",
|
|
584
|
+
"description": "How the relay should react to state changes of IN1 and IN2. This setting is designed for rare and niche scenarios and should not be used unless your unique situation requires it.",
|
|
585
|
+
"valueSize": 1,
|
|
586
|
+
"defaultValue": 0,
|
|
587
|
+
"unsigned": true,
|
|
588
|
+
"allowManualEntry": false,
|
|
589
|
+
"options": [
|
|
590
|
+
{
|
|
591
|
+
"label": "Disabled",
|
|
592
|
+
"value": 0
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"label": "IN1: turn R1 on, IN2: turn R1 off",
|
|
596
|
+
"value": 1
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"label": "IN1: turn R2 on, IN2: turn R2 off",
|
|
600
|
+
"value": 2
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"label": "IN1: turn R1 and R2 on, IN2: turn R1 and R2 off",
|
|
604
|
+
"value": 3
|
|
605
|
+
}
|
|
606
|
+
]
|
|
561
607
|
}
|
|
562
608
|
],
|
|
563
609
|
"compat": {
|
|
@@ -1,7 +1,24 @@
|
|
|
1
|
+
// The firmware versions on this device are a mess
|
|
2
|
+
// 1.1 -> 10.0 -> 10.10 -> 10.20 -> 10.30 -> (10.40 ≅ 2.10) -> 2.20
|
|
3
|
+
|
|
4
|
+
// Conditionals:
|
|
5
|
+
// 10.0 and later: firmwareVersion >= 10.0 || firmwareVersion >= 2.10 && firmwareVersion < 10.0
|
|
6
|
+
// 10.10 and later: firmwareVersion >= 10.10 || firmwareVersion >= 2.10 && firmwareVersion < 10.0
|
|
7
|
+
// 10.20 and later: firmwareVersion >= 10.20 || firmwareVersion >= 2.10 && firmwareVersion < 10.0
|
|
8
|
+
// 10.30 and later: firmwareVersion >= 10.30 || firmwareVersion >= 2.10 && firmwareVersion < 10.0
|
|
9
|
+
// 10.40 and later: firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0
|
|
10
|
+
// 800 series: firmwareVersion >= 2.10 && firmwareVersion < 10.0
|
|
11
|
+
|
|
1
12
|
{
|
|
2
13
|
"manufacturer": "Zooz",
|
|
3
14
|
"manufacturerId": "0x027a",
|
|
4
|
-
"label":
|
|
15
|
+
"label": [
|
|
16
|
+
{
|
|
17
|
+
"$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
18
|
+
"value": "ZEN32 800LR"
|
|
19
|
+
},
|
|
20
|
+
"ZEN32"
|
|
21
|
+
],
|
|
5
22
|
"description": "Scene Controller",
|
|
6
23
|
"devices": [
|
|
7
24
|
{
|
|
@@ -91,30 +108,65 @@
|
|
|
91
108
|
"$import": "~/templates/master_template.json#led_indicator_four_options",
|
|
92
109
|
"label": "LED Indicator (Button 4)"
|
|
93
110
|
},
|
|
111
|
+
{
|
|
112
|
+
"#": "6",
|
|
113
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
114
|
+
"$import": "templates/zooz_template.json#led_indicator_color_extended",
|
|
115
|
+
"label": "LED Indicator Color (Relay)",
|
|
116
|
+
"defaultValue": 0
|
|
117
|
+
},
|
|
94
118
|
{
|
|
95
119
|
"#": "6",
|
|
96
120
|
"$import": "templates/zooz_template.json#led_indicator_color",
|
|
97
121
|
"label": "LED Indicator Color (Relay)",
|
|
98
122
|
"defaultValue": 0
|
|
99
123
|
},
|
|
124
|
+
{
|
|
125
|
+
"#": "7",
|
|
126
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
127
|
+
"$import": "templates/zooz_template.json#led_indicator_color_extended",
|
|
128
|
+
"label": "LED Indicator Color (Button 1)",
|
|
129
|
+
"defaultValue": 0
|
|
130
|
+
},
|
|
100
131
|
{
|
|
101
132
|
"#": "7",
|
|
102
133
|
"$import": "templates/zooz_template.json#led_indicator_color",
|
|
103
134
|
"label": "LED Indicator Color (Button 1)",
|
|
104
135
|
"defaultValue": 0
|
|
105
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"#": "8",
|
|
139
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
140
|
+
"$import": "templates/zooz_template.json#led_indicator_color_extended",
|
|
141
|
+
"label": "LED Indicator Color (Button 2)",
|
|
142
|
+
"defaultValue": 0
|
|
143
|
+
},
|
|
106
144
|
{
|
|
107
145
|
"#": "8",
|
|
108
146
|
"$import": "templates/zooz_template.json#led_indicator_color",
|
|
109
147
|
"label": "LED Indicator Color (Button 2)",
|
|
110
148
|
"defaultValue": 0
|
|
111
149
|
},
|
|
150
|
+
{
|
|
151
|
+
"#": "9",
|
|
152
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
153
|
+
"$import": "templates/zooz_template.json#led_indicator_color_extended",
|
|
154
|
+
"label": "LED Indicator Color (Button 3)",
|
|
155
|
+
"defaultValue": 0
|
|
156
|
+
},
|
|
112
157
|
{
|
|
113
158
|
"#": "9",
|
|
114
159
|
"$import": "templates/zooz_template.json#led_indicator_color",
|
|
115
160
|
"label": "LED Indicator Color (Button 3)",
|
|
116
161
|
"defaultValue": 0
|
|
117
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"#": "10",
|
|
165
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
166
|
+
"$import": "templates/zooz_template.json#led_indicator_color_extended",
|
|
167
|
+
"label": "LED Indicator Color (Button 4)",
|
|
168
|
+
"defaultValue": 0
|
|
169
|
+
},
|
|
118
170
|
{
|
|
119
171
|
"#": "10",
|
|
120
172
|
"$import": "templates/zooz_template.json#led_indicator_color",
|
|
@@ -172,17 +224,17 @@
|
|
|
172
224
|
},
|
|
173
225
|
{
|
|
174
226
|
"#": "21",
|
|
175
|
-
"$if": "firmwareVersion >=
|
|
227
|
+
"$if": "firmwareVersion >= 10.0 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
176
228
|
"$import": "templates/zooz_template.json#3way_switch_type"
|
|
177
229
|
},
|
|
178
230
|
{
|
|
179
231
|
"#": "22",
|
|
180
|
-
"$if": "firmwareVersion >= 10.0",
|
|
232
|
+
"$if": "firmwareVersion >= 10.0 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
181
233
|
"$import": "templates/zooz_template.json#local_programming"
|
|
182
234
|
},
|
|
183
235
|
{
|
|
184
236
|
"#": "23",
|
|
185
|
-
"$if": "firmwareVersion >= 10.20",
|
|
237
|
+
"$if": "firmwareVersion >= 10.20 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
186
238
|
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
187
239
|
"label": "LED Settings Indicator",
|
|
188
240
|
"defaultValue": 0
|
|
@@ -190,9 +242,47 @@
|
|
|
190
242
|
{
|
|
191
243
|
"#": "24",
|
|
192
244
|
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
193
|
-
"$if": "firmwareVersion >= 10.30",
|
|
245
|
+
"$if": "firmwareVersion >= 10.30 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
194
246
|
"label": "Scene Control (Relay)",
|
|
195
247
|
"defaultValue": 0
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"#": "26",
|
|
251
|
+
"$import": "templates/zooz_template.json#enable_scene_control_3way",
|
|
252
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
253
|
+
"label": "Scene Control (Relay)"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"#": "25[0x01]",
|
|
257
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
258
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
259
|
+
"label": "Send Status Change Report: Local Control",
|
|
260
|
+
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
|
|
261
|
+
"defaultValue": 1
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"#": "25[0x02]",
|
|
265
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
266
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
267
|
+
"label": "Send Status Change Report: 3-Way",
|
|
268
|
+
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
|
|
269
|
+
"defaultValue": 1
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"#": "25[0x04]",
|
|
273
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
274
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
275
|
+
"label": "Send Status Change Report: Z-Wave",
|
|
276
|
+
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
|
|
277
|
+
"defaultValue": 1
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"#": "25[0x08]",
|
|
281
|
+
"$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
|
|
282
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
283
|
+
"label": "Send Status Change Report: Timer",
|
|
284
|
+
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
|
|
285
|
+
"defaultValue": 1
|
|
196
286
|
}
|
|
197
287
|
],
|
|
198
288
|
"compat": {
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Hoppe",
|
|
3
|
+
"manufacturerId": "0x0313",
|
|
4
|
+
"label": "E0400Z-EF",
|
|
5
|
+
"description": "eHandle ConnectSense",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0701",
|
|
9
|
+
"productId": "0x0002",
|
|
10
|
+
"zwaveAllianceId": 4504
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 5,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Basic Set (Open/Close)",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
},
|
|
27
|
+
"3": {
|
|
28
|
+
"label": "Basic Set (Tilt/Close)",
|
|
29
|
+
"maxNodes": 5
|
|
30
|
+
},
|
|
31
|
+
"4": {
|
|
32
|
+
"label": "Basic Set (Intrusion)",
|
|
33
|
+
"maxNodes": 5
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"paramInformation": [
|
|
37
|
+
{
|
|
38
|
+
"#": "1",
|
|
39
|
+
"label": "Basic Set Value (Open)",
|
|
40
|
+
"description": "Allowable range: 0-99, 255",
|
|
41
|
+
"valueSize": 1,
|
|
42
|
+
"minValue": 0,
|
|
43
|
+
"maxValue": 255,
|
|
44
|
+
"defaultValue": 255,
|
|
45
|
+
"unsigned": true,
|
|
46
|
+
"allowManualEntry": false,
|
|
47
|
+
"options": [
|
|
48
|
+
{
|
|
49
|
+
"label": "Off",
|
|
50
|
+
"value": 0
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"label": "On",
|
|
54
|
+
"value": 255
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"#": "2",
|
|
60
|
+
"label": "Basic Set Value (Close)",
|
|
61
|
+
"description": "Allowable range: 0-99, 255",
|
|
62
|
+
"valueSize": 1,
|
|
63
|
+
"minValue": 0,
|
|
64
|
+
"maxValue": 255,
|
|
65
|
+
"defaultValue": 0,
|
|
66
|
+
"unsigned": true,
|
|
67
|
+
"allowManualEntry": false,
|
|
68
|
+
"options": [
|
|
69
|
+
{
|
|
70
|
+
"label": "Off",
|
|
71
|
+
"value": 0
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"label": "On",
|
|
75
|
+
"value": 255
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"#": "3",
|
|
81
|
+
"$import": "~/templates/master_template.json#base_enable_disable_255",
|
|
82
|
+
"label": "Report Last State On Wakeup",
|
|
83
|
+
"defaultValue": 255
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"metadata": {
|
|
87
|
+
"inclusion": "To add or remove the eHandle ConnectSense for windows in the\nsmart home central control unit, proceed as follows:\n6\n6\n8173\nferTor 13\nadtallendorf\n8\nmax.\n360°\n7\n29\nEnglish\n1. Follow the instructions of your smart home central control unit\nand start the process of adding or removing.\n2. Using the Allen key, press the hidden button in the recess on the\nback of the wireless unit three times in quick succession (within\none second), (steps 3-4).\n3. The successful start and the progress of adding (Add) or removing\n(Remove) e can be tracked in your smart home central\ncontrol unit.\n4. Your smart home central control unit may ask you to enter a\nfive-digit PIN number. You will find this on the sticker with QR\ncode. It is the underlined sequence of numbers.\n5. A successful addition (Add) is displayed in your smart home\ncentral control unit.\n6. The handle signals that it is ready for calibration by continuous\nrapid flashing of the green LED.\n7. Follow the further instructions for installation (Chapter 11) and\ncalibration (Chapter 6.2)",
|
|
88
|
+
"exclusion": "To add or remove the eHandle ConnectSense for windows in the\nsmart home central control unit, proceed as follows:\n6\n6\n8173\nferTor 13\nadtallendorf\n8\nmax.\n360°\n7\n29\nEnglish\n1. Follow the instructions of your smart home central control unit\nand start the process of adding or removing.\n2. Using the Allen key, press the hidden button in the recess on the\nback of the wireless unit three times in quick succession (within\none second), (steps 3-4).\n3. The successful start and the progress of adding (Add) or removing\n(Remove) e can be tracked in your smart home central\ncontrol unit.\n4. Your smart home central control unit may ask you to enter a\nfive-digit PIN number. You will find this on the sticker with QR\ncode. It is the underlined sequence of numbers.\n5. A successful addition (Add) is displayed in your smart home\ncentral control unit.\n6. The handle signals that it is ready for calibration by continuous\nrapid flashing of the green LED.\n7. Follow the further instructions for installation (Chapter 11) and\ncalibration (Chapter 6.2)",
|
|
89
|
+
"reset": "The eHandle ConnectSense for windows also allows to be reset\nwithout any involvement of the smart home central control unit. This\nprocedure should only be used when the smart home central control\nunit is inoperable. Press the concealed button for 10 seconds using\nthe Allen key. The successful reset to the factory setting is confirmed\nby the LED lighting up once",
|
|
90
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4504/2022-04-19-MA441-ConnectSense-DE-EN-FR-Langversion_Korr%202022-04-20.pdf"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Shelly",
|
|
3
|
+
"manufacturerId": "0x0460",
|
|
4
|
+
"label": "QNSW-001P16",
|
|
5
|
+
"description": "Wave 1PM",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0002",
|
|
9
|
+
"productId": "0x0084"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 9,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "I1: On/Off",
|
|
24
|
+
"maxNodes": 9
|
|
25
|
+
},
|
|
26
|
+
"3": {
|
|
27
|
+
"label": "I1: Start/Stop Level Change",
|
|
28
|
+
"maxNodes": 9
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"paramInformation": [
|
|
32
|
+
{
|
|
33
|
+
"#": "1",
|
|
34
|
+
"label": "SW1 Switch Type",
|
|
35
|
+
"valueSize": 1,
|
|
36
|
+
"minValue": 0,
|
|
37
|
+
"maxValue": 2,
|
|
38
|
+
"defaultValue": 2,
|
|
39
|
+
"unsigned": true,
|
|
40
|
+
"allowManualEntry": false,
|
|
41
|
+
"options": [
|
|
42
|
+
{
|
|
43
|
+
"label": "Momentary switch",
|
|
44
|
+
"value": 0
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"label": "Toggle switch (follow switch)",
|
|
48
|
+
"value": 1
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"label": "Toggle switch (change on toggle)",
|
|
52
|
+
"value": 2
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "17",
|
|
58
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
|
|
59
|
+
"label": "O1: State After Power Failure"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "19",
|
|
63
|
+
"label": "O1: Auto-Off Timer",
|
|
64
|
+
"valueSize": 2,
|
|
65
|
+
"minValue": 0,
|
|
66
|
+
"maxValue": 32535,
|
|
67
|
+
"defaultValue": 0,
|
|
68
|
+
"unsigned": true
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"#": "20",
|
|
72
|
+
"label": "O1: Auto-On Timer",
|
|
73
|
+
"valueSize": 2,
|
|
74
|
+
"minValue": 0,
|
|
75
|
+
"maxValue": 32535,
|
|
76
|
+
"defaultValue": 0,
|
|
77
|
+
"unsigned": true
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"#": "25",
|
|
81
|
+
"label": "O1: Auto-On/Off Timer Unit",
|
|
82
|
+
"valueSize": 1,
|
|
83
|
+
"minValue": 0,
|
|
84
|
+
"maxValue": 1,
|
|
85
|
+
"defaultValue": 0,
|
|
86
|
+
"unsigned": true,
|
|
87
|
+
"allowManualEntry": false,
|
|
88
|
+
"options": [
|
|
89
|
+
{
|
|
90
|
+
"label": "Seconds",
|
|
91
|
+
"value": 0
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"label": "10 ms",
|
|
95
|
+
"value": 1
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"#": "23",
|
|
101
|
+
"label": "O1: Relay Type",
|
|
102
|
+
"valueSize": 1,
|
|
103
|
+
"minValue": 0,
|
|
104
|
+
"maxValue": 1,
|
|
105
|
+
"defaultValue": 0,
|
|
106
|
+
"unsigned": true,
|
|
107
|
+
"allowManualEntry": false,
|
|
108
|
+
"options": [
|
|
109
|
+
{
|
|
110
|
+
"label": "Normally open (NO)",
|
|
111
|
+
"value": 0
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"label": "Normally closed (NC)",
|
|
115
|
+
"value": 1
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"#": "36",
|
|
121
|
+
"label": "O1: Power Change Report Threshold",
|
|
122
|
+
"valueSize": 1,
|
|
123
|
+
"unit": "%",
|
|
124
|
+
"minValue": 0,
|
|
125
|
+
"maxValue": 100,
|
|
126
|
+
"defaultValue": 50,
|
|
127
|
+
"unsigned": true
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"#": "39",
|
|
131
|
+
"label": "O1: Minimum Time Between Power Reports",
|
|
132
|
+
"valueSize": 1,
|
|
133
|
+
"unit": "seconds",
|
|
134
|
+
"minValue": 0,
|
|
135
|
+
"maxValue": 120,
|
|
136
|
+
"defaultValue": 30,
|
|
137
|
+
"unsigned": true
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"#": "91",
|
|
141
|
+
"label": "Alarm Configuration: Water",
|
|
142
|
+
"description": "This parameter determines which alarm frames the Device should respond to and how. The parameters consist of 4 bytes, the three most significant bytes are set according to the official Z-Wave protocol specification.",
|
|
143
|
+
"valueSize": 4,
|
|
144
|
+
"defaultValue": 0,
|
|
145
|
+
"unsigned": true,
|
|
146
|
+
"allowManualEntry": false,
|
|
147
|
+
"options": [
|
|
148
|
+
{
|
|
149
|
+
"label": "No action",
|
|
150
|
+
"value": 0
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"label": "Open relay",
|
|
154
|
+
"value": 1
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"label": "Close relay",
|
|
158
|
+
"value": 2
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"#": "92",
|
|
164
|
+
"label": "Alarm Configuration: Smoke",
|
|
165
|
+
"description": "This parameter determines which alarm frames the Device should respond to and how. The parameters consist of 4 bytes, the three most significant bytes are set according to the official Z-Wave protocol specification.0",
|
|
166
|
+
"valueSize": 4,
|
|
167
|
+
"defaultValue": 0,
|
|
168
|
+
"unsigned": true,
|
|
169
|
+
"allowManualEntry": false,
|
|
170
|
+
"options": [
|
|
171
|
+
{
|
|
172
|
+
"label": "No action",
|
|
173
|
+
"value": 0
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"label": "Open relay",
|
|
177
|
+
"value": 1
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"label": "Close relay",
|
|
181
|
+
"value": 2
|
|
182
|
+
}
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"#": "93",
|
|
187
|
+
"label": "Alarm Configuration: CO",
|
|
188
|
+
"description": "This parameter determines which alarm frames the Device should respond to and how. The parameters consist of 4 bytes, the three most significant bytes are set according to the official Z-Wave protocol specification.",
|
|
189
|
+
"valueSize": 4,
|
|
190
|
+
"defaultValue": 0,
|
|
191
|
+
"unsigned": true,
|
|
192
|
+
"allowManualEntry": false,
|
|
193
|
+
"options": [
|
|
194
|
+
{
|
|
195
|
+
"label": "No action",
|
|
196
|
+
"value": 0
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"label": "Open relay",
|
|
200
|
+
"value": 1
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"label": "Close relay",
|
|
204
|
+
"value": 2
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"#": "94",
|
|
210
|
+
"label": "Alarm Configuration: Heat",
|
|
211
|
+
"description": "This parameter determines which alarm frames the Device should respond to and how. The parameters consist of 4 bytes, the three most significant bytes are set according to the official Z-Wave protocol specification.",
|
|
212
|
+
"valueSize": 4,
|
|
213
|
+
"defaultValue": 0,
|
|
214
|
+
"unsigned": true,
|
|
215
|
+
"allowManualEntry": false,
|
|
216
|
+
"options": [
|
|
217
|
+
{
|
|
218
|
+
"label": "No action",
|
|
219
|
+
"value": 0
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"label": "Open relay",
|
|
223
|
+
"value": 1
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"label": "Close relay",
|
|
227
|
+
"value": 2
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"#": "120",
|
|
233
|
+
"label": "Factory Reset",
|
|
234
|
+
"description": "Reset to factory default settings and remove from the Z-Wave network.",
|
|
235
|
+
"valueSize": 4,
|
|
236
|
+
"defaultValue": 0,
|
|
237
|
+
"unsigned": true,
|
|
238
|
+
"allowManualEntry": false,
|
|
239
|
+
"options": [
|
|
240
|
+
{
|
|
241
|
+
"label": "Idle",
|
|
242
|
+
"value": 0
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"label": "Factory reset",
|
|
246
|
+
"value": 1431655765
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"#": "201",
|
|
252
|
+
"label": "Serial Number: Part 1",
|
|
253
|
+
"valueSize": 4,
|
|
254
|
+
"minValue": 0,
|
|
255
|
+
"maxValue": 2147483647,
|
|
256
|
+
"unsigned": true,
|
|
257
|
+
"readOnly": true
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"#": "202",
|
|
261
|
+
"label": "Serial Number: Part 2",
|
|
262
|
+
"valueSize": 4,
|
|
263
|
+
"minValue": 0,
|
|
264
|
+
"maxValue": 2147483647,
|
|
265
|
+
"unsigned": true,
|
|
266
|
+
"readOnly": true
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"#": "203",
|
|
270
|
+
"label": "Serial Number: Part 3",
|
|
271
|
+
"valueSize": 4,
|
|
272
|
+
"minValue": 0,
|
|
273
|
+
"maxValue": 2147483647,
|
|
274
|
+
"unsigned": true,
|
|
275
|
+
"readOnly": true
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"metadata": {
|
|
279
|
+
"inclusion": "6.1 Adding the Device to a Z-Wave™ network (inclusion)\nNote! All Device outputs (O, O1, O2, etc. - depending on the Device type) will turn the load 1s on/1s off /1s on/1s off if the Device is successfully added to/removed from a Z-Wave™ network.\n\n6.1.1 SmartStart adding (inclusion)\nSmartStart enabled products can be added into a Z-Wave™ network by scanning the Z-Wave™ QR Code present on the Device with a gateway providing SmartStart inclusion. No further action is required, and the SmartStart device will be added automatically within 10 minutes of being switched on in the network vicinity.\n1. With the gateway application scan the QR code on the Device label and add the Security 2 (S2) Device Specific Key (DSK) to the provisioning list in the gateway.\n2. Connect the Device to a power supply.\n3. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n4. Adding will be initiated automatically within a few seconds after connecting the Device to a power supply, and the Device will be added to a Z-Wave™ network automatically.\n5. The blue LED will be blinking in Mode 2 during the adding process.\n6. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\n\n6.1.2 Adding (inclusion) with a switch/push-button\n1. Connect the Device to a power supply.\n2. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2, etc.) 3 times within 3 seconds (this procedure puts the Device in Learn mode*). The Device must receive on/off signal 3 times, which means pressing the momentary switch 3 times, or toggling the switch on and off 3 times.\n5. The blue LED will be blinking in Mode 2 during the adding process.\n6. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\n*Learn mode - a state that allows the Device to receive network information from the gateway.\n\n6.1.3 Adding (inclusion) with the S button\n1. Connect the Device to a power supply.\n2. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n5. Quickly release and then press and hold (> 2s) the S button on the Device until the blue LED starts blinking in Mode 3. Releasing the S button will start the Learn mode.\n6. The blue LED will be blinking in Mode 2 during the adding process.\n7. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\nNote! In Setting mode, the Device has a timeout of 10s before entering again into Normal mode",
|
|
280
|
+
"exclusion": "Removing the Device from a Z-Wave™ network (exclusion)\nNote! The Device will be removed from your Z-wave™ network, but any custom configuration parameters will not be erased.\nNote! All Device outputs (O, O1, O2, etc. - depending on the Device type) will turn the load 1s on/1s off /1s on/1s off if the Device is successfully added to/removed from a Z-Wave™ network.\n\n6.2.1 Removing (exclusion) with a switch/push-button\n1. Connect the Device to a power supply.\n2. Check if the green LED is blinking in Mode 1. If so, the Device is added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2,…) 3 times within 3 seconds (this procedure puts the Device in Learn mode). The Device must receive on/off signal 3 times, which means pressing the momentary switch 3 times, or toggling the switch on and off 3 times.\n5. The blue LED will be blinking in Mode 2 during the removing process.\n6. The blue LED will be blinking in Mode 1 if the Device is successfully removed from a Z-Wave™ network.\n\n6.2.2 Removing (exclusion) with the S button\n1. Connect the Device to a power supply.\n2. Check if the green LED is blinking in Mode 1. If so, the Device is added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n5. Quickly release and then press and hold (> 2s) the S button on the Device until the blue LED starts blinking in Mode 3. Releasing the S button will start the Learn mode.\n6. The blue LED will be blinking in Mode 2 during the removing process.\n7. The blue LED will be blinking in Mode 1 if the Device is successfully removed from a Z-Wave™ network.\nNote! In Setting mode, the Device has a timeout of 10s before entering again into Normal mode",
|
|
281
|
+
"reset": "6.3 Factory reset\n6.3.1 Factory reset general\nAfter Factory reset, all custom parameters and stored values (kWh, associations, routings, etc.) will return to their default state. HOME ID and NODE ID assigned to the Device will be deleted. Use this reset procedure only when the gateway is missing or otherwise inoperable.\n\n6.3.2 Factory reset with a switch/push-button\nNote! Factory reset with a switch/push-button is only possible within the first minute after the Device is connected to a power supply.\n1. Connect the Device to a power supply.\n2. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2,…) 5 times within 3 seconds. The Device must receive on/off signal 5 times, which means pressing the push-button 5 times, or toggling the switch on and off 5 times.\n3. During factory reset, the LED will turn solid green for about 1s, then the blue and red LED will start blinking in Mode 3 for approx. 2s.\n4. The blue LED will be blinking in Mode 1 if the Factory reset is successful.\n\n6.3.3 Factory reset with the S button\nNote! Factory reset with the S button is possible anytime.\n1. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n2. Press the S button multiple times until the LED turns solid red.\n3. Press and hold (> 2s) S button on the Device until the red LED starts blinking in Mode 3. Releasing the S button will start the factory reset.\n4. During factory reset, the LED will turn solid green for about 1s, then the blue and red LED will start blinking in Mode 3 for approx. 2s.\n5. The blue LED will be blinking in Mode 1 if the Factory reset is successful.\n\n6.3.4 Remote factory reset with parameter with the gateway\nFactory reset can be done remotely with the settings in Parameter No. 120"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
@@ -656,5 +656,24 @@
|
|
|
656
656
|
"value": 1
|
|
657
657
|
}
|
|
658
658
|
]
|
|
659
|
+
},
|
|
660
|
+
"7xx_firmware_bugs": {
|
|
661
|
+
"comments": [
|
|
662
|
+
{
|
|
663
|
+
"$if": "firmwareVersion < 7.17.2",
|
|
664
|
+
"level": "warning",
|
|
665
|
+
"text": "Early firmware revisions had a bug that could cause the mesh to be flooded on some networks and the controller to become unresponsive. It appears that this bug is largely, if not completely, resolved as of firmware version 7.17.2.\nDirections for upgrading the firmware can be found at https://zwave-js.github.io/node-zwave-js/#/troubleshooting/otw-upgrade"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"$if": "firmwareVersion === 7.19.1",
|
|
669
|
+
"level": "warning",
|
|
670
|
+
"text": "Firmware version 7.19.1 has a bug that causes the controller to randomly restart. It is strongly recommended to update to firmware 7.19.2, but not later since those firmwares have another bug causing the controller to become unresponsive."
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"$if": "firmwareVersion === 7.19.3",
|
|
674
|
+
"level": "warning",
|
|
675
|
+
"text": "Firmware version 7.19.3 has a bug that causes the controller to randomly hang during transmission until it is restarted. It is currently unclear if this bug is fixed in a later firmware version."
|
|
676
|
+
}
|
|
677
|
+
]
|
|
659
678
|
}
|
|
660
679
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.0.0-beta.
|
|
3
|
+
"version": "12.0.0-beta.3",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,7 +55,7 @@
|
|
|
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.0.0-beta.
|
|
58
|
+
"@zwave-js/core": "12.0.0-beta.3",
|
|
59
59
|
"@zwave-js/shared": "12.0.0-beta.1",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/sinon": "^10.0.16",
|
|
77
77
|
"@types/xml2js": "^0.4.12",
|
|
78
78
|
"@types/yargs": "^17.0.24",
|
|
79
|
-
"@zwave-js/maintenance": "12.0.0-beta.
|
|
79
|
+
"@zwave-js/maintenance": "12.0.0-beta.3",
|
|
80
80
|
"ava": "^5.3.1",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|