@zwave-js/config 10.3.0 → 10.3.1

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 (44) hide show
  1. package/config/devices/0x003b/s-6500f.json +1 -1
  2. package/config/devices/0x0060/ac301.json +18 -1
  3. package/config/devices/0x0060/{an196-0.json → an196.json} +44 -47
  4. package/config/devices/0x0099/gwpn1.json +1 -1
  5. package/config/devices/0x0129/nf-yrd612-zw2.json +84 -0
  6. package/config/devices/0x0129/nf-yrd612-zw3.json +75 -0
  7. package/config/devices/0x0129/nf-yrd622-zw2.json +85 -0
  8. package/config/devices/0x0129/ntb612-zw2.json +84 -0
  9. package/config/devices/0x0129/ntb622-zw2.json +84 -0
  10. package/config/devices/0x0129/ntb632-zw2.json +84 -0
  11. package/config/devices/0x0129/ntb642-zw2.json +84 -0
  12. package/config/devices/0x0129/ntm612-zw2.json +104 -0
  13. package/config/devices/0x0129/ntm617-zw2.json +104 -0
  14. package/config/devices/0x0129/ntm622-zw2.json +104 -0
  15. package/config/devices/0x0129/ntm627-zw2.json +104 -0
  16. package/config/devices/0x0129/ntm632-zw2.json +104 -0
  17. package/config/devices/0x0129/ntm637-zw2.json +104 -0
  18. package/config/devices/0x0129/ntm642-zw2.json +104 -0
  19. package/config/devices/0x0129/ntm647-zw2.json +104 -0
  20. package/config/devices/0x0129/ntt612-zw2.json +88 -0
  21. package/config/devices/0x0129/ntt622-zw2.json +88 -0
  22. package/config/devices/0x0129/templates/yale_template.json +59 -0
  23. package/config/devices/0x0129/yrc216-zw3.json +14 -141
  24. package/config/devices/0x0129/yrd410-zw2.json +77 -0
  25. package/config/devices/0x0129/yrd420-zw2.json +77 -0
  26. package/config/devices/0x0129/yrd430-zw2.json +77 -0
  27. package/config/devices/0x0129/yrd450-zw2.json +77 -0
  28. package/config/devices/0x0129/yrd622-zw2.json +84 -0
  29. package/config/devices/0x0129/yrd642-zw2.json +85 -0
  30. package/config/devices/0x0129/yrd652-zw2.json +85 -0
  31. package/config/devices/0x0129/yrd652-zw3.json +79 -0
  32. package/config/devices/0x0129/yrl256.json +101 -0
  33. package/config/devices/0x012a/qz2142-840.json +238 -0
  34. package/config/devices/0x0178/ZSENS930.json +348 -0
  35. package/config/devices/0x018c/pm-240-zw.json +26 -0
  36. package/config/devices/0x027a/zen72.json +15 -0
  37. package/config/devices/0x027a/zen74.json +15 -0
  38. package/config/devices/0x027a/zse29.json +10 -0
  39. package/config/devices/0x027a/zse41.json +5 -0
  40. package/config/devices/0x027a/zse42.json +5 -0
  41. package/config/devices/0x029c/o2_smart_box_2.json +30 -0
  42. package/config/devices/0x0371/zwa042.json +308 -0
  43. package/config/devices/0x044c/myot4.json +2 -2
  44. package/package.json +1 -1
