@zwave-js/config 8.11.3-20220130 → 8.11.6

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 (60) 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/0x0063/52252_52253_zw3012.json +2 -2
  7. package/config/devices/0x0086/dsd31.json +5 -0
  8. package/config/devices/0x0086/templates/aeotec_template.json +4 -2
  9. package/config/devices/0x0086/zw098.json +10 -0
  10. package/config/devices/0x0086/zw099.json +4 -2
  11. package/config/devices/0x0086/zw121.json +7 -0
  12. package/config/devices/0x0086/zw122.json +10 -5
  13. package/config/devices/0x0090/hc620.json +5 -0
  14. package/config/devices/0x0090/smartcode_888.json +1 -0
  15. package/config/devices/0x0098/ct101.json +5 -0
  16. package/config/devices/0x0098/ct110.json +12 -5
  17. package/config/devices/0x010f/fgk101.json +291 -208
  18. package/config/devices/0x010f/fgr223.json +29 -10
  19. package/config/devices/0x010f/fgrgbw-442.json +24 -12
  20. package/config/devices/0x010f/fgwdeu.json +327 -191
  21. package/config/devices/0x010f/fgwreu-111.json +296 -120
  22. package/config/devices/0x010f/templates/fibaro_template.json +37 -0
  23. package/config/devices/0x0148/spirit.json +7 -1
  24. package/config/devices/0x0159/zmnhtd.json +10 -3
  25. package/config/devices/0x015f/mh-3901z.json +140 -0
  26. package/config/devices/0x016a/ft096.json +12 -6
  27. package/config/devices/0x016a/ft100.json +4 -0
  28. package/config/devices/0x016a/ft121.json +6 -1
  29. package/config/devices/0x0179/ch-103.json +160 -0
  30. package/config/devices/0x0190/adc-t_3000.json +2136 -0
  31. package/config/devices/0x0234/zhc5010.json +8 -4
  32. package/config/devices/0x024f/fwc01.json +1 -0
  33. package/config/devices/0x0258/eu-1.json +7 -51
  34. package/config/devices/0x0258/eu-2.json +9 -53
  35. package/config/devices/0x0258/eu-3.json +20 -96
  36. package/config/devices/0x0258/nas-ab01z.json +14 -39
  37. package/config/devices/0x0258/nas-pd01z.json +4 -0
  38. package/config/devices/0x0258/nas-pd07u1.json +10 -47
  39. package/config/devices/0x0258/nas-pd07z.json +4 -31
  40. package/config/devices/0x0258/nas-rc03z.json +27 -7
  41. package/config/devices/0x0258/nas-sc03ze.json +46 -0
  42. package/config/devices/0x0258/nas-wr01z.json +17 -71
  43. package/config/devices/0x0258/nas-wr01ze.json +18 -73
  44. package/config/devices/0x0258/{flood_sensor.json → nas-ws01z.json} +12 -38
  45. package/config/devices/0x0258/neo-ds07z.json +5 -36
  46. package/config/devices/0x0258/templates/shenzhen_neo_template.json +8 -62
  47. package/config/devices/0x0267/10002081-13x.json +190 -0
  48. package/config/devices/0x031e/lzw30-sn.json +3 -1
  49. package/config/devices/0x031e/lzw31-sn.json +80 -190
  50. package/config/devices/0x0330/zv9101.json +4 -0
  51. package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
  52. package/config/devices/0x0371/zwa003.json +4 -0
  53. package/config/devices/0x041a/kp-so-02.json +101 -0
  54. package/config/devices/0x044c/myot.json +75 -0
  55. package/config/devices/templates/master_template.json +18 -0
  56. package/package.json +12 -11
  57. package/config/devices/0x0258/motion_sensor_in.json +0 -62
  58. package/config/devices/0x0258/neo_coolcam_roller_shutter.json +0 -113
  59. package/config/devices/0x0258/sos_remote_control.json +0 -53
  60. package/config/devices/index.json +0 -34023
