@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,141 @@
1
+ {
2
+ "manufacturer": "McoHome Technology Co., Ltd.",
3
+ "manufacturerId": "0x015f",
4
+ "label": "MH4936",
5
+ "description": "Thermostat",
6
+ "devices": [
7
+ {
8
+ "productType": "0x8101",
9
+ "productId": "0x4936"
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
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
27
+ "defaultValue": 1
28
+ },
29
+ {
30
+ "#": "2",
31
+ "$import": "templates/mcohome_template.json#temperature_reporting_threshold",
32
+ "defaultValue": 10
33
+ },
34
+ {
35
+ "#": "3",
36
+ "$import": "templates/mcohome_template.json#humidity_reporting_threshold"
37
+ },
38
+ {
39
+ "#": "12",
40
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
41
+ "defaultValue": 0
42
+ },
43
+ {
44
+ "#": "14",
45
+ "$import": "templates/mcohome_template.json#beep_volume"
46
+ },
47
+ {
48
+ "#": "16",
49
+ "$import": "templates/mcohome_template.json#temperature_upper_limit",
50
+ "defaultValue": 98
51
+ },
52
+ {
53
+ "#": "17",
54
+ "$import": "templates/mcohome_template.json#temperature_lower_limit",
55
+ "defaultValue": 41
56
+ },
57
+ {
58
+ "#": "18",
59
+ "$import": "templates/mcohome_template.json#indoor_temperature_calibration"
60
+ },
61
+ {
62
+ "#": "19",
63
+ "$import": "templates/mcohome_template.json#indoor_humidity_calibration"
64
+ },
65
+ {
66
+ "#": "22",
67
+ "$import": "templates/mcohome_template.json#temperature_deadband_10_20",
68
+ "defaultValue": 20
69
+ },
70
+ {
71
+ "#": "23",
72
+ "$import": "~/templates/master_template.json#base_options_nounit",
73
+ "label": "Controlling Type",
74
+ "defaultValue": 7,
75
+ "options": [
76
+ {
77
+ "label": "Conventional cool only",
78
+ "value": 0
79
+ },
80
+ {
81
+ "label": "Conventional heat only",
82
+ "value": 1
83
+ },
84
+ {
85
+ "label": "Conventional cool or heat",
86
+ "value": 2
87
+ },
88
+ {
89
+ "label": "Heat pump cool only",
90
+ "value": 3
91
+ },
92
+ {
93
+ "label": "Heat pump heat only",
94
+ "value": 4
95
+ },
96
+ {
97
+ "label": "Heat pump two stages heat",
98
+ "value": 5
99
+ },
100
+ {
101
+ "label": "Heat pump single cooling/heating",
102
+ "value": 6
103
+ },
104
+ {
105
+ "label": "Heat pump two stage cooling/heating",
106
+ "value": 7
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "#": "24",
112
+ "$import": "~/templates/master_template.json#base_options_nounit",
113
+ "label": "Changeover Valve Logic",
114
+ "options": [
115
+ {
116
+ "label": "O/B turned on when cooling starts",
117
+ "value": 0
118
+ },
119
+ {
120
+ "label": "O/B turned on when heating starts",
121
+ "value": 1
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "#": "25",
127
+ "$import": "~/templates/master_template.json#base_0-10_nounit",
128
+ "label": "Compressor Protection Time",
129
+ "defaultValue": 1
130
+ },
131
+ {
132
+ "#": "26",
133
+ "$import": "~/templates/master_template.json#base_enable_disable",
134
+ "label": "Emergency Heating Mode"
135
+ },
136
+ {
137
+ "#": "255",
138
+ "$import": "templates/mcohome_template.json#factory_reset"
139
+ }
140
+ ]
141
+ }
@@ -23,51 +23,15 @@
23
23
  "paramInformation": [
24
24
  {
25
25
  "#": "1",
26
- "label": "Temperature Unit",
27
- "valueSize": 1,
28
- "defaultValue": 1,
29
- "allowManualEntry": false,
30
- "options": [
31
- {
32
- "label": "Celsius",
33
- "value": 0
34
- },
35
- {
36
- "label": "Fahrenheit",
37
- "value": 1
38
- }
39
- ]
26
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit"
40
27
  },
41
28
  {
42
29
  "#": "2",
43
- "label": "Temperature Reporting Threshold",
44
- "description": "Valid range: 3-255; Variation in temperature to induce automatic report",
45
- "valueSize": 2,
46
- "unit": "0.1 °F/C",
47
- "minValue": 0,
48
- "maxValue": 255,
49
- "defaultValue": 5,
50
- "options": [
51
- {
52
- "label": "Disable",
53
- "value": 0
54
- }
55
- ]
30
+ "$import": "templates/mcohome_template.json#temperature_reporting_threshold"
56
31
  },
57
32
  {
58
33
  "#": "3",
59
- "label": "Humidity Reporting Threshold",
60
- "description": "Variation in humidity to induce automatic report",
61
- "valueSize": 1,
62
- "minValue": 0,
63
- "maxValue": 99,
64
- "defaultValue": 10,
65
- "options": [
66
- {
67
- "label": "Disable",
68
- "value": 0
69
- }
70
- ]
34
+ "$import": "templates/mcohome_template.json#humidity_reporting_threshold"
71
35
  },
72
36
  {
73
37
  "#": "12",
@@ -76,280 +40,67 @@
76
40
  },
77
41
  {
78
42
  "#": "13",
79
- "label": "Display Brightness",
80
- "valueSize": 1,
81
- "defaultValue": 2,
82
- "allowManualEntry": false,
83
- "options": [
84
- {
85
- "label": "Dim",
86
- "value": 1
87
- },
88
- {
89
- "label": "Low",
90
- "value": 2
91
- },
92
- {
93
- "label": "Medium",
94
- "value": 3
95
- },
96
- {
97
- "label": "High",
98
- "value": 4
99
- },
100
- {
101
- "label": "Always on",
102
- "value": 5
103
- }
104
- ]
43
+ "$import": "templates/mcohome_template.json#display_brightness"
105
44
  },
106
45
  {
107
46
  "#": "14",
108
- "label": "Beep Volume",
109
- "valueSize": 1,
110
- "defaultValue": 5,
111
- "allowManualEntry": false,
112
- "options": [
113
- {
114
- "label": "Off",
115
- "value": 1
116
- },
117
- {
118
- "label": "Low",
119
- "value": 2
120
- },
121
- {
122
- "label": "Medium",
123
- "value": 3
124
- },
125
- {
126
- "label": "High",
127
- "value": 4
128
- },
129
- {
130
- "label": "Standard",
131
- "value": 5
132
- }
133
- ]
47
+ "$import": "templates/mcohome_template.json#beep_volume"
134
48
  },
135
49
  {
136
50
  "#": "16",
137
- "label": "Set Temperature: Upper Limit",
138
- "valueSize": 1,
139
- "minValue": 1,
140
- "maxValue": 99,
141
- "defaultValue": 98,
142
- "options": [
143
- {
144
- "label": "Default (Celsius)",
145
- "value": 37
146
- },
147
- {
148
- "label": "Default (Fahrenheit)",
149
- "value": 98
150
- }
151
- ]
51
+ "$import": "templates/mcohome_template.json#temperature_upper_limit"
152
52
  },
153
53
  {
154
54
  "#": "17",
155
- "label": "Set Temperature: Lower Limit",
156
- "valueSize": 1,
157
- "minValue": 0,
158
- "maxValue": 98,
159
- "defaultValue": 5,
160
- "options": [
161
- {
162
- "label": "Default (Celsius)",
163
- "value": 5
164
- },
165
- {
166
- "label": "Default (Fahrenheit)",
167
- "value": 41
168
- }
169
- ]
55
+ "$import": "templates/mcohome_template.json#temperature_lower_limit"
170
56
  },
171
57
  {
172
58
  "#": "18",
173
- "label": "Indoor Temperature Calibration",
174
- "valueSize": 1,
175
- "unit": "0.1 °F/C",
176
- "minValue": -99,
177
- "maxValue": 99,
178
- "defaultValue": 0
59
+ "$import": "templates/mcohome_template.json#indoor_temperature_calibration"
179
60
  },
180
61
  {
181
62
  "#": "19",
182
- "label": "Indoor Humidity Calibration",
183
- "valueSize": 1,
184
- "unit": "%",
185
- "minValue": -20,
186
- "maxValue": 20,
187
- "defaultValue": 0
63
+ "$import": "templates/mcohome_template.json#indoor_humidity_calibration"
188
64
  },
189
65
  {
190
66
  "#": "20",
191
- "label": "Outdoor Temperature Calibration",
192
- "valueSize": 1,
193
- "unit": "0.1 °F/C",
194
- "minValue": -99,
195
- "maxValue": 99,
196
- "defaultValue": 0
67
+ "$import": "templates/mcohome_template.json#outdoor_temperature_calibration"
197
68
  },
198
69
  {
199
70
  "#": "21",
200
- "label": "Outdoor Temperature Sensor Type",
201
- "valueSize": 1,
202
- "defaultValue": 0,
203
- "allowManualEntry": false,
204
- "options": [
205
- {
206
- "label": "Protection sensor",
207
- "value": 0
208
- },
209
- {
210
- "label": "Controlled sensor",
211
- "value": 1
212
- }
213
- ]
71
+ "$import": "templates/mcohome_template.json#outdoor_temperature_sensor_type"
214
72
  },
215
73
  {
216
74
  "#": "22",
217
- "label": "Antifreeze Protection",
218
- "description": "Automatic heating at 41 °F/5 °C",
219
- "valueSize": 1,
220
- "defaultValue": 0,
221
- "allowManualEntry": false,
222
- "options": [
223
- {
224
- "label": "Disable",
225
- "value": 0
226
- },
227
- {
228
- "label": "Enable",
229
- "value": 1
230
- }
231
- ]
75
+ "$import": "templates/mcohome_template.json#antifreeze_protection"
232
76
  },
233
77
  {
234
78
  "#": "23",
235
- "label": "Fan Mode Above Set Temperature",
236
- "valueSize": 1,
237
- "defaultValue": 0,
238
- "allowManualEntry": false,
239
- "options": [
240
- {
241
- "label": "Normal operation",
242
- "value": 0
243
- },
244
- {
245
- "label": "Always off",
246
- "value": 1
247
- }
248
- ]
79
+ "$import": "templates/mcohome_template.json#fan_mode_above_set_temperature"
249
80
  },
250
81
  {
251
82
  "#": "24",
252
- "label": "Fan Working Mode",
253
- "valueSize": 1,
254
- "defaultValue": 0,
255
- "allowManualEntry": false,
256
- "options": [
257
- {
258
- "label": "Cool and heat modes",
259
- "value": 0
260
- },
261
- {
262
- "label": "Cool mode only",
263
- "value": 1
264
- },
265
- {
266
- "label": "Heat mode only",
267
- "value": 2
268
- },
269
- {
270
- "label": "Disable",
271
- "value": 3
272
- }
273
- ]
83
+ "$import": "templates/mcohome_template.json#fan_working_mode"
274
84
  },
275
85
  {
276
86
  "#": "25",
277
- "label": "Key Lock Function",
278
- "valueSize": 1,
279
- "defaultValue": 1,
280
- "allowManualEntry": false,
281
- "options": [
282
- {
283
- "label": "Disable",
284
- "value": 0
285
- },
286
- {
287
- "label": "Enable",
288
- "value": 1
289
- }
290
- ]
87
+ "$import": "templates/mcohome_template.json#key_lock_function"
291
88
  },
292
89
  {
293
90
  "#": "27",
294
- "label": "Ventilation Function",
295
- "valueSize": 1,
296
- "defaultValue": 0,
297
- "allowManualEntry": false,
298
- "options": [
299
- {
300
- "label": "Disable",
301
- "value": 0
302
- },
303
- {
304
- "label": "Enable",
305
- "value": 1
306
- }
307
- ]
91
+ "$import": "templates/mcohome_template.json#ventilation_function"
308
92
  },
309
93
  {
310
94
  "#": "28",
311
- "label": "Ventilation Duration",
312
- "valueSize": 1,
313
- "unit": "minutes",
314
- "minValue": 1,
315
- "maxValue": 30,
316
- "defaultValue": 5
95
+ "$import": "templates/mcohome_template.json#ventilation_duration"
317
96
  },
318
97
  {
319
98
  "#": "29",
320
- "label": "Temperature Deadband",
321
- "valueSize": 1,
322
- "unit": "0.1 °F/C",
323
- "minValue": 0,
324
- "maxValue": 99,
325
- "defaultValue": 30,
326
- "options": [
327
- {
328
- "label": "Default (Celsius)",
329
- "value": 15
330
- },
331
- {
332
- "label": "Default (Fahrenheit)",
333
- "value": 30
334
- }
335
- ]
99
+ "$import": "templates/mcohome_template.json#temperature_deadband_15_30"
336
100
  },
337
101
  {
338
102
  "#": "255",
339
- "label": "Factory Reset",
340
- "valueSize": 1,
341
- "defaultValue": 53,
342
- "allowManualEntry": false,
343
- "options": [
344
- {
345
- "label": "Normal operation",
346
- "value": 53
347
- },
348
- {
349
- "label": "Reset to factory defaults",
350
- "value": 55
351
- }
352
- ]
103
+ "$import": "templates/mcohome_template.json#factory_reset_53_55"
353
104
  }
354
105
  ]
355
106
  }
@@ -0,0 +1,106 @@
1
+ {
2
+ "manufacturer": "McoHome Technology Co., Ltd.",
3
+ "manufacturerId": "0x015f",
4
+ "label": "MH5-2D",
5
+ "description": "Fan Coil Thermostat",
6
+ "devices": [
7
+ {
8
+ "productType": "0xf52d",
9
+ "productId": "0x7102"
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
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit"
27
+ },
28
+ {
29
+ "#": "2",
30
+ "$import": "templates/mcohome_template.json#temperature_reporting_threshold"
31
+ },
32
+ {
33
+ "#": "3",
34
+ "$import": "templates/mcohome_template.json#humidity_reporting_threshold"
35
+ },
36
+ {
37
+ "#": "12",
38
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
39
+ "defaultValue": 1
40
+ },
41
+ {
42
+ "#": "13",
43
+ "$import": "templates/mcohome_template.json#display_brightness"
44
+ },
45
+ {
46
+ "#": "14",
47
+ "$import": "templates/mcohome_template.json#beep_volume"
48
+ },
49
+ {
50
+ "#": "16",
51
+ "$import": "templates/mcohome_template.json#temperature_upper_limit"
52
+ },
53
+ {
54
+ "#": "17",
55
+ "$import": "templates/mcohome_template.json#temperature_lower_limit"
56
+ },
57
+ {
58
+ "#": "18",
59
+ "$import": "templates/mcohome_template.json#indoor_temperature_calibration"
60
+ },
61
+ {
62
+ "#": "19",
63
+ "$import": "templates/mcohome_template.json#indoor_humidity_calibration"
64
+ },
65
+ {
66
+ "#": "20",
67
+ "$import": "templates/mcohome_template.json#outdoor_temperature_calibration"
68
+ },
69
+ {
70
+ "#": "21",
71
+ "$import": "templates/mcohome_template.json#outdoor_temperature_sensor_type"
72
+ },
73
+ {
74
+ "#": "22",
75
+ "$import": "templates/mcohome_template.json#antifreeze_protection"
76
+ },
77
+ {
78
+ "#": "23",
79
+ "$import": "templates/mcohome_template.json#fan_mode_above_set_temperature"
80
+ },
81
+ {
82
+ "#": "24",
83
+ "$import": "templates/mcohome_template.json#fan_working_mode"
84
+ },
85
+ {
86
+ "#": "25",
87
+ "$import": "templates/mcohome_template.json#key_lock_function"
88
+ },
89
+ {
90
+ "#": "27",
91
+ "$import": "templates/mcohome_template.json#ventilation_function"
92
+ },
93
+ {
94
+ "#": "28",
95
+ "$import": "templates/mcohome_template.json#ventilation_duration"
96
+ },
97
+ {
98
+ "#": "29",
99
+ "$import": "templates/mcohome_template.json#temperature_deadband_15_30"
100
+ },
101
+ {
102
+ "#": "255",
103
+ "$import": "templates/mcohome_template.json#factory_reset_53_55"
104
+ }
105
+ ]
106
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "manufacturer": "McoHome Technology Co., Ltd.",
3
+ "manufacturerId": "0x015f",
4
+ "label": "MH5-4A",
5
+ "description": "Fan Coil Thermostat",
6
+ "devices": [
7
+ {
8
+ "productType": "0xf523",
9
+ "productId": "0x7101"
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
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit"
27
+ },
28
+ {
29
+ "#": "2",
30
+ "$import": "templates/mcohome_template.json#temperature_reporting_threshold"
31
+ },
32
+ {
33
+ "#": "12",
34
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
35
+ "defaultValue": 1
36
+ },
37
+ {
38
+ "#": "13",
39
+ "$import": "templates/mcohome_template.json#display_brightness"
40
+ },
41
+ {
42
+ "#": "14",
43
+ "$import": "templates/mcohome_template.json#beep_volume"
44
+ },
45
+ {
46
+ "#": "16",
47
+ "$import": "templates/mcohome_template.json#temperature_upper_limit"
48
+ },
49
+ {
50
+ "#": "17",
51
+ "$import": "templates/mcohome_template.json#temperature_lower_limit"
52
+ },
53
+ {
54
+ "#": "18",
55
+ "$import": "templates/mcohome_template.json#indoor_temperature_calibration"
56
+ },
57
+ {
58
+ "#": "20",
59
+ "$import": "templates/mcohome_template.json#outdoor_temperature_calibration"
60
+ },
61
+ {
62
+ "#": "21",
63
+ "$import": "templates/mcohome_template.json#outdoor_temperature_sensor_type"
64
+ },
65
+ {
66
+ "#": "22",
67
+ "$import": "templates/mcohome_template.json#antifreeze_protection"
68
+ },
69
+ {
70
+ "#": "23",
71
+ "$import": "templates/mcohome_template.json#fan_mode_above_set_temperature"
72
+ },
73
+ {
74
+ "#": "24",
75
+ "$import": "templates/mcohome_template.json#fan_working_mode"
76
+ },
77
+ {
78
+ "#": "25",
79
+ "$import": "templates/mcohome_template.json#key_lock_function"
80
+ },
81
+ {
82
+ "#": "27",
83
+ "$import": "templates/mcohome_template.json#ventilation_function"
84
+ },
85
+ {
86
+ "#": "28",
87
+ "$import": "templates/mcohome_template.json#ventilation_duration"
88
+ },
89
+ {
90
+ "#": "29",
91
+ "$import": "templates/mcohome_template.json#temperature_deadband_10_20"
92
+ },
93
+ {
94
+ "#": "255",
95
+ "$import": "templates/mcohome_template.json#factory_reset_53_55"
96
+ }
97
+ ]
98
+ }
@@ -11,7 +11,7 @@
11
11
  {
12
12
  "productType": "0x0702",
13
13
  "productId": "0x5102",
14
- "zwaveAllianceId": [2900, 3846, 3847]
14
+ "zwaveAllianceId": [2900, 3846, 3847, 3904]
15
15
  },
16
16
  {
17
17
  "productType": "0x0712",