@zwave-js/config 8.11.0 → 8.11.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.
@@ -16,70 +16,15 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "1",
19
- "label": "Frequency Region",
20
- "valueSize": 1,
21
- "minValue": 0,
22
- "maxValue": 9,
23
- "readOnly": true,
24
- "options": [
25
- {
26
- "label": "EU (868.4 MHz, 869.85 MHz)",
27
- "value": 0
28
- },
29
- {
30
- "label": "US (908.4 MHz, 916.0 MHz)",
31
- "value": 1
32
- },
33
- {
34
- "label": "AU (919.8 MHz, 921.4 MHz)",
35
- "value": 2
36
- },
37
- {
38
- "label": "HO (919.8 MHz)",
39
- "value": 3
40
- },
41
- {
42
- "label": "In (865.2 MHz)",
43
- "value": 4
44
- },
45
- {
46
- "label": "IL (916.0 MHz)",
47
- "value": 5
48
- },
49
- {
50
- "label": "RU (869.0 MHz)",
51
- "value": 6
52
- },
53
- {
54
- "label": "Cn (868.4 MHz)",
55
- "value": 7
56
- },
57
- {
58
- "label": "JP (922.5 MHz, 923.9 MHz, 926.3 MHz)",
59
- "value": 8
60
- },
61
- {
62
- "label": "Or (920.9 MHz, 921.7 MHz, 923.1 MHz)",
63
- "value": 9
64
- }
65
- ]
19
+ "$import": "templates/heltun_template.json#frequency_region"
66
20
  },
67
21
  {
68
22
  "#": "3",
69
- "label": "Hardware and Software Versions",
70
- "valueSize": 4,
71
- "minValue": 0,
72
- "maxValue": 0,
73
- "readOnly": true
23
+ "$import": "templates/heltun_template.json#hw_sw_ver"
74
24
  },
75
25
  {
76
26
  "#": "4",
77
- "label": "Energy Consumption",
78
- "unit": "kW",
79
- "valueSize": 4,
80
- "minValue": 0,
81
- "maxValue": 0,
82
- "readOnly": true
27
+ "$import": "templates/heltun_template.json#energy_consumption"
83
28
  },
84
29
  {
85
30
  "#": "5",
@@ -100,22 +45,8 @@
100
45
  },
101
46
  {
102
47
  "#": "7",
103
- "label": "Relay Output Mode",
104
- "valueSize": 1,
105
- "minValue": 0,
106
- "maxValue": 1,
107
- "defaultValue": 0,
108
- "allowManualEntry": false,
109
- "options": [
110
- {
111
- "label": "Normally Open",
112
- "value": 0
113
- },
114
- {
115
- "label": "Normally Closed",
116
- "value": 1
117
- }
118
- ]
48
+ "$import": "templates/heltun_template.json#relay_output_mode",
49
+ "label": "Relay Output Mode"
119
50
  },
120
51
  {
121
52
  "#": "8",
@@ -183,9 +114,7 @@
183
114
  "#": "10",
184
115
  "label": "Floor Sensor Resistance",
185
116
  "unit": "kΩ",
186
- "valueSize": 1,
187
- "minValue": 1,
188
- "maxValue": 100,
117
+ "$import": "~/templates/master_template.json#base_1-100_nounit",
189
118
  "defaultValue": 10
190
119
  },
191
120
  {
@@ -265,21 +194,13 @@
265
194
  },
266
195
  {
267
196
  "#": "16",
268
- "label": "Floor Temperature Calibration",
269
- "unit": "0.1 °C",
270
- "valueSize": 1,
271
- "minValue": -100,
272
- "maxValue": 100,
273
- "defaultValue": 0
197
+ "$import": "templates/heltun_template.json#temp_sensor_calibration",
198
+ "label": "Floor Temperature Calibration"
274
199
  },
275
200
  {
276
201
  "#": "17",
277
- "label": "Air Temperature Calibration",
278
- "unit": "0.1 °C",
279
- "valueSize": 1,
280
- "minValue": -100,
281
- "maxValue": 100,
282
- "defaultValue": 0
202
+ "$import": "templates/heltun_template.json#temp_sensor_calibration",
203
+ "label": "Air Temperature Calibration"
283
204
  },
284
205
  {
285
206
  "#": "18",
@@ -292,22 +213,7 @@
292
213
  },
293
214
  {
294
215
  "#": "19",
295
- "label": "Time Correction by Controller",
296
- "valueSize": 1,
297
- "minValue": 0,
298
- "maxValue": 1,
299
- "defaultValue": 1,
300
- "allowManualEntry": false,
301
- "options": [
302
- {
303
- "label": "Disable",
304
- "value": 0
305
- },
306
- {
307
- "label": "Enable",
308
- "value": 1
309
- }
310
- ]
216
+ "$import": "templates/heltun_template.json#controller_time_correction"
311
217
  },