@@ -0,0 +1,140 @@
1
+ {
2
+ "manufacturer": "McoHome Technology Co., Ltd.",
3
+ "manufacturerId": "0x015f",
4
+ "label": "MH3901-Z",
5
+ "description": "Boiler Thermostat",
6
+ "devices": [
7
+ {
8
+ "productType": "0x3910",
9
+ "productId": "0x5102"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 1,
20
+ "isLifeline": true
21
+ }
22
+ },
23
+ "paramInformation": [
24
+ {
25
+ "#": "1",
26
+ "label": "Temperature Reporting",
27
+ "valueSize": 1,
28
+ "minValue": 0,
29
+ "maxValue": 3,
30
+ "defaultValue": 1,
31
+ "unsigned": true,
32
+ "allowManualEntry": false,
33
+ "options": [
34
+ {
35
+ "label": "Off",
36
+ "value": 0
37
+ },
38
+ {
39
+ "label": "Difference reporting only",
40
+ "value": 1
41
+ },
42
+ {
43
+ "label": "Interval reporting only",
44
+ "value": 2
45
+ },
46
+ {
47
+ "label": "Difference and interval reporting",
48
+ "value": 3
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "#": "2",
54
+ "label": "Temperature Difference Setting",
55
+ "unit": "0.1 °C",
56
+ "valueSize": 2,
57
+ "minValue": 3,
58
+ "maxValue": 995,
59
+ "defaultValue": 5,
60
+ "unsigned": true
61
+ },
62
+ {
63
+ "#": "3",
64
+ "label": "Report Interval Time",
65
+ "description": "Suggested > 30 seconds.",
66
+ "unit": "seconds",
67
+ "valueSize": 2,
68
+ "minValue": 10,
69
+ "maxValue": 32767,
70
+ "defaultValue": 60,
71
+ "unsigned": true
72
+ },
73
+ {
74
+ "#": "5",
75
+ "label": "Retransmission Times",
76
+ "description": "Association SET 2 Command retransmission times",
77
+ "valueSize": 1,
78
+ "minValue": 0,
79
+ "maxValue": 127,
80
+ "defaultValue": 3,
81
+ "unsigned": true,
82
+ "options": [
83
+ {
84
+ "label": "Disable",
85
+ "value": 0
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "#": "7",
91
+ "label": "Heating Cycle Duration",
92
+ "unit": "minutes",
93
+ "valueSize": 1,
94
+ "minValue": 10,
95
+ "maxValue": 120,
96
+ "defaultValue": 20,
97
+ "unsigned": true
98
+ },
99
+ {
100
+ "#": "8",
101
+ "label": "Heating Time within Heating Cycle",
102
+ "description": "Must be less than Heating Cycle Duration (parameter 7)",
103
+ "unit": "minutes",
104
+ "valueSize": 1,
105
+ "minValue": 10,
106
+ "maxValue": 120,
107
+ "defaultValue": 20,
108
+ "unsigned": true
109
+ },
110
+ {
111
+ "#": "255",
112
+ "label": "Reset to Factory Default Setting",
113
+ "valueSize": 2,
114
+ "minValue": 0,
115
+ "maxValue": 39090,
116
+ "defaultValue": 0,
117
+ "unsigned": true,
118
+ "writeOnly": true,
119
+ "allowManualEntry": false,
120
+ "options": [
121
+ {
122
+ "label": "Normal operation",
123
+ "value": 0
124
+ },
125
+ {
126
+ "label": "Reset configuration parameters to default settings",
127
+ "value": 17185
128
+ },
129
+ {
130
+ "label": "Factory reset",
131
+ "value": 39030
132
+ }
133
+ ]
134
+ }
135
+ ],
136
+ "metadata": {
137
+ "inclusion": "From the opening menu, long-press S1 and S3 to enter inclusion/exclusion menu. Short press S2 to enter learning mode.",
138
+ "manual": "http://www.mcohome.com/MH3901-Z-PG3887693"
139
+ }
140
+ }
@@ -373,7 +373,8 @@
373
373
  "valueSize": 3,
374
374
  "minValue": 0,
375
375
  "maxValue": 255,
376
- "defaultValue": 221
376
+ "defaultValue": 221,
377
+ "unsigned": true
377
378
  },
378
379
  {
379
380
  "#": "83[0xff00]",
@@ -381,7 +382,8 @@
381
382
  "valueSize": 3,
382
383
  "minValue": 0,
383
384
  "maxValue": 255,
384
- "defaultValue": 160
385
+ "defaultValue": 160,
386
+ "unsigned": true
385
387
  },
386
388
  {
387
389
  "#": "83[0xff0000]",
@@ -390,7 +392,8 @@
390
392
  "valueSize": 3,
391
393
  "minValue": 0,
392
394
  "maxValue": 255,
393
- "defaultValue": 221
395
+ "defaultValue": 221,
396
+ "unsigned": true
394
397
  },
395
398
  {
396
399
  "#": "84[0xff]",
@@ -399,7 +402,8 @@
399
402
  "valueSize": 3,
400
403
  "minValue": 0,
401
404
  "maxValue": 100,
402
- "defaultValue": 50
405
+ "defaultValue": 50,
406
+ "unsigned": true
403
407
  },
404
408
  {
405
409
  "#": "84[0xff00]",
@@ -408,7 +412,8 @@
408
412
  "valueSize": 3,
409
413
  "minValue": 0,
410
414
  "maxValue": 100,
411
- "defaultValue": 50
415
+ "defaultValue": 50,
416
+ "unsigned": true
412
417
  },
413
418
  {
414
419
  "#": "84[0xff0000]",
@@ -417,7 +422,8 @@
417
422
  "valueSize": 3,
418
423
  "minValue": 0,
419
424
  "maxValue": 100,
420
- "defaultValue": 50
425
+ "defaultValue": 50,
426
+ "unsigned": true
421
427
  }
422
428
  ]
423
429
  }
@@ -11,6 +11,10 @@
11
11
  {
12
12
  "productType": "0x0202",
13
13
  "productId": "0x0064"
14
+ },
15
+ {
16
+ "productType": "0x0102",
17
+ "productId": "0x0064"
14
18
  }
15
19
  ],
