@zwave-js/config 8.11.3-20220128 → 8.11.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.
Files changed (37) hide show
  1. package/LICENSE +21 -0
  2. package/config/devices/0x000c/hs-fls100.json +18 -1
  3. package/config/devices/0x000c/hs-wd200.json +4 -4
  4. package/config/devices/0x000c/hs-wx300.json +4 -4
  5. package/config/devices/0x0063/14287.json +25 -0
  6. package/config/devices/0x0086/dsd31.json +5 -0
  7. package/config/devices/0x0086/templates/aeotec_template.json +4 -2
  8. package/config/devices/0x0086/zw098.json +10 -0
  9. package/config/devices/0x0086/zw099.json +4 -2
  10. package/config/devices/0x0086/zw121.json +7 -0
  11. package/config/devices/0x0086/zw122.json +10 -5
  12. package/config/devices/0x0090/hc620.json +5 -0
  13. package/config/devices/0x0090/smartcode_888.json +1 -0
  14. package/config/devices/0x0098/ct101.json +5 -0
  15. package/config/devices/0x0098/ct110.json +12 -5
  16. package/config/devices/0x010f/fgk101.json +291 -208
  17. package/config/devices/0x010f/fgr223.json +29 -10
  18. package/config/devices/0x010f/fgrgbw-442.json +24 -12
  19. package/config/devices/0x010f/fgwdeu.json +327 -191
  20. package/config/devices/0x010f/fgwreu-111.json +296 -120
  21. package/config/devices/0x010f/templates/fibaro_template.json +37 -0
  22. package/config/devices/0x0148/spirit.json +7 -1
  23. package/config/devices/0x0159/zmnhtd.json +10 -3
  24. package/config/devices/0x016a/ft096.json +12 -6
  25. package/config/devices/0x016a/ft100.json +4 -0
  26. package/config/devices/0x016a/ft121.json +6 -1
  27. package/config/devices/0x0234/zhc5010.json +8 -4
  28. package/config/devices/0x024f/fwc01.json +1 -0
  29. package/config/devices/0x0258/nas-pd07u1.json +4 -0
  30. package/config/devices/0x0267/10002081-13x.json +190 -0
  31. package/config/devices/0x031e/lzw30-sn.json +3 -1
  32. package/config/devices/0x031e/lzw31-sn.json +81 -191
  33. package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
  34. package/config/devices/0x044c/myot.json +75 -0
  35. package/config/devices/templates/master_template.json +18 -0
  36. package/package.json +10 -9
  37. package/config/devices/index.json +0 -34023
@@ -107,65 +107,71 @@
107
107
  },
108
108
  {
109
109
  "#": "7",
110
- "label": "Invert Switch",
111
- "valueSize": 1,
112
- "minValue": 0,
113
- "maxValue": 1,
114
- "defaultValue": 0,
115
- "allowManualEntry": false,
116
- "options": [
117
- {
118
- "label": "Disabled",
119
- "value": 0
120
- },
121
- {
122
- "label": "Enabled",
123
- "value": 1
124
- }
125
- ]
110
+ "$import": "~/templates/master_template.json#base_enable_disable",
111
+ "label": "Invert Switch"
126
112
  },
127
113
  {
128
114
  "#": "8",
129
- "label": "Auto Off Timer",
115
+ "label": "Auto-off Timer",
130
116
  "unit": "seconds",
131
117
  "valueSize": 2,
132
118
  "minValue": 0,
133
119
  "maxValue": 32767,
134
- "defaultValue": 0
120
+ "defaultValue": 0,
121
+ "options": [
122
+ {
123
+ "label": "Disable",
124
+ "value": 0
125
+ }
126
+ ]
135
127
  },
136
128
  {
137
129
  "#": "9",
138
- "label": "Default Level",
139
- "unit": "%",
140
- "valueSize": 1,
141
- "minValue": 0,
142
- "maxValue": 99,
130
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
131
+ "label": "Default Level (Manual)",
143
132
  "defaultValue": 0,
144
133
  "options": [
145
134
  {
146
- "label": "Last State",
135
+ "label": "Previous State",
147
136
  "value": 0
148
137
  }
149
138
  ]
150
139
  },