312
218
  {
313
219
  "#": "20",
@@ -330,51 +236,11 @@
330
236
  },
331
237
  {
332
238
  "#": "21",
333
- "label": "Week Day Override",
334
- "valueSize": 1,
335
- "minValue": 1,
336
- "maxValue": 7,
337
- "defaultValue": 1,
338
- "allowManualEntry": false,
339
- "options": [
340
- {
341
- "label": "Monday",
342
- "value": 1
343
- },
344
- {
345
- "label": "Tuesday",
346
- "value": 2
347
- },
348
- {
349
- "label": "Wednesday",
350
- "value": 3
351
- },
352
- {
353
- "label": "Thursday",
354
- "value": 4
355
- },
356
- {
357
- "label": "Friday",
358
- "value": 5
359
- },
360
- {
361
- "label": "Saturday",
362
- "value": 6
363
- },
364
- {
365
- "label": "Sunday",
366
- "value": 7
367
- }
368
- ]
239
+ "$import": "templates/heltun_template.json#weekday_override"
369
240
  },
370
241
  {
371
242
  "#": "22",
372
- "label": "Time Override",
373
- "unit": "HHMM",
374
- "valueSize": 2,
375
- "minValue": 0,
376
- "maxValue": 2359,
377
- "defaultValue": 0
243
+ "$import": "templates/heltun_template.json#time_override"
378
244
  },
379
245
  {
380
246
  "#": "23",
@@ -436,6 +302,30 @@
436
302
  }
437
303
  ]
438
304
  },
