@zwave-js/config 8.9.0-beta.2 → 8.9.0-beta.3.20211220

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.
@@ -32,6 +32,10 @@
32
32
  {
33
33
  "productType": "0x0100",
34
34
  "productId": "0x300a"
35
+ },
36
+ {
37
+ "productType": "0x0100",
38
+ "productId": "0x400a"
35
39
  }
36
40
  ],
37
41
  "firmwareVersion": {
@@ -15,9 +15,162 @@
15
15
  "max": "255.255"
16
16
  },
17
17
  "paramInformation": [
18
+ {
19
+ "#": "1",
20
+ "label": "Debug Mode",
21
+ "description": "Debug mode to apply channels, associations and power mode changes on the fly without exclusion-inclusion sequence. Use for debugging only!",
22
+ "valueSize": 1,
23
+ "minValue": 0,
24
+ "maxValue": 1,
25
+ "defaultValue": 0,
26
+ "unsigned": true,
27
+ "allowManualEntry": false,
28
+ "options": [
29
+ {
30
+ "label": "Normal mode",
31
+ "value": 0
32
+ },
33
+ {
34
+ "label": "Debug mode",
35
+ "value": 1
36
+ }
37
+ ]
38
+ },
18
39
  {
19
40
  "#": "2",
20
- "label": "Blink With Service LED During Operation",
41
+ "label": "Service LED Blinking",
42
+ "description": "Blink with service LED during operation",
43
+ "valueSize": 1,
44
+ "minValue": 0,
45
+ "maxValue": 1,
46
+ "defaultValue": 1,
47
+ "unsigned": true,
48
+ "allowManualEntry": false,
49
+ "options": [
50
+ {
51
+ "label": "Disabled",
52
+ "value": 0
53
+ },
54
+ {
55
+ "label": "Enabled",
56
+ "value": 1
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "#": "7",
62
+ "label": "Security S0",
63
+ "description": "Enable or disable Security S0 during inclusion (requires re-inclusion). Same as changing Tools → Security in the Arduino IDE",
64
+ "valueSize": 1,
65
+ "minValue": 0,
66
+ "maxValue": 1,
67
+ "defaultValue": 1,
68
+ "unsigned": true,
69
+ "allowManualEntry": false,
70
+ "options": [
71
+ {
72
+ "label": "Disabled",
73
+ "value": 0
74
+ },
75
+ {
76
+ "label": "Enabled",
77
+ "value": 1
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "#": "8",
83
+ "label": "Z-Wave Logging",
84
+ "description": "Enable or disable logging via Z-Wave. Same as changing Tools → Logging in the Arduino IDE",
85
+ "valueSize": 1,
86
+ "minValue": 0,
87
+ "maxValue": 1,
88
+ "defaultValue": 1,
89
+ "unsigned": true,
90
+ "allowManualEntry": false,
91
+ "options": [
92
+ {
93
+ "label": "Disabled",
94
+ "value": 0
95
+ },
96
+ {
97
+ "label": "Enabled",
98
+ "value": 1
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "#": "9",
104
+ "label": "Z-Wave Frequency",
105
+ "description": "Set Z-Wave frequency and reboot. Same as changing Tools → Frequency in the Arduino IDE. Note that after issuing this command the device will stop change frequency and your controller will loose communications with it!",
106
+ "valueSize": 2,
107
+ "minValue": 0,
108
+ "maxValue": 2550,
109
+ "defaultValue": 0,
110
+ "unsigned": true,
111
+ "allowManualEntry": false,
112
+ "options": [
113
+ {
114
+ "label": "Don't change, just reboot",
115
+ "value": 0
116
+ },
117
+ {
118
+ "label": "EU",
119
+ "value": 255
120
+ },
121
+ {
122
+ "label": "RU",
123
+ "value": 510
124
+ },
125
+ {
126
+ "label": "IN",
127
+ "value": 765
128
+ },
129
+ {
130
+ "label": "US",
131
+ "value": 1020
132
+ },
133
+ {
134
+ "label": "ANZ",
135
+ "value": 1275
136
+ },
137
+ {
138
+ "label": "HK",
139
+ "value": 1530
140
+ },
141
+ {
142
+ "label": "CN",
143
+ "value": 1785
144
+ },
145
+ {
146
+ "label": "JP",
147
+ "value": 2040
148
+ },
149
+ {
150
+ "label": "KR",
151
+ "value": 2295
152
+ },
153
+ {
154
+ "label": "IL",
155
+ "value": 2550
156
+ }
157
+ ]
158
+ },
159
+ {
160
+ "#": "11",
161
+ "label": "Multilevel Report Interval",
162
+ "description": "Minimal time (in seconds) between Sensor Multilevel reports. See zunoSendReport(). Values less than 30 should not be used to conform to Z-Wave Plus, use them for debug only!",
163
+ "valueSize": 1,
164
+ "minValue": 0,
165
+ "maxValue": 255,
166
+ "defaultValue": 30,
167
+ "unsigned": true,
168
+ "unit": "seconds"
169
+ },
170
+ {
171
+ "#": "12",
172
+ "label": "Legacy Notification Channel Type",
173
+ "description": "Change channel type from Notification to legacy Sensor Binary to help Fibaro Home Center, Vera and some other controllers having problems with the latest Z-Wave Plus to understand the channel type",
21
174
  "valueSize": 1,
22
175
  "minValue": 0,
23
176
  "maxValue": 1,
@@ -26,11 +179,28 @@
26
179
  "allowManualEntry": false,
27
180
  "options": [
28
181
  {
29
- "label": "Dont blink",
182
+ "label": "Notification channel type",
30
183
  "value": 0
31
184
  },
32
185
  {
33
- "label": "Blink",
186
+ "label": "Switch Binary channel type",
187
+ "value": 1
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "#": "20",
193
+ "label": "OTA Confirmation",
194
+ "description": "Confirmation of OTA operations (for bootloader and sketch upgrades). Do it right before or right after initiating the firmware upgrade process",
195
+ "valueSize": 1,
196
+ "minValue": 1,
197
+ "maxValue": 1,
198
+ "defaultValue": 1,
199
+ "unsigned": true,
200
+ "allowManualEntry": false,
201
+ "options": [
202
+ {
203
+ "label": "Comfirm OTA",
34
204
  "value": 1
35
205
  }
36
206
  ]
@@ -40,6 +210,7 @@
40
210
  "inclusion": "Press Service button three times",
41
211
  "exclusion": "Press Service button three times",
42
212
  "reset": "Hold Service button for five seconds, then press Service button three times.\n\nUse this procedure only if your controller is missing or inoperable.\n\nNote that the user sketch is not erased during exclusion or reset process",
213
+ "wakeup": "Press Service button three times while sleeping",
43
214
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1825/Z-Uno%20V3%20Manual.pdf"
44
215
  }
45
216
  }
@@ -48,5 +48,9 @@
48
48
  }
49
49
  ]
50
50
  }
51
- ]
51
+ ],
52
+ "compat": {
53
+ // Enable double-tap support
54
+ "treatBasicSetAsEvent": true
55
+ }
52
56
  }
@@ -91,7 +91,7 @@
91
91
  "#": "40",
92
92
  "label": "Power reporting (Watts) on power change",
93
93
  "unit": "%",
94
- "valueSize": 2,
94
+ "valueSize": 1,
95
95
  "minValue": 0,
96
96
  "maxValue": 100,
97
97
  "defaultValue": 10
@@ -99,11 +99,11 @@
99
99
  {
100
100
  "#": "42",
101
101
  "label": "Power reporting (Watts) by time interval",
102
- "unit": "%",
102
+ "unit": "seconds",
103
103
  "valueSize": 2,
104
104
  "minValue": 0,
105
105
  "maxValue": 32535,
106
- "defaultValue": 0
106
+ "defaultValue": 600
107
107
  },
108
108
  {
109
109
  "#": "45",
@@ -0,0 +1,427 @@
1
+ {
2
+ "manufacturer": "Smartly AS",
3
+ "manufacturerId": "0x024f",
4
+ "label": "FWC01",
5
+ "description": "Wheel Controller",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x1003"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "4",
19
+ "label": "Safety Activate Delay",
20
+ "unit": "seconds",
21
+ "valueSize": 2,
22
+ "minValue": 0,
23
+ "maxValue": 32767,
24
+ "defaultValue": 0
25
+ },
26
+ {
27
+ "#": "5",
28
+ "label": "Safety OFF Period",
29
+ "unit": "seconds",
30
+ "valueSize": 2,
31
+ "minValue": 0,
32
+ "maxValue": 32767,
33
+ "defaultValue": 600
34
+ },
35
+ {
36
+ "#": "6",
37
+ "label": "Safety ON Period",
38
+ "unit": "seconds",
39
+ "valueSize": 2,
40
+ "minValue": 0,
41
+ "maxValue": 32767,
42
+ "defaultValue": 300
43
+ },
44
+ {
45
+ "#": "10",
46
+ "label": "Dimming speed",
47
+ "unit": "0.01s",
48
+ "valueSize": 2,
49
+ "minValue": 30,
50
+ "maxValue": 32767,
51
+ "defaultValue": 300
52
+ },
53
+ {
54
+ "#": "11",
55
+ "label": "Dimmer mode",
56
+ "valueSize": 1,
57
+ "minValue": 0,
58
+ "maxValue": 1,
59
+ "defaultValue": 1,
60
+ "options": [
61
+ {
62
+ "label": "Leading Edge",
63
+ "value": 0
64
+ },
65
+ {
66
+ "label": "Tailing Edge",
67
+ "value": 1
68
+ }
69
+ ]
70
+ },
71
+ {
72
+ "#": "12",
73
+ "label": "Maximum Level",
74
+ "valueSize": 1,
75
+ "minValue": 1,
76
+ "maxValue": 99,
77
+ "defaultValue": 90
78
+ },
79
+ {
80
+ "#": "13",
81
+ "label": "Minimum Level",
82
+ "valueSize": 1,
83
+ "minValue": 1,
84
+ "maxValue": 99,
85
+ "defaultValue": 15
86
+ },
87
+ {
88
+ "#": "14[0x01]",
89
+ "label": "Thermostat Mode",
90
+ "valueSize": 1,
91
+ "minValue": 0,
92
+ "maxValue": 1,
93
+ "defaultValue": 0,
94
+ "options": [
95
+ {
96
+ "label": "Disable / Auto",
97
+ "value": 0
98
+ },
99
+ {
100
+ "label": "Enable",
101
+ "value": 1
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "#": "14[0x02]",
107
+ "label": "Light Mode",
108
+ "valueSize": 1,
109
+ "minValue": 0,
110
+ "maxValue": 1,
111
+ "defaultValue": 0,
112
+ "options": [
113
+ {
114
+ "label": "Disable / Auto",
115
+ "value": 0
116
+ },
117
+ {
118
+ "label": "Enable",
119
+ "value": 1
120
+ }
121
+ ]
122
+ },
123
+ {
124
+ "#": "14[0x04]",
125
+ "label": "Central Scene Mode",
126
+ "valueSize": 1,
127
+ "minValue": 0,
128
+ "maxValue": 1,
129
+ "defaultValue": 0,
130
+ "options": [
131
+ {
132
+ "label": "Disable / Auto",
133
+ "value": 0
134
+ },
135
+ {
136
+ "label": "Enable",
137
+ "value": 1
138
+ }
139
+ ]
140
+ },
141
+ {
142
+ "#": "14[0x30]",
143
+ "label": "Light Zones",
144
+ "description": "Select number of Light Zones controllable via the device UI",
145
+ "valueSize": 1,
146
+ "minValue": 0,
147
+ "maxValue": 3,
148
+ "defaultValue": 0,
149
+ "options": [
150
+ {
151
+ "label": "1 Light Zone",
152
+ "value": 0
153
+ },
154
+ {
155
+ "label": "2 Light Zones",
156
+ "value": 1
157
+ },
158
+ {
159
+ "label": "3 Light Zones",
160
+ "value": 2
161
+ },
162
+ {
163
+ "label": "4 Light Zones",
164
+ "value": 3
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "#": "15[0x01]",
170
+ "label": "Light Control Mode",
171
+ "description": "Enable Switch Mode for ALL zones at once!",
172
+ "valueSize": 1,
173
+ "minValue": 0,
174
+ "maxValue": 1,
175
+ "defaultValue": 0,
176
+ "options": [
177
+ {
178
+ "label": "Dimmer Mode",
179
+ "value": 0
180
+ },
181
+ {
182
+ "label": "Switch Mode",
183
+ "value": 1
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "#": "15[0x02]",
189
+ "label": "Zone 1 Control Mode",
190
+ "valueSize": 1,
191
+ "minValue": 0,
192
+ "maxValue": 1,
193
+ "defaultValue": 0,
194
+ "options": [
195
+ {
196
+ "label": "Dimmer Mode",
197
+ "value": 0
198
+ },
199
+ {
200
+ "label": "Switch Mode",
201
+ "value": 1
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "#": "15[0x04]",
207
+ "label": "Zone 2 Control Mode",
208
+ "valueSize": 1,
209
+ "minValue": 0,
210
+ "maxValue": 1,
211
+ "defaultValue": 0,
212
+ "options": [
213
+ {
214
+ "label": "Dimmer Mode",
215
+ "value": 0
216
+ },
217
+ {
218
+ "label": "Switch Mode",
219
+ "value": 1
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "#": "15[0x08]",
225
+ "label": "Zone 3 Control Mode",
226
+ "valueSize": 1,
227
+ "minValue": 0,
228
+ "maxValue": 1,
229
+ "defaultValue": 0,
230
+ "options": [
231
+ {
232
+ "label": "Dimmer Mode",
233
+ "value": 0
234
+ },
235
+ {
236
+ "label": "Switch Mode",
237
+ "value": 1
238
+ }
239
+ ]
240
+ },
241
+ {
242
+ "#": "15[0x10]",
243
+ "label": "Zone 4 Control Mode",
244
+ "valueSize": 1,
245
+ "minValue": 0,
246
+ "maxValue": 1,
247
+ "defaultValue": 0,
248
+ "options": [
249
+ {
250
+ "label": "Dimmer Mode",
251
+ "value": 0
252
+ },
253
+ {
254
+ "label": "Switch Mode",
255
+ "value": 1
256
+ }
257
+ ]
258
+ },
259
+ {
260
+ "#": "17",
261
+ "label": "Back Unit Role",
262
+ "valueSize": 1,
263
+ "minValue": 0,
264
+ "maxValue": 2,
265
+ "defaultValue": 1,
266
+ "options": [
267
+ {
268
+ "label": "Thermostat Controlled",
269
+ "value": 0
270
+ },
271
+ {
272
+ "label": "Light Zone Controlled",
273
+ "value": 1
274
+ },
275
+ {
276
+ "label": "Remote Controlled",
277
+ "value": 2
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "#": "18",
283
+ "label": "Back Unit Light Zone",
284
+ "valueSize": 1,
285
+ "minValue": 1,
286
+ "maxValue": 4,
287
+ "defaultValue": 1,
288
+ "options": [
289
+ {
290
+ "label": "Light Zone 1",
291
+ "value": 1
292
+ },
293
+ {
294
+ "label": "Light Zone 2",
295
+ "value": 2
296
+ },
297
+ {
298
+ "label": "Light Zone 3",
299
+ "value": 3
300
+ },
301
+ {
302
+ "label": "Light Zone 4",
303
+ "value": 4
304
+ }
305
+ ]
306
+ },
307
+ {
308
+ "#": "32",
309
+ "label": "Thermostat Set Point Max",
310
+ "unit": "0.1 °C",
311
+ "valueSize": 2,
312
+ "minValue": 0,
313
+ "maxValue": 500,
314
+ "defaultValue": 270
315
+ },
316
+ {
317
+ "#": "34",
318
+ "label": "Thermostat Set Point Min",
319
+ "unit": "0.1 °C",
320
+ "valueSize": 2,
321
+ "minValue": 0,
322
+ "maxValue": 500,
323
+ "defaultValue": 50
324
+ },
325
+ {
326
+ "#": "36",
327
+ "label": "Thermostat Control Resend Interval",
328
+ "unit": "seconds",
329
+ "valueSize": 2,
330
+ "minValue": 0,
331
+ "maxValue": 32767,
332
+ "defaultValue": 3600
333
+ },
334
+ {
335
+ "#": "37",
336
+ "label": "Thermostat Minimum On/Off Interval",
337
+ "unit": "seconds",
338
+ "valueSize": 2,
339
+ "minValue": 60,
340
+ "maxValue": 32767,
341
+ "defaultValue": 300
342
+ },
343
+ {
344
+ "#": "38",
345
+ "label": "Thermostat Floor Temp Max",
346
+ "unit": "0.1 °C",
347
+ "valueSize": 2,
348
+ "minValue": 0,
349
+ "maxValue": 500,
350
+ "defaultValue": 270
351
+ },
352
+ {
353
+ "#": "40",
354
+ "label": "Temperature Sensor Select",
355
+ "valueSize": 1,
356
+ "minValue": 1,
357
+ "maxValue": 3,
358
+ "defaultValue": 3,
359
+ "options": [
360
+ {
361
+ "label": "Local Room",
362
+ "value": 1
363
+ },
364
+ {
365
+ "label": "Local Floor",
366
+ "value": 2
367
+ },
368
+ {
369
+ "label": "Room and Floor",
370
+ "value": 3
371
+ }
372
+ ]
373
+ },
374
+ {
375
+ "#": "44",
376
+ "label": "Cold Start Minimum Level",
377
+ "valueSize": 1,
378
+ "minValue": 1,
379
+ "maxValue": 99,
380
+ "defaultValue": 20
381
+ },
382
+ {
383
+ "#": "64",
384
+ "label": "Temperature Report Inteval",
385
+ "unit": "seconds",
386
+ "valueSize": 2,
387
+ "minValue": 0,
388
+ "maxValue": 32767,
389
+ "defaultValue": 600
390
+ },
391
+ {
392
+ "#": "66",
393
+ "label": "Temperature Report Threshold",
394
+ "unit": "0.1 °C",
395
+ "valueSize": 1,
396
+ "minValue": 0,
397
+ "maxValue": 127,
398
+ "defaultValue": 10
399
+ },
400
+ {
401
+ "#": "67",
402
+ "label": "Thermostat On/Off Interval Override Threshold",
403
+ "valueSize": 1,
404
+ "minValue": 0,
405
+ "maxValue": 127,
406
+ "defaultValue": 0
407
+ },
408
+ {
409
+ "#": "240",
410
+ "label": "Floor Sensor Temperature Offset",
411
+ "unit": "0.1 °C",
412
+ "valueSize": 1,
413
+ "minValue": -128,
414
+ "maxValue": 127,
415
+ "defaultValue": 0
416
+ },
417
+ {
418
+ "#": "241",
419
+ "label": "Room Sensor Temperature Offset",
420
+ "unit": "0.1 °C",
421
+ "valueSize": 1,
422
+ "minValue": -128,
423
+ "maxValue": 127,
424
+ "defaultValue": 0
425
+ }
426
+ ]
427
+ }
@@ -86,7 +86,7 @@
86
86
  "label": "Threshold Check Interval",
87
87
  "unit": "minutes",
88
88
  "unsigned": true,
89
- "valueSize": 2,
89
+ "valueSize": 1,
90
90
  "minValue": 1,
91
91
  "maxValue": 255,
92
92
  "defaultValue": 15