@zwave-js/config 15.3.2 → 15.5.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.
Files changed (34) hide show
  1. package/build/cjs/_version.d.ts +1 -1
  2. package/build/cjs/_version.js +1 -1
  3. package/build/cjs/_version.js.map +1 -1
  4. package/build/esm/_version.d.ts +1 -1
  5. package/build/esm/_version.js +1 -1
  6. package/config/devices/0x0001/zdp100.json +9 -1
  7. package/config/devices/0x0005/pe653.json +96 -7
  8. package/config/devices/0x0063/58446_zwa4013.json +98 -0
  9. package/config/devices/0x0063/templates/jasco_template.json +5 -0
  10. package/config/devices/0x0086/templates/aeotec_template.json +1232 -98
  11. package/config/devices/0x0129/ydm3109a.json +94 -0
  12. package/config/devices/0x015f/mh-s314-7102.json +697 -0
  13. package/config/devices/0x015f/mh4936.json +141 -0
  14. package/config/devices/0x015f/mh5-2a.json +19 -268
  15. package/config/devices/0x015f/mh5-2d.json +106 -0
  16. package/config/devices/0x015f/mh5-4a.json +98 -0
  17. package/config/devices/0x015f/mh7h.json +1 -1
  18. package/config/devices/0x015f/templates/mcohome_template.json +268 -14
  19. package/config/devices/0x0208/hkzw-dws01.json +10 -3
  20. package/config/devices/0x0208/hkzw-so08.json +10 -3
  21. package/config/devices/0x0208/hkzw_fld01.json +10 -3
  22. package/config/devices/0x0208/hkzw_ms02.json +10 -3
  23. package/config/devices/0x0267/10002020-13x.json +279 -0
  24. package/config/devices/0x0267/10002021-13x.json +179 -0
  25. package/config/devices/0x0267/10002034-13x.json +2 -1
  26. package/config/devices/0x0267/10002041-130.json +92 -62
  27. package/config/devices/0x0267/10002080-13x.json +68 -84
  28. package/config/devices/0x0267/10003041-13x.json +252 -0
  29. package/config/devices/0x031e/vzw31-sn.json +151 -3
  30. package/config/devices/0x0371/zwa046_1phase_eu.json +508 -0
  31. package/config/devices/0x0371/zwa046_2phase_us.json +722 -0
  32. package/config/devices/0x0371/zwa046_3phase_eu.json +940 -0
  33. package/config/devices/0x045a/WM25C.json +196 -0
  34. package/package.json +8 -8