16
20
  "firmwareVersion": {
@@ -220,6 +220,7 @@
220
220
  "minValue": 0,
221
221
  "maxValue": 30,
222
222
  "defaultValue": 0,
223
+ "unsigned": true,
223
224
  "options": [
224
225
  {
225
226
  "label": "Constant Speed",
@@ -235,6 +236,7 @@
235
236
  "minValue": 0,
236
237
  "maxValue": 2,
237
238
  "defaultValue": 0,
239
+ "unsigned": true,
238
240
  "allowManualEntry": false,
239
241
  "options": [
240
242
  {
@@ -258,7 +260,8 @@
258
260
  "valueSize": 4,
259
261
  "minValue": 0,
260
262
  "maxValue": 254,
261
- "defaultValue": 0
263
+ "defaultValue": 0,
264
+ "unsigned": true
262
265
  },
263
266
  {
264
267
  "#": "37[0xff0000]",
@@ -277,6 +280,7 @@
277
280
  "minValue": 0,
278
281
  "maxValue": 4,
279
282
  "defaultValue": 1,
283
+ "unsigned": true,
280
284
  "allowManualEntry": false,
281
285
  "options": [
282
286
  {
@@ -309,6 +313,7 @@
309
313
  "minValue": 0,
310
314
  "maxValue": 2,
311
315
  "defaultValue": 0,
316
+ "unsigned": true,
312
317
  "allowManualEntry": false,
313
318
  "options": [
314
319
  {
@@ -0,0 +1,160 @@
1
+ {
2
+ "manufacturer": "ConnectHome",
3
+ "manufacturerId": "0x0179",
4
+ "label": "CH-103",
5
+ "description": "CH-103 Relay",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0041",
9
+ "productId": "0x0014"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Temperature and Alarm Reports",
19
+ "maxNodes": 10,
20
+ "isLifeline": true
21
+ },
22
+ "2": {
23
+ "label": "Switch S1",
24
+ "maxNodes": 10,
25
+ "isLifeline": false
26
+ },
27
+ "3": {
28
+ "label": "Switch S2",
29
+ "maxNodes": 10,
30
+ "isLifeline": false
31
+ }
32
+ },
33
+ "paramInformation": [
34
+ {
35
+ "#": "1",
36
+ "label": "Calibration",
37
+ "valueSize": 1,
38
+ "minValue": 0,
39
+ "maxValue": 1,
40
+ "defaultValue": 0,
41
+ "allowManualEntry": false,
42
+ "options": [
43
+ {
44
+ "label": "Idle",
45
+ "value": 0
46
+ },
47
+ {
48
+ "label": "Calibrate",
49
+ "value": 1
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "#": "2",
55
+ "label": "Operation Mode",
56
+ "valueSize": 1,
57
+ "minValue": 0,
58
+ "maxValue": 2,
59
+ "defaultValue": 0,
60
+ "allowManualEntry": false,
61
+ "options": [
62
+ {
63
+ "label": "Standard",
64
+ "value": 0
65
+ },
66
+ {
67
+ "label": "Motor with limit switchs",
68
+ "value": 1
69
+ },
70
+ {
71
+ "label": "Blind Control",
72
+ "value": 2
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "#": "3",
78
+ "label": "Rotation Time",
79
+ "description": "Time of full rotation of lamellas or 180° in the blind mode",
80
+ "unit": "0.1 s",
81
+ "valueSize": 2,
82
+ "minValue": 0,
83
+ "maxValue": 1000,
84
+ "defaultValue": 0
85
+ },
86
+ {
87
+ "#": "4",
88
+ "label": "Open Operating Time",
89
+ "unit": "0.1 s",
90
+ "valueSize": 2,
91
+ "minValue": 0,
92
+ "maxValue": 1000,
93
+ "defaultValue": 0
94
+ },
95
+ {
96
+ "#": "5",
97
+ "label": "Close Operating Time",
98
+ "unit": "0.1 s",
99
+ "valueSize": 2,
100
+ "minValue": 0,
101
+ "maxValue": 1000,
102
+ "defaultValue": 0
103
+ },
104
+ {
105
+ "#": "6",
106
+ "label": "Open Delay",
107
+ "unit": "0.1 s",
108
+ "valueSize": 2,
109
+ "minValue": 0,
110
+ "maxValue": 1000,
111
+ "defaultValue": 0
112
+ },
113
+ {
114
+ "#": "7",
115
+ "label": "Close Delay",
116
+ "unit": "0.1 s",
117
+ "valueSize": 2,
118
+ "minValue": 0,
119
+ "maxValue": 1000,
120
+ "defaultValue": 0
121
+ },
122
+ {
123
+ "#": "50",
124
+ "label": "Respond to Non-Encrypted Commands When Included Securely",
125
+ "valueSize": 1,
126
+ "minValue": 0,
127
+ "maxValue": 1,
128
+ "defaultValue": 0,
129
+ "allowManualEntry": false,
130
+ "options": [
131
+ {
132
+ "label": "Enable",
133
+ "value": 0
134
+ },
135
+ {
136
+ "label": "Disable",
137
+ "value": 1
138
+ }
139
+ ]
140
+ },
141
+ {
142
+ "#": "51",
143
+ "$import": "~/templates/master_template.json#base_enable_disable",
144
+ "label": "Send Secure Commands to 2nd Association Group",
145
+ "description": "Only active when the node is included securely"
146
+ },
147
+ {
148
+ "#": "52",
149
+ "$import": "~/templates/master_template.json#base_enable_disable",
150
+ "label": "Send Secure Commands to 3rd Association Group",
151
+ "description": "Only active when the node is included securely"
152
+ }
153
+ ],
154
+ "metadata": {
155
+ "inclusion": "Press the system button located on the top cover three times.",
156
+ "exclusion": "Press the system button located on the top cover three times.",
157
+ "reset": "Exclude causes factory reset.",
158
+ "manual": "https://connecthome.com.ua/product/ch103#anc_5"
159
+ }
160
+ }