@@ -0,0 +1,348 @@
1
+ {
2
+ "manufacturer": "Nexia Home Intelligence",
3
+ "manufacturerId": "0x0178",
4
+ "label": "ZSENS930",
5
+ "description": "Remote Temperature and Humidity Sensor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x5253",
9
+ "productId": "0x5433",
10
+ "zwaveAllianceId": 1939
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "paramInformation": [
18
+ {
19
+ "#": "1",
20
+ "label": "Battery Reporting Interval",
21
+ "valueSize": 1,
22
+ "unit": "hours",
23
+ "minValue": 0,
24
+ "maxValue": 127,
25
+ "defaultValue": 0,
26
+ "unsigned": true,
27
+ "options": [
28
+ {
29
+ "label": "Disable",
30
+ "value": 0
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "#": "8",
36
+ "label": "Temperature Delta Report Threshold (Group 1)",
37
+ "unit": "0.1°",
38
+ "valueSize": 1,
39
+ "minValue": 1,
40
+ "maxValue": 200,
41
+ "defaultValue": 10,
42
+ "unsigned": true
43
+ },
44
+ {
45
+ "#": "9",
46
+ "label": "Periodic Temperature Report Interval (Group 1)",
47
+ "unit": "minutes",
48
+ "valueSize": 1,
49
+ "minValue": 0,
50
+ "maxValue": 120,
51
+ "defaultValue": 0,
52
+ "unsigned": true,
53
+ "options": [
54
+ {
55
+ "label": "Disable",
56
+ "value": 0
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "#": "10",
62
+ "label": "Temperature Delta Report Threshold (Group 2)",
63
+ "valueSize": 1,
64
+ "unit": "0.1°",
65
+ "minValue": 0,
66
+ "maxValue": 50,
67
+ "defaultValue": 10,
68
+ "unsigned": true
69
+ },
70
+ {
71
+ "#": "11",
72
+ "label": "Periodic Temperature Report Interval (Group 2)",
73
+ "unit": "minutes",
74
+ "valueSize": 1,
75
+ "minValue": 0,
76
+ "maxValue": 120,
77
+ "defaultValue": 0,
78
+ "unsigned": true,
79
+ "options": [
80
+ {
81
+ "label": "Disable",
82
+ "value": 0
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "#": "16",
88
+ "label": "Humidity Threshold (Group 1)",
89
+ "valueSize": 1,
90
+ "unit": "%",
91
+ "minValue": 1,
92
+ "maxValue": 50,
93
+ "defaultValue": 5,
94
+ "unsigned": true
95
+ },
96
+ {
97
+ "#": "17",
98
+ "label": "Humidity Report Interval (Group 1)",
99
+ "valueSize": 1,
100
+ "unit": "minutes",
101
+ "minValue": 0,
102
+ "maxValue": 120,
103
+ "defaultValue": 0,
104
+ "unsigned": true,
105
+ "options": [
106
+ {
107
+ "label": "Disable",
108
+ "value": 0
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "#": "18",
114
+ "label": "Humidity Threshold (Group 3)",
115
+ "valueSize": 1,
116
+ "unit": "%",
117
+ "minValue": 1,
118
+ "maxValue": 30,
119
+ "defaultValue": 5,
120
+ "unsigned": true
121
+ },
122
+ {
123
+ "#": "19",
124
+ "label": "Humidity Report Interval (Group 3)",
125
+ "valueSize": 1,
126
+ "unit": "minutes",
127
+ "minValue": 0,
128
+ "maxValue": 120,
129
+ "defaultValue": 0,
130
+ "unsigned": true,
131
+ "options": [
132
+ {
133
+ "label": "Disable",
134
+ "value": 0
135
+ }
136
+ ]
137
+ },
138
+ {
139
+ "#": "20",
140
+ "label": "Basic Set Commands",
141
+ "description": "Determines which combination of Basic Set commands will be sent",
142
+ "valueSize": 1,
143
+ "defaultValue": 1,
144
+ "unsigned": true,
145
+ "allowManualEntry": false,
146
+ "options": [
147
+ {
148
+ "label": "Enable Parameters 2, 5, 12, 15",
149
+ "value": 1
150
+ },
151
+ {
152
+ "label": "Enable Parameters 2, 5, 13, 14",
153
+ "value": 2
154
+ },
155
+ {
156
+ "label": "Enable Parameters 3, 4, 12, 15",
157
+ "value": 3
158
+ },
159
+ {
160
+ "label": "Enable Parameters 3, 4, 13, 14",
161
+ "value": 4
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "#": "6",
167
+ "label": "Basic Set Retry Attempts",
168
+ "description": "Number of extra attempts sent every minute",
169
+ "valueSize": 1,
170
+ "minValue": 0,
171
+ "maxValue": 5,
172
+ "defaultValue": 0,
173
+ "unsigned": true,
174
+ "options": [
175
+ {
176
+ "label": "Disable",
177
+ "value": 0
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ "#": "2",
183
+ "label": "Send Basic Set On: Above Temperature",
184
+ "valueSize": 1,
185
+ "minValue": 15,
186
+ "maxValue": 121,
187
+ "defaultValue": 121,
188
+ "unsigned": false,
189
+ "options": [
190
+ {
191
+ "label": "Disable",
192
+ "value": 121
193
+ }
194
+ ]
195
+ },
196
+ {
197
+ "#": "3",
198
+ "label": "Send Basic Set On: Below Temperature",
199
+ "valueSize": 1,
200
+ "minValue": 15,
201
+ "maxValue": 121,
202
+ "defaultValue": 121,
203
+ "unsigned": false,
204
+ "options": [
205
+ {
206
+ "label": "Disable",
207
+ "value": 121
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "#": "4",
213
+ "label": "Send Basic Set Off: Above Temperature",
214
+ "valueSize": 1,
215
+ "minValue": 15,
216
+ "maxValue": 121,
217
+ "defaultValue": 121,
218
+ "unsigned": false,
219
+ "options": [
220
+ {
221
+ "label": "Disable",
222
+ "value": 121
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "#": "5",
228
+ "label": "Send Basic Set Off: Below Temperature",
229
+ "valueSize": 1,
230
+ "minValue": 15,
231
+ "maxValue": 121,
232
+ "defaultValue": 121,
233
+ "unsigned": false,
234
+ "options": [
235
+ {
236
+ "label": "Disable",
237
+ "value": 121
238
+ }
239
+ ]
240
+ },
241
+ {
242
+ "#": "12",
243
+ "label": "Send Basic Set On: Above Humidity Level",
244
+ "valueSize": 1,
245
+ "unit": "%",
246
+ "minValue": 0,
247
+ "maxValue": 100,
248
+ "defaultValue": 0,
249
+ "unsigned": true,
250
+ "options": [
251
+ {
252
+ "label": "Disable",
253
+ "value": 0
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "#": "13",
259
+ "label": "Send Basic Set On: Below Humidity Level",
260
+ "valueSize": 1,
261
+ "unit": "%",
262
+ "minValue": 0,
263
+ "maxValue": 100,
264
+ "defaultValue": 0,
265
+ "unsigned": true,
266
+ "options": [
267
+ {
268
+ "label": "Disable",
269
+ "value": 0
270
+ }
271
+ ]
272
+ },
273
+ {
274
+ "#": "14",
275
+ "label": "Send Basic Set Off: Above Humidity Level",
276
+ "valueSize": 1,
277
+ "unit": "%",
278
+ "minValue": 0,
279
+ "maxValue": 100,
280
+ "defaultValue": 0,
281
+ "unsigned": true,
282
+ "options": [
283
+ {
284
+ "label": "Disable",
285
+ "value": 0
286
+ }
287
+ ]
288
+ },
289
+ {
290
+ "#": "15",
291
+ "label": "Send Basic Set Off: Below Humidity Level",
292
+ "valueSize": 1,
293
+ "unit": "%",
294
+ "minValue": 0,
295
+ "maxValue": 100,
296
+ "defaultValue": 0,
297
+ "unsigned": true,
298
+ "options": [
299
+ {
300
+ "label": "Disabled",
301
+ "value": 0
302
+ }
303
+ ]
304
+ },
305
+ {
306
+ "#": "7",
307
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
308
+ "defaultValue": 1
309
+ },
310
+ {
311
+ "#": "21",
312
+ "label": "Temperature Offset Correction",
313
+ "description": "Correct deviations in the device's temperature reading.",
314
+ "valueSize": 1,
315
+ "unit": "°F",
316
+ "minValue": -7,
317
+ "maxValue": 7,
318
+ "defaultValue": 0,
319
+ "unsigned": false
320
+ },
321
+ {
322
+ "#": "22",
323
+ "label": "Humidity Offset Correction",
324
+ "description": "Correct deviations in the device's humidity reading.",
325
+ "valueSize": 1,
326
+ "unit": "%",
327
+ "minValue": -7,
328
+ "maxValue": 7,
329
+ "defaultValue": 0,
330
+ "unsigned": false
331
+ },
332
+ {
333
+ "#": "23",
334
+ "label": "Humidity Filter Time Constant",
335
+ "valueSize": 1,
336
+ "unit": "minutes",
337
+ "minValue": 1,
338
+ "maxValue": 60,
339
+ "defaultValue": 30,
340
+ "unsigned": true
341
+ }
342
+ ],
343
+ "metadata": {
344
+ "inclusion": "Set your primary controller into inclusion mode. Press and release the \"Install\" button on the sensor. The \"Status\" LED will blink rapidly for 3 seconds indicating successful inclusion into the network",
345
+ "exclusion": "Set your primary controller into exclusion mode. Press and release the \"Install\" button on the sensor. The \"Status\" LED will blink rapidly for 3 seconds indicating successful exclusion from the network",
346
+ "reset": "Press and hold Install button for 10 seconds. Factory Reset should only be used if the primary controller is missing or inoperable."
347
+ }
348
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "manufacturer": "Dawon",
3
+ "manufacturerId": "0x018c",
4
+ "label": "PM-S240-ZW",
5
+ "description": "2-Channel Power Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0065",
9
+ "productId": "0x0001"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "compat": {
17
+ "commandClasses": {
18
+ "remove": {
19
+ // The device seems to report support for Supervision but ignores the commands
20
+ "0x6c": {
21
+ "endpoints": "*"
22
+ }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -114,6 +114,21 @@
114
114
  "#": "26",
115
115
  "$if": "firmwareVersion >= 10.0",
116
116
  "$import": "templates/zooz_template.json#local_programming"
117
+ },
118
+ {
119
+ "#": "27",
120
+ "$if": "firmwareVersion >= 10.10",
121
+ "$import": "templates/zooz_template.json#dimmer_off_ramp_rate"
122
+ },
123
+ {
124
+ "#": "28",
125
+ "$if": "firmwareVersion >= 10.10",
126
+ "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate"
127
+ },
128
+ {
129
+ "#": "29",
130
+ "$if": "firmwareVersion >= 10.10",
131
+ "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate"
117
132
  }
118
133
  ],
119
134
  "compat": {
@@ -99,6 +99,21 @@
99
99
  "#": "26",
100
100
  "$if": "firmwareVersion >= 10.0",
101
101
  "$import": "templates/zooz_template.json#local_programming"
102
+ },
103
+ {
104
+ "#": "27",
105
+ "$if": "firmwareVersion >= 10.10",
106
+ "$import": "templates/zooz_template.json#dimmer_off_ramp_rate"
107
+ },
108
+ {
109
+ "#": "28",
110
+ "$if": "firmwareVersion >= 10.10",
111
+ "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate"
112
+ },
113
+ {
114
+ "#": "29",
115
+ "$if": "firmwareVersion >= 10.10",
116
+ "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate"
102
117
  }
103
118
  ],
104
119
  "compat": {
@@ -141,5 +141,15 @@
141
141
  "exclusion": "1. Bring the sensor within direct range of your Z-Wave\ngateway (hub).\n2. Put the Z-Wave hub into exclusion mode (not sure\nhow to do that? ask@getzooz.com).\n3. Press and release the tamper switch 3 times quickly.\n4. Your hub will confirm exclusion and the sensor will\ndisappear from your controller's device list",
142
142
  "reset": "When your network’s primary controller is missing or otherwise inoperable, you may need to reset the device to factory settings manually. In order to complete the process, make sure the sensor is powered, then CLICKCLICK-CLICK-CLICK’N’HOLD the tamper switch for AT LEAST 5 SECONDS. The LED indicator will turn off to\nindicate successful reset. The sensor will then enter auto-inclusion mode for 4 minutes.\nNOTE: All previously recorded activity and custom settings will be erased from the device’s memory.",
143
143
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3081/zooz-z-wave-plus-s2-outdoor-motion-sensor-zse29-manual.pdf"
144
+ },
145
+ "compat": {
146
+ "commandClasses": {
147
+ "remove": {
148
+ // Supervised commands always result in a status of "Fail"
149
+ "0x6c": {
150
+ "endpoints": "*"
151
+ }
152
+ }
153
+ }
144
154
  }
145
155
  }
@@ -70,6 +70,11 @@
70
70
  "unit": "seconds"
71
71
  }
72
72
  ],
73
+ "compat": {
74
+ // The device sends Configuration CC info reports in 4-byte chunks, causing each query to block the network for roughly 1.5 seconds.
75
+ "skipConfigurationNameQuery": true,
76
+ "skipConfigurationInfoQuery": true
77
+ },
73
78
  "metadata": {
74
79
  "inclusion": "Initiate inclusion (pairing) in the app (or web interface). Not sure how? ask@getzooz.com\n\nWhile the hub is looking for new devices, click the Z-Wave button 3 times as quickly as possible. The LED indicator will start flashing to confirm inclusion mode and turn off once inclusion is completed.",
75
80
  "exclusion": "1. Bring the sensor within direct range of your Z-Wave hub.\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Click the Z-Wave button 3 times as quickly as possible.\n4. Your hub will confirm exclusion and the sensor will disappear from your controller's device list",
@@ -68,6 +68,11 @@
68
68
  ]
69
69
  }
70
70
  ],
71
+ "compat": {
72
+ // The device sends Configuration CC info reports in 4-byte chunks, causing each query to block the network for roughly 1.5 seconds.
73
+ "skipConfigurationNameQuery": true,
74
+ "skipConfigurationInfoQuery": true
75
+ },
71
76
  "metadata": {
72
77
  "inclusion": "Initiate inclusion (pairing) in the app (or web interface). Not sure how? ask@getzooz.com\nWhile the hub is looking for new devices, click the Z-Wave button 3 times as quickly as possible. The LED indicator will start flashing to confirm inclusion mode and turn off once inclusion is completed.",
73
78
  "exclusion": "1. Bring the sensor within direct range of your Z-Wave hub.\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Click the Z-Wave button 3 times as quickly as possible.\n4. Your hub will confirm exclusion and the sensor will disappear from your controller's device list",
@@ -0,0 +1,30 @@
1
+ {
2
+ "manufacturer": "SoftAtHome",
3
+ "manufacturerId": "0x029c",
4
+ "label": "O2",
5
+ "description": "O2 Smart Box 2",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0001",
9
+ "productId": "0x0002",
10
+ "zwaveAllianceId": 4476
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 3,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "metadata": {
25
+ "inclusion": "O2 Smart Box is mainly controlled from within O2 Smart Box application for smartphones. \nIn section Add new device in our application, customer selects type of device and application activates inclusion mode at the gateway",
26
+ "exclusion": "O2 Smart Box is mainly controlled from within O2 Smart Box application for smartphones. \nIn detail of every Z-Wave device, customer can find option to \"Unpair device\". When he selects this option, gateway enters exclusion mode and instruction how to exclude this device is shown in application (e.g. Click the pairing button three times within one second)",
27
+ "reset": "Select the Factory Reset item in the Advanced drop-down menu in WebUI.\nSelect the Factory Reset item in settings section in O2 Smart Box application",
28
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4476/sb2_manual%20(1).pdf"
29
+ }
30
+ }