151
140
  {
152
141
  "#": "10",
142
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
153
143
  "label": "Default Level (Z-Wave)",
154
- "unit": "%",
144
+ "defaultValue": 0,
145
+ "options": [
146
+ {
147
+ "label": "Previous State",
148
+ "value": 0
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "#": "11",
154
+ "$if": "firmwareVersion >= 1.43",
155
+ "label": "Brightness After Power Failure",
155
156
  "valueSize": 1,
156
157
  "minValue": 0,
157
- "maxValue": 99,
158
- "defaultValue": 0,
158
+ "maxValue": 101,
159
+ "defaultValue": 100,
159
160
  "options": [
160
161
  {
161
- "label": "Last State",
162
+ "label": "Off",
162
163
  "value": 0
164
+ },
165
+ {
166
+ "label": "Previous state",
167
+ "value": 101
163
168
  }
164
169
  ]
165
170
  },
166
171
  {
167
172
  "#": "11",
168
- "label": "Power On State",
173
+ "$if": "firmwareVersion < 1.43",
174
+ "label": "Brightness After Power Failure",
169
175
  "valueSize": 1,
170
176
  "minValue": 0,
171
177
  "maxValue": 101,
@@ -176,13 +182,14 @@
176
182
  "value": 0
177
183
  },
178
184
  {
179
- "label": "Last State",
185
+ "label": "Previous state",
180
186
  "value": 101
181
187
  }
182
188
  ]
183
189
  },
184
190
  {
185
191
  "#": "12[0x01]",
192
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
186
193
  "label": "Association Behavior: Local",
187
194
  "valueSize": 1,
188
195
  "minValue": 0,
@@ -259,9 +266,9 @@
259
266
  },
260
267
  {
261
268
  "#": "13",
262
- "label": "LED Indicator Color",
269
+ "label": "LED Indicator: Color",
263
270
  "description": "Uses a scaled hue value (realHue / 360 * 255).",
264
- "valueSize": 2,
271
+ "valueSize": 1,
265
272
  "minValue": 0,
266
273
  "maxValue": 255,
267
274
  "defaultValue": 170,
@@ -300,7 +307,7 @@
300
307
  "value": 234
301
308
  },
302
309
  {
303
- "$if": "firmwareVersion >= 1.47",
310
+ "$if": "firmwareVersion >= 1.45",
304
311
  "label": "White",
305
312
  "value": 255
306
313
  }
@@ -308,7 +315,7 @@
308
315
  },
309
316
  {
310
317
  "#": "14",
311
- "label": "LED Indicator Brightness",
318
+ "label": "LED Indicator: Brightness When On",
312
319
  "valueSize": 1,
313
320
  "minValue": 0,
314
321
  "maxValue": 10,
@@ -363,67 +370,19 @@
363
370
  },
364
371
  {
365
372
  "#": "15",
366
- "label": "LED Indicator Brightness When Off",
367
- "valueSize": 1,
368
- "minValue": 0,
369
- "maxValue": 10,
370
- "defaultValue": 1,
371
- "allowManualEntry": false,
372
- "options": [
373
- {
374
- "label": "Off",
375
- "value": 0
376
- },
377
- {
378
- "label": "10%",
379
- "value": 1
380
- },
381
- {
382
- "label": "20%",
383
- "value": 2
384
- },
385
- {
386
- "label": "30%",
387
- "value": 3
388
- },
389
- {
390
- "label": "40%",
391
- "value": 4
392
- },
393
- {
394
- "label": "50%",
395
- "value": 5
396
- },
397
- {
398
- "label": "60%",
399
- "value": 6
400
- },
401
- {
402
- "label": "70%",
403
- "value": 7
404
- },
405
- {
406
- "label": "80%",
407
- "value": 8
408
- },
409
- {
410
- "label": "90%",
411
- "value": 9
412
- },
413
- {
414
- "label": "100%",
415
- "value": 10
416
- }
417
- ]
373
+ "$import": "#paramInformation/14",
374
+ "label": "LED Indicator: Brightness When Off",
375
+ "defaultValue": 1
418
376
  },
