@zwave-js/config 10.10.0 → 10.11.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.
@@ -0,0 +1,376 @@
1
+ {
2
+ "manufacturer": "wiDom",
3
+ "manufacturerId": "0x0149",
4
+ "label": "C7",
5
+ "description": "Energy Driven Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0009"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "21",
19
+ "label": "Output Type",
20
+ "valueSize": 1,
21
+ "defaultValue": 0,
22
+ "allowManualEntry": false,
23
+ "options": [
24
+ {
25
+ "label": "Direct Load Control or Normally Open Relay",
26
+ "value": 0
27
+ },
28
+ {
29
+ "label": "Normally Closed Relay",
30
+ "value": 1
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "#": "23",
36
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
37
+ "defaultValue": 0
38
+ },
39
+ {
40
+ "#": "31",
41
+ "label": "Auto-Off Timer",
42
+ "valueSize": 4,
43
+ "unit": "0.1 seconds",
44
+ "minValue": 0,
45
+ "maxValue": 360000,
46
+ "defaultValue": 0,
47
+ "options": [
48
+ {
49
+ "label": "Disabled",
50
+ "value": 0
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "#": "32",
56
+ "label": "Auto-On Timer",
57
+ "valueSize": 4,
58
+ "unit": "0.1 seconds",
59
+ "minValue": 0,
60
+ "maxValue": 360000,
61
+ "defaultValue": 0,
62
+ "options": [
63
+ {
64
+ "label": "Disabled",
65
+ "value": 0
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "#": "40",
71
+ "label": "Up Power: Integrated Relay Reaction",
72
+ "valueSize": 1,
73
+ "defaultValue": 1,
74
+ "allowManualEntry": false,
75
+ "options": [
76
+ {
77
+ "label": "Turn off",
78
+ "value": 0
79
+ },
80
+ {
81
+ "label": "Turn on",
82
+ "value": 1
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "#": "41",
88
+ "label": "Down Power: Integrated Relay Reaction",
89
+ "valueSize": 1,
90
+ "defaultValue": 1,
91
+ "allowManualEntry": false,
92
+ "options": [
93
+ {
94
+ "label": "Turn off",
95
+ "value": 0
96
+ },
97
+ {
98
+ "label": "Turn on",
99
+ "value": 1
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "#": "42",
105
+ "label": "Meter Type",
106
+ "description": "Defines how consumed (positive) and produced (negative) energy is treated",
107
+ "valueSize": 1,
108
+ "defaultValue": 3,
109
+ "allowManualEntry": false,
110
+ "options": [
111
+ {
112
+ "label": "Measure consumed and produced energy",
113
+ "value": 0
114
+ },
115
+ {
116
+ "label": "Measure consumed energy only, ignore produced energy",
117
+ "value": 1
118
+ },
119
+ {
120
+ "label": "Measure produced energy only, ignore consumed energy",
121
+ "value": 2
122
+ },
123
+ {
124
+ "label": "Energy is only consumed",
125
+ "value": 3
126
+ },
127
+ {
128
+ "label": "Energy is only produced",
129
+ "value": 4
130
+ }
131
+ ]
132
+ },
133
+ {
134
+ "#": "43",
135
+ "label": "Current Transformer Type",
136
+ "valueSize": 1,
137
+ "defaultValue": 1,
138
+ "allowManualEntry": false,
139
+ "options": [
140
+ {
141
+ "label": "Standard Type",
142
+ "value": 1
143
+ },
144
+ {
145
+ "label": "Type 2 Version",
146
+ "value": 2
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "#": "44",
152
+ "label": "Up Power: Value Sent to Association Groups",
153
+ "valueSize": 1,
154
+ "minValue": 0,
155
+ "maxValue": 100,
156
+ "defaultValue": 0,
157
+ "options": [
158
+ {
159
+ "label": "Off",
160
+ "value": 0
161
+ },
162
+ {
163
+ "label": "On (0xff)",
164
+ "value": 100
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "#": "45",
170
+ "label": "Up Power: Value Sent to Association Groups",
171
+ "valueSize": 1,
172
+ "minValue": 0,
173
+ "maxValue": 100,
174
+ "defaultValue": 100,
175
+ "options": [
176
+ {
177
+ "label": "Off",
178
+ "value": 0
179
+ },
180
+ {
181
+ "label": "On (0xff)",
182
+ "value": 100
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "#": "46",
188
+ "label": "Over Voltage Threshold",
189
+ "valueSize": 2,
190
+ "unit": "0.1 V",
191
+ "minValue": 900,
192
+ "maxValue": 2530,
193
+ "defaultValue": 2530
194
+ },
195
+ {
196
+ "#": "47",
197
+ "label": "Down Voltage Threshold",
198
+ "valueSize": 2,
199
+ "unit": "0.1 V",
200
+ "minValue": 900,
201
+ "maxValue": 2530,
202
+ "defaultValue": 2070
203
+ },
204
+ {
205
+ "#": "50",
206
+ "label": "Up Power: Threshold",
207
+ "valueSize": 4,
208
+ "unit": "W",
209
+ "minValue": 0,
210
+ "maxValue": 100000,
211
+ "defaultValue": 0,
212
+ "options": [
213
+ {
214
+ "label": "Disable",
215
+ "value": 0
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "#": "51",
221
+ "label": "Up Power: Energy Type",
222
+ "valueSize": 1,
223
+ "defaultValue": 0,
224
+ "allowManualEntry": false,
225
+ "options": [
226
+ {
227
+ "label": "Consumed",
228
+ "value": 0
229
+ },
230
+ {
231
+ "label": "Produced",
232
+ "value": 1
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "#": "52",
238
+ "label": "Up Power: First Timeout",
239
+ "description": "After this time above the Up Power threshold, an Up Power event occurs",
240
+ "valueSize": 2,
241
+ "unit": "seconds",
242
+ "minValue": 2,
243
+ "maxValue": 7200,
244
+ "defaultValue": 30
245
+ },
246
+ {
247
+ "#": "53",
248
+ "label": "Up Power: Next Timeout",
249
+ "description": "After this time above the Up Power threshold, further Up Power events occur",
250
+ "valueSize": 2,
251
+ "unit": "seconds",
252
+ "minValue": 2,
253
+ "maxValue": 7200,
254
+ "defaultValue": 5
255
+ },
256
+ {
257
+ "#": "54",
258
+ "label": "Down Power: Threshold",
259
+ "valueSize": 4,
260
+ "unit": "W",
261
+ "minValue": 0,
262
+ "maxValue": 100000,
263
+ "defaultValue": 0,
264
+ "options": [
265
+ {
266
+ "label": "Disable",
267
+ "value": 0
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "#": "55",
273
+ "label": "Down Power: Energy Type",
274
+ "valueSize": 1,
275
+ "defaultValue": 0,
276
+ "allowManualEntry": false,
277
+ "options": [
278
+ {
279
+ "label": "Consumed",
280
+ "value": 0
281
+ },
282
+ {
283
+ "label": "Produced",
284
+ "value": 1
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "#": "56",
290
+ "label": "Down Power: First Timeout",
291
+ "description": "After this time below the Down Power threshold, an Down Power event occurs",
292
+ "valueSize": 2,
293
+ "unit": "seconds",
294
+ "minValue": 2,
295
+ "maxValue": 7200,
296
+ "defaultValue": 30
297
+ },
298
+ {
299
+ "#": "57",
300
+ "label": "Down Power: Next Timeout",
301
+ "description": "After this time below the Down Power threshold, further Down Power events occur",
302
+ "valueSize": 2,
303
+ "unit": "seconds",
304
+ "minValue": 2,
305
+ "maxValue": 7200,
306
+ "defaultValue": 5
307
+ },
308
+ {
309
+ "#": "58",
310
+ "label": "Up/Down Power: Protection Time",
311
+ "description": "How long to wait before Up/Down Power Events can be triggered again",
312
+ "valueSize": 2,
313
+ "unit": "seconds",
314
+ "minValue": 2,
315
+ "maxValue": 3600,
316
+ "defaultValue": 60
317
+ },
318
+ {
319
+ "#": "71",
320
+ "label": "Meter Report Interval",
321
+ "valueSize": 1,
322
+ "unit": "minutes",
323
+ "minValue": 1,
324
+ "maxValue": 120,
325
+ "defaultValue": 10
326
+ },
327
+ {
328
+ "#": "75",
329
+ "label": "Power Change Report Threshold",
330
+ "valueSize": 1,
331
+ "unit": "%",
332
+ "minValue": 0,
333
+ "maxValue": 100,
334
+ "defaultValue": 20,
335
+ "options": [
336
+ {
337
+ "label": "Disable",
338
+ "value": 0
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "#": "76[0x01]",
344
+ "$import": "~/templates/master_template.json#base_enable_disable",
345
+ "label": "Energy Reports",
346
+ "defaultValue": 1
347
+ },
348
+ {
349
+ "#": "76[0x04]",
350
+ "$import": "~/templates/master_template.json#base_enable_disable",
351
+ "label": "Power Reports",
352
+ "defaultValue": 1
353
+ },
354
+ {
355
+ "#": "76[0x10]",
356
+ "$import": "~/templates/master_template.json#base_enable_disable",
357
+ "label": "Voltage Reports",
358
+ "defaultValue": 1
359
+ },
360
+ {
361
+ "#": "76[0x20]",
362
+ "$import": "~/templates/master_template.json#base_enable_disable",
363
+ "label": "Current Reports",
364
+ "defaultValue": 1
365
+ },
366
+ {
367
+ "#": "76[0x40]",
368
+ "$import": "~/templates/master_template.json#base_enable_disable",
369
+ "label": "Power Factor Reports",
370
+ "defaultValue": 1
371
+ }
372
+ ],
373
+ "metadata": {
374
+ "manual": "https://support.widom.it/wp-content/uploads/2022/11/energy-driven-switch-c-serie-700-manual-en.pdf"
375
+ }
376
+ }
@@ -39,5 +39,20 @@
39
39
  "exclusion": "Please refer to your primary controller manual on how to enter add/remove mode. The device may only be added or removed from the network if the primary controller is in add/remove mode, and may now be added to the system via the primary controller",
40
40
  "reset": "After the calibration process is finished, you may access the add/remove mode by pressing the function button three times within 1.5 seconds. Removing the device will reset it to factory defaults",
41
41
  "manual": "https://media.heatit.com/709"
42
- }
42
+ },
43
+ "compat": [
44
+ {
45
+ "$if": "firmwareVersion >= 4.2.0",
46
+ // Firmware 4.2.0 removed the Binary Switch CC in favor of Basic CC
47
+ // However since this is a sensor, Basic CC values are not offered automatically
48
+ "commandClasses": {
49
+ "add": {
50
+ "0x20": {
51
+ "version": 1,
52
+ "isSupported": true
53
+ }
54
+ }
55
+ }
56
+ }
57
+ ]
43
58
  }
@@ -217,7 +217,7 @@
217
217
  },
218
218
  {
219
219
  "#": "7",
220
- "label": "Toggle notification sound",
220
+ "label": "Toggle Notification Sound",
221
221
  "valueSize": 1,
222
222
  "defaultValue": 1,
223
223
  "allowManualEntry": false,
@@ -231,6 +231,16 @@
231
231
  "value": 2
232
232
  }
233
233
  ]
234
+ },
235
+ {
236
+ "#": "8",
237
+ "$import": "~/templates/master_template.json#base_enable_disable",
238
+ "label": "Primary Notification: Flash LED"
239
+ },
240
+ {
241
+ "#": "9",
242
+ "$import": "~/templates/master_template.json#base_enable_disable",
243
+ "label": "Secondary Notification: Flash LED"
234
244
  }
235
245
  ],
236
246
  "metadata": {
@@ -0,0 +1,22 @@
1
+ {
2
+ "manufacturer": "Nexa Trading AB",
3
+ "manufacturerId": "0x0268",
4
+ "label": "ZPR-111",
5
+ "description": "Metered Wall Plug Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0002",
9
+ "productId": "0x1027"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "metadata": {
17
+ "comments": {
18
+ "level": "warning",
19
+ "text": "This device is buggy and sends large negative Meter Reports from time to time."
20
+ }
21
+ }
22
+ }
@@ -1,13 +1,25 @@
1
1
  {
2
2
  "manufacturer": "Zooz",
3
3
  "manufacturerId": "0x027a",
4
- "label": "ZEN51",
5
- "description": "Z-Wave Plus 700 Series Dry Contact Relay",
4
+ "label": [
5
+ {
6
+ "$if": "productType === 0x0904",
7
+ "value": "ZEN51 LR"
8
+ },
9
+ "ZEN51"
10
+ ],
11
+ "description": "700 Series Dry Contact Relay",
6
12
  "devices": [
7
13
  {
14
+ // Regular Z-Wave version:
8
15
  "productType": "0x0104",
9
16
  "productId": "0x0201",
10
17
  "zwaveAllianceId": 4610
18
+ },
19
+ {
20
+ // Long Range capable version:
21
+ "productType": "0x0904",
22
+ "productId": "0x0201"
11
23
  }
12
24
  ],
13
25
  "firmwareVersion": {
@@ -1,13 +1,25 @@
1
1
  {
2
2
  "manufacturer": "Zooz",
3
3
  "manufacturerId": "0x027a",
4
- "label": "ZEN52",
5
- "description": "Z-Wave Plus 700 Series Double Relay",
4
+ "label": [
5
+ {
6
+ "$if": "productType === 0x0904",
7
+ "value": "ZEN52 LR"
8
+ },
9
+ "ZEN52"
10
+ ],
11
+ "description": "700 Series Double Relay",
6
12
  "devices": [
7
13
  {
14
+ // Regular Z-Wave version:
8
15
  "productType": "0x0104",
9
16
  "productId": "0x0202",
10
17
  "zwaveAllianceId": 4609
18
+ },
19
+ {
20
+ // Long Range capable version:
21
+ "productType": "0x0904",
22
+ "productId": "0x0202"
11
23
  }
12
24
  ],
13
25
  "firmwareVersion": {
@@ -17,39 +17,38 @@
17
17
  "paramInformation": [
18
18
  {
19
19
  "#": "1",
20
- "$import": "~/templates/master_template.json#led_indicator_four_options",
21
- "options": [
22
- {
23
- "label": "Always off",
24
- "value": 0
25
- },
26
- {
27
- "label": "On at 100% brightness",
28
- "value": 1
29
- },
30
- {
31
- "label": "Always on - color per parameter 2",
32
- "value": 2
33
- },
34
- {
35
- "label": "Always on - color per parameter 3",
36
- "value": 3
37
- }
38
- ]
20
+ "$import": "templates/minoston_template.json#battery_report_threshold"
39
21
  },
40
22
  {
41
23
  "#": "2",
42
- "$import": "templates/minoston_template.json#led_indicator_color_upper"
24
+ "$import": "templates/minoston_template.json#battery_alarm_report"
43
25
  },
44
26
  {
45
27
  "#": "3",
46
- "$import": "templates/minoston_template.json#led_indicator_color_lower"
28
+ "$import": "templates/minoston_template.json#led_indicator_color_first_button"
29
+ },
30
+ {
31
+ "#": "4",
32
+ "$import": "templates/minoston_template.json#led_indicator_color_second_button"
33
+ },
34
+ {
35
+ "#": "5",
36
+ "$import": "templates/minoston_template.json#led_indicator_color_third_button"
37
+ },
38
+ {
39
+ "#": "6",
40
+ "$import": "templates/minoston_template.json#led_indicator_color_fourth_button"
41
+ },
42
+ {
43
+ "#": "7",
44
+ "$import": "templates/minoston_template.json#led_indicator_brightness_mr40z"
47
45
  }
48
46
  ],
49
47
  "metadata": {
50
- "inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
51
- "exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
52
- "reset": "Triple-tap and hold to reset, LED indicator will blink red 5 times to confirm successful reset\n(Node:Please use this procedure only when the network primary controller is missing or otherwise inoperable.)",
53
- "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4246/MR40Z-manual-20210630.pdf"
48
+ "inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the first button five times in one second",
49
+ "exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the second button five times in one second",
50
+ "reset": "Press the fourth button five times, then press it five times again when the red light is flashing",
51
+ "wakeup": "Press the third button 5 times quickly. LED will stay solid blue when awake and turns off when device returns to sleep mode",
52
+ "manual": "https://minoston.com/wp-content/uploads/2022/10/MR40Z-manual.pdf"
54
53
  }
55
54
  }