@@ -0,0 +1,252 @@
1
+ {
2
+ "manufacturer": "SimonTech S.L.U",
3
+ "manufacturerId": "0x0267",
4
+ "label": "10003041-13X",
5
+ "description": "HUB iO",
6
+ "devices": [
7
+ {
8
+ "productType": "0x000a",
9
+ "productId": "0x0000",
10
+ "zwaveAllianceId": 2845
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Group 1",
20
+ "maxNodes": 3,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Group 2",
25
+ "maxNodes": 20
26
+ }
27
+ },
28
+ "paramInformation": [
29
+ {
30
+ "#": "1",
31
+ "$import": "~/templates/master_template.json#base_enable_disable_255",
32
+ "label": "Association LED"
33
+ },
34
+ {
35
+ "#": "2",
36
+ "label": "Overload Protection",
37
+ "valueSize": 2,
38
+ "unit": "W",
39
+ "minValue": 0,
40
+ "maxValue": 65535,
41
+ "defaultValue": 0,
42
+ "unsigned": true,
43
+ "options": [
44
+ {
45
+ "label": "Disable",
46
+ "value": 0
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "#": "3",
52
+ "label": "Beacon LED Level",
53
+ "valueSize": 1,
54
+ "minValue": 0,
55
+ "maxValue": 99,
56
+ "defaultValue": 0,
57
+ "options": [
58
+ {
59
+ "label": "Disable",
60
+ "value": 0
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "#": "10",
66
+ "label": "Delay ON",
67
+ "description": "Values 1-127 = seconds; 128-255 = minutes (minus 127)",
68
+ "valueSize": 1,
69
+ "minValue": 0,
70
+ "maxValue": 254,
71
+ "defaultValue": 0,
72
+ "unsigned": true,
73
+ "options": [
74
+ {
75
+ "label": "Disable",
76
+ "value": 0
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "#": "11",
82
+ "label": "Auto-Off Timer",
83
+ "description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
84
+ "valueSize": 1,
85
+ "minValue": 0,
86
+ "maxValue": 254,
87
+ "defaultValue": 0,
88
+ "unsigned": true,
89
+ "options": [
90
+ {
91
+ "label": "Disable",
92
+ "value": 0
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "#": "12",
98
+ "label": "LED Indicator",
99
+ "valueSize": 1,
100
+ "defaultValue": 255,
101
+ "unsigned": true,
102
+ "allowManualEntry": false,
103
+ "options": [
104
+ {
105
+ "label": "Indicate status for 5 seconds after pressing the button, off otherwise",
106
+ "value": 0
107
+ },
108
+ {
109
+ "label": "Follow load status",
110
+ "value": 255
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "#": "13",
116
+ "$import": "~/templates/master_template.json#base_enable_disable_255_inverted",
117
+ "label": "Local Control",
118
+ "defaultValue": 0
119
+ },
120
+ {
121
+ "#": "15",
122
+ "label": "Reset Default",
123
+ "description": "Write only parameter with 2 possible values: 0x9867 -> allows remove the device from the network without performing any action on hub io. parameters, groups and Z-Wave status are restored to the default values. 0x4312 -> allows set all device configuration values to default the exception of long pulse lock configuration",
124
+ "valueSize": 2,
125
+ "defaultValue": 0,
126
+ "unsigned": true,
127
+ "writeOnly": true,
128
+ "allowManualEntry": false,
129
+ "options": [
130
+ {
131
+ "label": "Performs a reset devault",
132
+ "value": 39015
133
+ },
134
+ {
135
+ "label": "Performs configuration default values process",
136
+ "value": 17170
137
+ }
138
+ ]
139
+ },
140
+ {
141
+ "#": "16",
142
+ "label": "Delay Off",
143
+ "description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
144
+ "valueSize": 1,
145
+ "minValue": 0,
146
+ "maxValue": 254,
147
+ "defaultValue": 0,
148
+ "unsigned": true,
149
+ "options": [
150
+ {
151
+ "label": "Disable",
152
+ "value": 0
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "#": "17",
158
+ "label": "State After Power Failure",
159
+ "valueSize": 1,
160
+ "defaultValue": 255,
161
+ "unsigned": true,
162
+ "allowManualEntry": false,
163
+ "options": [
164
+ {
165
+ "label": "Always off",
166
+ "value": 0
167
+ },
168
+ {
169
+ "label": "Always on",
170
+ "value": 255
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "#": "19",
176
+ "label": "Short Press Action",
177
+ "valueSize": 1,
178
+ "defaultValue": 0,
179
+ "allowManualEntry": false,
180
+ "options": [
181
+ {
182
+ "label": "Toggle",
183
+ "value": 0
184
+ },
185
+ {
186
+ "label": "On",
187
+ "value": 1
188
+ },
189
+ {
190
+ "label": "Off",
191
+ "value": 2
192
+ }
193
+ ]
194
+ },
195
+ {
196
+ "#": "20",
197
+ "label": "Identify",
198
+ "description": "Central LED flashes",
199
+ "valueSize": 1,
200
+ "defaultValue": 0,
201
+ "unsigned": true,
202
+ "writeOnly": true,
203
+ "allowManualEntry": false,
204
+ "options": [
205
+ {
206
+ "label": "Identify",
207
+ "value": 255
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "#": "21",
213
+ "label": "Device State",
214
+ "description": "Read only configuration used to report the device state and last value this value is represented in hexadecimal. byte 0 informs about load state (0 load is off and 1 load is on) byte 1 informs about load value (0x00 or 0xff)",
215
+ "valueSize": 2,
216
+ "minValue": 0,
217
+ "maxValue": 511,
218
+ "defaultValue": 2,
219
+ "readOnly": true,
220
+ "options": [
221
+ {
222
+ "label": "Load is off",
223
+ "value": 0
224
+ },
225
+ {
226
+ "label": "Load is on",
227
+ "value": 511
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "#": "27",
233
+ "label": "Lock Hold Press",
234
+ "description": "Locks any press hold acción",
235
+ "valueSize": 1,
236
+ "minValue": 0,
237
+ "maxValue": 255,
238
+ "defaultValue": 0,
239
+ "unsigned": true,
240
+ "options": [
241
+ {
242
+ "label": "Hold press works as expected",
243
+ "value": 0
244
+ }
245
+ ]
246
+ }
247
+ ],
248
+ "metadata": {
249
+ "reset": "Pressing pushbutton t>30s. \nOr removing HUB iO using the APP.\n\nIf HUB iO is the primary controller for your network, resetting it will result in the nodes in your network being orphaned and it will be necessary after the reset to exclude and re-include all of the nodes in the network. If HUB iO is being used as a secondary controller in the network, use this procedure to reset this controller only in the event that the network primary controller is missing or otherwise inoperable",
250
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2845/Simon%20100%20iO%20Guide%20-%20HUB%20iO%20Datasheet.pdf"
251
+ }
252
+ }
@@ -14,6 +14,41 @@
14
14
  "min": "0.3",
15
15
  "max": "255.255"
16
16
  },
17
+ "endpoints": {
18
+ "0": {
19
+ "associations": {
20
+ "1": {
21
+ "label": "Lifeline",
22
+ "maxNodes": 10,
23
+ "isLifeline": true
24
+ },
25
+ "2": {
26
+ "label": "Basic Set",
27
+ "maxNodes": 10
28
+ },
29
+ "3": {
30
+ "label": "Multilevel Switch Set",
31
+ "maxNodes": 10
32
+ },
33
+ "4": {
34
+ "label": "Multilevel Switch Start/Stop",
35
+ "maxNodes": 10
36
+ },
37
+ "5": {
38
+ "label": "Basic Set Double-tap",
39
+ "maxNodes": 10
40
+ },
41
+ "6": {
42
+ "label": "Basic Set Triple-tap",
43
+ "maxNodes": 10
44
+ },
45
+ "7": {
46
+ "label": "Multilevel Switch Set (Config Button)",
47
+ "maxNodes": 10
48
+ }
49
+ }
50
+ }
51
+ },
17
52
  "paramInformation": [
18
53
  {
19
54
  "#": "1",
@@ -283,6 +318,33 @@
283
318
  }
284
319
  ]
285
320
  },
321
+ {
322
+ "#": "23",
323
+ "$if": "firmwareVersion >= 1.4",
324
+ "label": "Quick Start Time",
325
+ "description": "Duration of initial increased power output when light turns on",
326
+ "valueSize": 1,
327
+ "unit": "1/60 seconds",
328
+ "minValue": 0,
329
+ "maxValue": 60,
330
+ "defaultValue": 0,
331
+ "options": [
332
+ {
333
+ "label": "Disable",
334
+ "value": 0
335
+ }
336
+ ]
337
+ },
338
+ {
339
+ "#": "24",
340
+ "$if": "firmwareVersion >= 1.4",
341
+ "label": "Quick Start Level",
342
+ "description": "Level of initial increased power output when light turns on.",
343
+ "valueSize": 1,
344
+ "minValue": 1,
345
+ "maxValue": 99,
346
+ "defaultValue": 99
347
+ },
286
348
  {
287
349
  "#": "25",
288
350
  "$import": "~/templates/master_template.json#base_enable_disable",
@@ -310,6 +372,24 @@
310
372
  }
311
373
  ]
312
374
  },
375
+ {
376
+ "#": "32",
377
+ "$if": "firmwareVersion >= 1.2",
378
+ "label": "Internal Temperature",
379
+ "description": "Temperature inside of the switch",
380
+ "valueSize": 1,
381
+ "unit": "°C",
382
+ "minValue": 0,
383
+ "maxValue": 127,
384
+ "readOnly": true
385
+ },
386
+ {
387
+ "#": "33",
388
+ "$if": "firmwareVersion >= 1.2",
389
+ "$import": "~/templates/master_template.json#base_true_false",
390
+ "label": "Overheat Detected",
391
+ "readOnly": true
392
+ },
313
393
  {
314
394
  "#": "50",
315
395
  "label": "Button Delay Time",
@@ -371,12 +451,12 @@
371
451
  {
372
452
  "#": "53",
373
453
  "$import": "~/templates/master_template.json#base_enable_disable",
374
- "label": "Double Up to Param 55 Level"
454
+ "label": "Double Up Level Enable"
375
455
  },
376
456
  {
377
457
  "#": "54",
378
458
  "$import": "~/templates/master_template.json#base_enable_disable",
379
- "label": "Double Down to Param 56 Level"
459
+ "label": "Double Down Level Enable"
380
460
  },
381
461
  {
382
462
  "#": "55",
@@ -626,12 +706,80 @@
626
706
  }
627
707
  ]
628
708
  },
709
+ {
710
+ "#": "120",
711
+ "$if": "firmwareVersion >= 1.4",
712
+ "label": "Single-Tap Behavior",
713
+ "description": "What happens when the switch is single-tapped",
714
+ "valueSize": 1,
715
+ "defaultValue": 0,
716
+ "allowManualEntry": false,
717
+ "options": [
718
+ {
719
+ "label": "Up - On, down - Off",
720
+ "value": 0
721
+ },
722
+ {
723
+ "label": "Up - Increment level up (Off > low > medium > high), down - Increment level down (High > medium > low > off)",
724
+ "value": 1
725
+ },
726
+ {
727
+ "label": "Up - Increment level up (Off > low > medium > high > low > ...), down - Off",
728
+ "value": 2
729
+ }
730
+ ]
731
+ },
629
732
  {
630
733
  "#": "123",
631
734
  "$import": "~/templates/master_template.json#base_enable_disable",
632
735
  "label": "Aux Switch Scenes",
633
736
  "description": "Send different scene numbers when the Aux switch is clicked"
634
737
  },
738
+ {
739
+ "#": "130",
740
+ "$if": "firmwareVersion >= 1.4",
741
+ "$import": "~/templates/master_template.json#base_enable_disable",
742
+ "label": "Group 7: Enable"
743
+ },
744
+ {
745
+ "#": "131",
746
+ "$if": "firmwareVersion >= 1.4",
747
+ "label": "Group 7: Low Level",
748
+ "description": "Low level to use when group 7 cycles levels",
749
+ "valueSize": 1,
750
+ "minValue": 1,
751
+ "maxValue": 97,
752
+ "defaultValue": 25
753
+ },
754
+ {
755
+ "#": "132",
756
+ "$if": "firmwareVersion >= 1.4",
757
+ "label": "Group 7: Medium Level",
758
+ "description": "Medium level to use when group 7 cycles levels",
759
+ "valueSize": 1,
760
+ "minValue": 2,
761
+ "maxValue": 98,
762
+ "defaultValue": 50
763
+ },
764
+ {
765
+ "#": "133",
766
+ "$if": "firmwareVersion >= 1.4",
767
+ "label": "Group 7: High Level",
768
+ "description": "High level to use when group 7 cycles levels",
769
+ "valueSize": 1,
770
+ "minValue": 3,
771
+ "maxValue": 99,
772
+ "defaultValue": 99
773
+ },
774
+ {
775
+ "#": "134",
776
+ "$if": "firmwareVersion >= 1.4",
777
+ "$import": "templates/inovelli_templates.json#hue_color_wheel_white",
778
+ "label": "Group 7: LED Color",
779
+ "description": "Color to use for the LED bar while briefly indicating group 7 command transmission",
780
+ "valueSize": 1,
781
+ "defaultValue": 255
782
+ },
635
783
  {
636
784
  "#": "158",
637
785
  "label": "Dimmer Mode",
@@ -700,7 +848,7 @@
700
848
  "metadata": {
701
849
  "inclusion": "Triple-click config button",
702
850
  "exclusion": "Triple-click config button",
703
- "reset": "Simultaniously hold the config button and the up button until the LED bar turns red. Release the buttons and the switch will reset to factory defaults.",
851
+ "reset": "Simultaneously hold the config button and the up button until the LED bar turns red. Release the buttons and the switch will reset to factory defaults.",
704
852
  "manual": "https://community.inovelli.com/t/resources-red-series-smart-2-1-switch-on-off-dimmer-manual/13706"
705
853
  }
706
854
  }