419
377
  {
420
378
  "#": "16[0xff]",
421
- "label": "LED Effect Color",
422
- "description": "Uses a scaled hue value (realHue / 360 * 255).",
379
+ "$import": "#paramInformation/13",
380
+ "label": "LED Indicator: Effect Color",
423
381
  "valueSize": 4,
424
382
  "minValue": 0,
425
383
  "maxValue": 255,
426
384
  "defaultValue": 0,
385
+ "unsigned": true,
427
386
  "options": [
428
387
  {
429
388
  "label": "Red",
@@ -466,71 +425,24 @@
466
425
  },
467
426
  {
468
427
  "#": "16[0xff00]",
469
- "label": "LED Effect Brightness",
428
+ "$import": "#paramInformation/14",
429
+ "label": "LED Indicator: Effect Brightness",
470
430
  "valueSize": 4,
471
- "minValue": 0,
472
- "maxValue": 10,
473
- "defaultValue": 3,
474
- "allowManualEntry": false,
475
- "options": [
476
- {
477
- "label": "Off",
478
- "value": 0
479
- },
480
- {
481
- "label": "10%",
482
- "value": 1
483
- },
484
- {
485
- "label": "20%",
486
- "value": 2
487
- },
488
- {
489
- "label": "30%",
490
- "value": 3
491
- },
492
- {
493
- "label": "40%",
494
- "value": 4
495
- },
496
- {
497
- "label": "50%",
498
- "value": 5
499
- },
500
- {
501
- "label": "60%",
502
- "value": 6
503
- },
504
- {
505
- "label": "70%",
506
- "value": 7
507
- },
508
- {
509
- "label": "80%",
510
- "value": 8
511
- },
512
- {
513
- "label": "90%",
514
- "value": 9
515
- },
516
- {
517
- "label": "100%",
518
- "value": 10
519
- }
520
- ]
431
+ "defaultValue": 0
521
432
  },
522
433
  {
523
434
  "#": "16[0xff0000]",
524
- "label": "LED Effect Duration",
525
- "description": "0 = disabled, 1 to 60 = seconds, 61 to 120 = minutes (minus 60), 121 - 254 = hours (minus 120), 255 = indefinitely",
435
+ "label": "LED Indicator: Effect Duration",
436
+ "description": "0 = disabled, 1 to 60 = seconds, 61 to 120 = minutes (minus 60), 121 - 254 = hours (minus 120), 255 = indefinitely.",
526
437
  "valueSize": 4,
527
438
  "minValue": 0,
528
439
  "maxValue": 255,
529
- "defaultValue": 255
440
+ "defaultValue": 0,
441
+ "unsigned": true
530
442
  },
531
443
  {
532
444
  "#": "16[0x7f000000]",
533
- "label": "LED Effect Type",
445
+ "label": "LED Indicator: Effect Type",
534
446
  "valueSize": 4,
535
447
  "minValue": 0,
536
448
  "maxValue": 5,
@@ -565,7 +477,7 @@
565
477
  },
566
478
  {
567
479
  "#": "17",
568
- "label": "LED Indicator Timeout",
480
+ "label": "LED Indicator: Timeout",
569
481
  "unit": "seconds",
570
482
  "valueSize": 1,
571
483
  "minValue": 0,
@@ -574,16 +486,14 @@
574
486
  },
575
487
  {
576
488
  "#": "18",
577
- "label": "Active Power Reports",
489
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
490
+ "label": "Power Report Threshold",
578
491
  "unit": "%",
579
- "valueSize": 1,
580
- "minValue": 0,
581
- "maxValue": 100,
582
492
  "defaultValue": 10
583
493
  },
584
494
  {
585
495
  "#": "19",
586
- "label": "Periodic Power & Energy Reports",
496
+ "label": "Power & Energy Report Interval",
587
497
  "unit": "seconds",
588
498
  "valueSize": 2,
589
499
  "minValue": 0,
@@ -592,11 +502,20 @@
592
502
  },
593
503
  {
594
504
  "#": "20",
595
- "label": "Energy Reports",
596
- "unit": "%",
505
+ "$if": "firmwareVersion >= 1.43",
506
+ "label": "Energy Report Threshold",
507
+ "unit": "0.01 kWh",
597
508
  "valueSize": 1,
598
509
  "minValue": 0,
599
- "maxValue": 100,
510
+ "maxValue": 127,
511
+ "defaultValue": 10
512
+ },
513
+ {
514
+ "#": "20",
515
+ "$if": "firmwareVersion < 1.43",
516
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
517
+ "label": "Energy Report Threshold",
518
+ "unit": "%",
600
519
  "defaultValue": 10
601
520
  },
602
521
  {
@@ -644,8 +563,8 @@
644
563
  {
645
564
  "#": "50",
646
565
  "$if": "firmwareVersion >= 1.49",
647
- "label": "Physical Button Delay Period",
648
- "unit": "100ms",
566
+ "label": "Button Delay Period",
567
+ "unit": "0.1 seconds",
649
568
  "valueSize": 1,
650
569
  "minValue": 1,
651
570
  "maxValue": 9,
@@ -654,29 +573,14 @@
654
573
  {
655
574
  "#": "51",
656
575
  "$if": "firmwareVersion >= 1.47",
657
- "label": "Button Delay and Scene Control",
658
- "description": "Disabling this allows the switch to respond instantly to physical actions",
659
- "valueSize": 1,
660
- "minValue": 0,
661
- "maxValue": 1,
662
- "defaultValue": 1,
663
- "allowManualEntry": false,
664
- "options": [
665
- {
666
- "label": "Disable",
667
- "value": 0
668
- },
669
- {
670
- "label": "Enable",
671
- "value": 1
672
- }
673
- ]
576
+ "$import": "~/templates/master_template.json#base_enable_disable",
577
+ "label": "Button Delay",
578
+ "description": "Note: Disabling the delay also disables scene control for Buttons 2-6."
674
579
  },
675
580
  {
676
581
  "#": "52",
677
582
  "$if": "firmwareVersion >= 1.54",
678
- "label": "Smart Bulb Mode",
679
- "description": "Change the working mode of the dimmer. Choose either on / off only which makes the device work like an on / off switch. Or choose smart bulb mode which optimized the device for interaction with smart bulbs. (firmware 1.54+)",
583
+ "label": "Operation Mode",
680
584
  "valueSize": 1,
681
585
  "minValue": 0,
682
586
  "maxValue": 2,
@@ -684,11 +588,11 @@
684
588
  "allowManualEntry": false,
685
589
  "options": [
686
590
  {
687
- "label": "Disabled",
591
+ "label": "Normal",
688
592
  "value": 0
689
593
  },
690
594
  {
691
- "label": "On / Off Only",
595
+ "label": "On/Off Only",
692
596
  "value": 1
693
597
  },
694
598
  {
@@ -700,23 +604,9 @@
700
604
  {
701
605
  "#": "52",
702
606
  "$if": "firmwareVersion >= 1.47 && firmwareVersion < 1.54",
607
+ "$import": "~/templates/master_template.json#base_enable_disable",
703
608
  "label": "Smart Bulb Mode",
704
- "description": "Optimize power output to be more compatible with smart bulbs. This prevents the dimmer from being able to dim & makes it act like an ON / OFF switch.",
705
- "valueSize": 1,
706
- "minValue": 0,
707
- "maxValue": 1,
708
- "defaultValue": 0,
709
- "allowManualEntry": false,
710
- "options": [
711
- {
712
- "label": "Disable",
713
- "value": 0
714
- },
715
- {
716
- "label": "Enable",
717
- "value": 1
718
- }
719
- ]
609
+ "description": "Optimize power output to be more compatible with smart bulbs. This prevents the dimmer from being able to dim & makes it act like an ON / OFF switch."
720
610
  }
721
611
  ],
722
612
  "metadata": {
@@ -370,6 +370,7 @@
370
370
  "minValue": 0,
371
371
  "maxValue": 255,
372
372
  "defaultValue": 0,
373
+ "unsigned": true,
373
374
  "readOnly": true,
374
375
  "allowManualEntry": false
375
376
  },
@@ -381,6 +382,7 @@
381
382
  "minValue": 0,
382
383
  "maxValue": 255,
383
384
  "defaultValue": 0,
385
+ "unsigned": true,
384
386
  "readOnly": true,
385
387
  "allowManualEntry": false
386
388
  },
@@ -392,6 +394,7 @@
392
394
  "minValue": 0,
393
395
  "maxValue": 255,
394
396
  "defaultValue": 0,
397
+ "unsigned": true,
395
398
  "readOnly": true,
396
399
  "allowManualEntry": false
397
400
  }
@@ -0,0 +1,75 @@
1
+ {
2
+ "manufacturer": "SmartDHOME",
3
+ "manufacturerId": "0x044c",
4
+ "label": "MyOT",
5
+ "description": "OpenTherm Actuator",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0001"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
20
+ "label": "Maximum Boiler Setpoint",
21
+ "unit": "°C",
22
+ "valueSize": 2,
23
+ "readOnly": true
24
+ },
25
+ {
26
+ "#": "2",
27
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
28
+ "label": "Minimum Boiler Setpoint",
29
+ "unit": "°C",
30
+ "valueSize": 2,
31
+ "readOnly": true
32
+ },
33
+ {
34
+ "#": "3",
35
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
36
+ "label": "Maximum DHW Setpoint",
37
+ "unit": "°C",
38
+ "valueSize": 2,
39
+ "readOnly": true
40
+ },
41
+ {
42
+ "#": "4",
43
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
44
+ "label": "Minimum DHW Setpoint",
45
+ "unit": "°C",
46
+ "valueSize": 2,
47
+ "readOnly": true
48
+ },
49
+ {
50
+ "#": "5",
51
+ "$import": "~/templates/master_template.json#base_enable_disable",
52
+ "label": "Summer Mode",
53
+ "valueSize": 2
54
+ },
55
+ {
56
+ "#": "10",
57
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
58
+ "label": "Current Error Flag",
59
+ "valueSize": 2,
60
+ "readOnly": true
61
+ },
62
+ {
63
+ "#": "11",
64
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
65
+ "label": "Current Error Code",
66
+ "valueSize": 2,
67
+ "readOnly": true
68
+ }
69
+ ],
70
+ "metadata": {
71
+ "inclusion": "By pressing the FUNCTIONS button for 8 seconds",
72
+ "exclusion": "By pressing the FUNCTIONS button for 8 seconds",
73
+ "manual": "https://www.myvirtuosohome.com/en/downloads/send/4-manuals/209-z-wave-interface-actuator-manual-opentherm-boilers.html"
74
+ }
75
+ }
@@ -53,6 +53,24 @@
53
53
  }
54
54
  ]