305
+ {
306
+ "#": "40",
307
+ "$if": "firmwareVersion >= 2.4",
308
+ "label": "Child Lock Mode",
309
+ "valueSize": 1,
310
+ "minValue": 1,
311
+ "maxValue": 3,
312
+ "defaultValue": 1,
313
+ "allowManualEntry": false,
314
+ "options": [
315
+ {
316
+ "label": "All Locked",
317
+ "value": 1
318
+ },
319
+ {
320
+ "label": "Set Point Unlocked",
321
+ "value": 2
322
+ },
323
+ {
324
+ "label": "Set Point and Mode Unlocked",
325
+ "value": 3
326
+ }
327
+ ]
328
+ },
439
329
  {
440
330
  "#": "41",
441
331
  "label": "Morning Start Time",
@@ -727,11 +617,7 @@
727
617
  {
728
618
  "#": "141",
729
619
  "label": "Energy Consumption Report Interval",
730
- "unit": "minutes",
731
- "valueSize": 1,
732
- "minValue": 1,
733
- "maxValue": 120,
734
- "defaultValue": 10
620
+ "$import": "templates/heltun_template.json#report_interval"
735
621
  },
736
622
  {
737
623
  "#": "142",
@@ -745,19 +631,13 @@
745
631
  {
746
632
  "#": "143",
747
633
  "label": "Sensors Consecutive Reporting Interval",
748
- "unit": "minutes",
749
- "valueSize": 1,
750
- "minValue": 1,
751
- "maxValue": 120,
752
- "defaultValue": 10
634
+ "$import": "templates/heltun_template.json#report_interval"
753
635
  },
754
636
  {
755
637
  "#": "144",
756
638
  "label": "Air & Floor Temperature Sensors Report Threshold",
757
639
  "unit": "0.1 °C",
758
- "valueSize": 1,
759
- "minValue": 0,
760
- "maxValue": 100,
640
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
761
641
  "defaultValue": 2
762
642
  },
763
643
  {
@@ -773,11 +653,34 @@
773
653
  "#": "146",
774
654
  "label": "Light Sensor Report Threshold",
775
655
  "unit": "%",
776
- "valueSize": 1,
777
- "minValue": 0,
656
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
657
+ "defaultValue": 50
658
+ },
659
+ {
660
+ "#": "152",
661
+ "$if": "firmwareVersion >= 2.5",
662
+ "label": "Temperature Rise Notification",
663
+ "unit": "°C",
664
+ "valueSize": 2,
665
+ "minValue": 40,
778
666
  "maxValue": 99,
779
667
  "defaultValue": 50
780
668
  },
669
+ {
670
+ "#": "154",
671
+ "$if": "firmwareVersion >= 2.5",
672
+ "label": "Over-Current Notification",
673
+ "description": "The device will switch Off the load when the current reaches 16A.",
674
+ "$import": "~/templates/master_template.json#base_enable_disable",
675
+ "defaultValue": 1
676
+ },
677
+ {
678
+ "#": "159",
679
+ "$if": "firmwareVersion >= 2.5",
680
+ "label": "Load Error Notification",
681
+ "$import": "~/templates/master_template.json#base_enable_disable",
682
+ "defaultValue": 1
683
+ },
781
684
  {
782
685
  "#": "171",
783
686
  "label": "Basic Set Action",
@@ -16,70 +16,15 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "1",
19
- "label": "Frequency Region",
20
- "valueSize": 1,
21
- "minValue": 0,
22
- "maxValue": 9,
23
- "readOnly": true,
24
- "options": [
25
- {
26
- "label": "EU (868.4 MHz, 869.85 MHz)",
27
- "value": 0
28
- },
29
- {
30
- "label": "US (908.4 MHz, 916.0 MHz)",
31
- "value": 1
32
- },
33
- {
34
- "label": "AU (919.8 MHz, 921.4 MHz)",
35
- "value": 2
36
- },
37
- {
38
- "label": "HO (919.8 MHz)",
39
- "value": 3
40
- },
41
- {
42
- "label": "In (865.2 MHz)",
43
- "value": 4
44
- },
45
- {
46
- "label": "IL (916.0 MHz)",
47
- "value": 5
48
- },
49
- {
50
- "label": "RU (869.0 MHz)",
51
- "value": 6
52
- },
53
- {
54
- "label": "Cn (868.4 MHz)",
55
- "value": 7
56
- },
57
- {
58
- "label": "JP (922.5 MHz, 923.9 MHz, 926.3 MHz)",
59
- "value": 8
60
- },
61
- {
62
- "label": "Or (920.9 MHz, 921.7 MHz, 923.1 MHz)",
63
- "value": 9
64
- }
65
- ]
19
+ "$import": "templates/heltun_template.json#frequency_region"
66
20
  },
67
21
  {
68
22
  "#": "3",
69
- "label": "Hardware and Software Versions",
70
- "valueSize": 4,
71
- "minValue": 0,
72
- "maxValue": 0,
73
- "readOnly": true
23
+ "$import": "templates/heltun_template.json#hw_sw_ver"
74
24
  },
75
25
  {
76
26
  "#": "4",
77
- "label": "Energy Consumption",
78
- "unit": "kW",
79
- "valueSize": 4,
80
- "minValue": 0,
81
- "maxValue": 0,
82
- "readOnly": true
27
+ "$import": "templates/heltun_template.json#energy_consumption"
83
28
  },
84
29
  {
85
30
  "#": "7",
@@ -108,96 +53,71 @@
108
53
  },
109
54
  {
110
55
  "#": "19",
111
- "label": "Time Correction by Controller",
112
- "valueSize": 1,
113
- "minValue": 0,
114
- "maxValue": 1,
115
- "defaultValue": 1,
116
- "allowManualEntry": false,
117
- "options": [
118
- {
119
- "label": "Disable",
120
- "value": 0
121
- },
122
- {
123
- "label": "Enable",
124
- "value": 1
125
- }
126
- ]
56
+ "$import": "templates/heltun_template.json#controller_time_correction"
127
57
  },
128
58
  {
129
59
  "#": "21",
130
- "label": "Week Day Override",
131
- "valueSize": 1,
132
- "minValue": 1,
133
- "maxValue": 7,
134
- "defaultValue": 1,
135
- "allowManualEntry": false,
136
- "options": [
137
- {
138
- "label": "Monday",
139
- "value": 1
140
- },
141
- {
142
- "label": "Tuesday",
143
- "value": 2
144
- },
145
- {
146
- "label": "Wednesday",
147
- "value": 3
148
- },
149
- {
150
- "label": "Thursday",
151
- "value": 4
152
- },
153
- {
154
- "label": "Friday",
155
- "value": 5
156
- },
157
- {
158
- "label": "Saturday",
159
- "value": 6
160
- },
161
- {
162
- "label": "Sunday",
163
- "value": 7
164
- }
165
- ]
60
+ "$import": "templates/heltun_template.json#weekday_override"
166
61
  },
167
62
  {
168
63
  "#": "22",
169
- "label": "Time Override",
170
- "unit": "HHMM",
171
- "valueSize": 2,
172
- "minValue": 0,
173
- "maxValue": 2359,
174
- "defaultValue": 0
64
+ "$import": "templates/heltun_template.json#time_override"
175
65
  },
176
66
  {
177
67
  "#": "41",
178
- "$import": "templates/heltun_template.json#external_input_hold_control_mode",
68
+ "$import": "templates/heltun_template.json#external_input_hold_control_mode_4",
179
69
  "label": "External Input S1: Hold Control Mode"
180
70
  },
181
71
  {
182
72
  "#": "42",
183
- "$import": "templates/heltun_template.json#external_input_hold_control_mode",
73
+ "$import": "templates/heltun_template.json#external_input_hold_control_mode_4",
184
74
  "label": "External Input S2: Hold Control Mode"
185
75
  },
186
76
  {
187
77
  "#": "43",
188
- "$import": "templates/heltun_template.json#external_input_hold_control_mode",
78
+ "$import": "templates/heltun_template.json#external_input_hold_control_mode_4",
189
79
  "label": "External Input S3: Hold Control Mode"
190
80
  },
191
81
  {
192
82
  "#": "44",
193
- "$import": "templates/heltun_template.json#external_input_hold_control_mode",
83
+ "$import": "templates/heltun_template.json#external_input_hold_control_mode_4",
194
84
  "label": "External Input S4: Hold Control Mode"
195
85
  },
196
86
  {
197
87
  "#": "45",
198
- "$import": "templates/heltun_template.json#external_input_hold_control_mode",
88
+ "$import": "templates/heltun_template.json#external_input_hold_control_mode_4",
199
89
  "label": "External Input S5: Hold Control Mode"
200
90
  },
91
+ {
92
+ "#": "46",
93
+ "$if": "firmwareVersion >= 1.4",
94
+ "$import": "templates/heltun_template.json#hold_duration",
95
+ "label": "External Input S1: Hold Mode Duration"
96
+ },
97
+ {
98
+ "#": "47",
99
+ "$if": "firmwareVersion >= 1.4",
100
+ "$import": "templates/heltun_template.json#hold_duration",
101
+ "label": "External Input S2: Hold Mode Duration"
102
+ },
103
+ {
104
+ "#": "48",
105
+ "$if": "firmwareVersion >= 1.4",
106
+ "$import": "templates/heltun_template.json#hold_duration",
107
+ "label": "External Input S3: Hold Mode Duration"
108
+ },
109
+ {
110
+ "#": "49",
111
+ "$if": "firmwareVersion >= 1.4",
112
+ "$import": "templates/heltun_template.json#hold_duration",
113
+ "label": "External Input S4: Hold Mode Duration"
114
+ },
115
+ {
116
+ "#": "50",
117
+ "$if": "firmwareVersion >= 1.4",
118
+ "$import": "templates/heltun_template.json#hold_duration",
119
+ "label": "External Input S5: Hold Mode Duration"
120
+ },
201
121
  {
202
122
  "#": "51",
203
123
  "$import": "templates/heltun_template.json#external_input_click_control_mode",
@@ -253,6 +173,41 @@
253
173
  "label": "Relay 5: External Source",
254
174
  "defaultValue": 5
255
175
  },
176
+ {
177
+ "#": "66",
178
+ "$if": "firmwareVersion >= 1.4",
179
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
180
+ "label": "Relay 1: State After Power Failure",
181
+ "defaultValue": 0
182
+ },
183
+ {
184
+ "#": "67",
185
+ "$if": "firmwareVersion >= 1.4",
186
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
187
+ "label": "Relay 2: State After Power Failure",
188
+ "defaultValue": 0
189
+ },
190
+ {
191
+ "#": "68",
192
+ "$if": "firmwareVersion >= 1.4",
193
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
194
+ "label": "Relay 3: State After Power Failure",
195
+ "defaultValue": 0
196
+ },
197
+ {
198
+ "#": "69",
199
+ "$if": "firmwareVersion >= 1.4",
200
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
201
+ "label": "Relay 4: State After Power Failure",
202
+ "defaultValue": 0
203
+ },
204
+ {
205
+ "#": "70",
206
+ "$if": "firmwareVersion >= 1.4",
207
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
208
+ "label": "Relay 5: State After Power Failure",
209
+ "defaultValue": 0
210
+ },
256
211
  {
257
212
  "#": "71",
258
213
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
@@ -291,30 +246,13 @@
291
246
  {
292
247
  "#": "141",
293
248
  "label": "Energy Consumption Report Interval",
294
- "unit": "minutes",
295
- "valueSize": 1,
296
- "minValue": 1,
297
- "maxValue": 120,
298
- "defaultValue": 10
249
+ "$import": "templates/heltun_template.json#report_interval"
299
250
  },
300
251
  {
301
252
  "#": "142",
302
253
  "label": "Energy Consumption Report",
303
- "valueSize": 1,
304
- "minValue": 0,
305
- "maxValue": 1,
306
- "defaultValue": 1,
307
- "allowManualEntry": false,
308
- "options": [
309
- {
310
- "label": "Disable",
311
- "value": 0
312
- },
313
- {
314
- "label": "Enable",
315
- "value": 1
316
- }
317
- ]
254
+ "$import": "~/templates/master_template.json#base_enable_disable",
255
+ "defaultValue": 1
318
256
  }
319
257
  ]
320
258
  }