55
55
  },
56
+ "base_enable_disable_255_inverted": {
57
+ "valueSize": 1,
58
+ "minValue": 0,
59
+ "maxValue": 255,
60
+ "defaultValue": 255,
61
+ "unsigned": true,
62
+ "allowManualEntry": false,
63
+ "options": [
64
+ {
65
+ "label": "Enable",
66
+ "value": 0
67
+ },
68
+ {
69
+ "label": "Disable",
70
+ "value": 255
71
+ }
72
+ ]
73
+ },
56
74
  "base_0-1_nounit": {
57
75
  "valueSize": 1,
58
76
  "minValue": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "8.11.3-20220128",
3
+ "version": "8.11.3",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,15 +40,15 @@
40
40
  "ts": "node -r esbuild-register"
41
41
  },
42
42
  "dependencies": {
43
- "@zwave-js/core": "8.10.2",
44
- "@zwave-js/shared": "8.10.0",
43
+ "@zwave-js/core": "8.11.3",
44
+ "@zwave-js/shared": "8.11.3",
45
45
  "alcalzone-shared": "^4.0.1",
46
46
  "ansi-colors": "^4.1.1",
47
47
  "fs-extra": "^10.0.0",
48
- "json-logic-js": "^2.0.1",
48
+ "json-logic-js": "^2.0.2",
49
49
  "json5": "^2.2.0",
50
50
  "semver": "^7.3.5",
51
- "winston": "^3.3.4"
51
+ "winston": "^3.5.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/fs-extra": "^9.0.13",
@@ -60,17 +60,18 @@
60
60
  "@types/semver": "^7.3.9",
61
61
  "@types/xml2json": "^0.11.4",
62
62
  "@types/yargs": "^17.0.8",
63
- "@zwave-js/maintenance": "8.10.2",
63
+ "@zwave-js/maintenance": "8.11.3",
64
64
  "axios": "^0.24.0",
65
65
  "comment-json": "^4.1.1",
66
66
  "esbuild": "*",
67
- "esbuild-register": "^3.3.1",
67
+ "esbuild-register": "^3.3.2",
68
68
  "jest-extended": "^0.11.5",
69
69
  "js-levenshtein": "^1.1.6",
70
70
  "pegjs": "^0.10.0",
71
71
  "ts-pegjs": "^0.3.1",
72
- "typescript": "4.5.4",
72
+ "typescript": "4.5.5",
73
73
  "xml2json": "^0.12.0",
74
74
  "yargs": "^17.3.1"
75
- }
75
+ },
76
+ "gitHead": "7ae2c6b9d094b07e9ee0450900eaf4278807b8ae"
76
77
  }