@zwave-js/config 12.0.0-beta.0 → 12.0.0-beta.2

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.
@@ -0,0 +1,457 @@
1
+ {
2
+ "manufacturer": "Heatit",
3
+ "manufacturerId": "0x019b",
4
+ "label": "Z-TRM6",
5
+ "description": "Floor Thermostat",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0030",
9
+ "productId": "0x3001",
10
+ "zwaveAllianceId": 4908
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 1,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Binary Switch Set",
25
+ "maxNodes": 10
26
+ },
27
+ "3": {
28
+ "label": "Thermostat Setpoint Set",
29
+ "maxNodes": 10
30
+ },
31
+ "4": {
32
+ "label": "Thermostat Mode Set",
33
+ "maxNodes": 10
34
+ }
35
+ },
36
+ "paramInformation": [
37
+ {
38
+ "#": "1",
39
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
40
+ "label": "Local Control",
41
+ "defaultValue": 0
42
+ },
43
+ {
44
+ "#": "2",
45
+ "label": "Sensor Mode",
46
+ "valueSize": 1,
47
+ "minValue": 0,
48
+ "maxValue": 5,
49
+ "defaultValue": 1,
50
+ "unsigned": true,
51
+ "options": [
52
+ {
53
+ "label": "Floor",
54
+ "value": 0
55
+ },
56
+ {
57
+ "label": "Internal",
58
+ "value": 1
59
+ },
60
+ {
61
+ "label": "Internal with floor limit",
62
+ "value": 2
63
+ },
64
+ {
65
+ "label": "External",
66
+ "value": 3
67
+ },
68
+ {
69
+ "label": "External with floor limit",
70
+ "value": 4
71
+ },
72
+ {
73
+ "label": "Power regulator",
74
+ "value": 5
75
+ }
76
+ ]
77
+ },
78
+ {
79
+ "#": "3",
80
+ "label": "External Sensor Resistance",
81
+ "valueSize": 1,
82
+ "minValue": 0,
83
+ "maxValue": 7,
84
+ "defaultValue": 0,
85
+ "unsigned": true,
86
+ "unit": "kΩ",
87
+ "options": [
88
+ {
89
+ "label": "10",
90
+ "value": 0
91
+ },
92
+ {
93
+ "label": "12",
94
+ "value": 1
95
+ },
96
+ {
97
+ "label": "15",
98
+ "value": 2
99
+ },
100
+ {
101
+ "label": "22",
102
+ "value": 3
103
+ },
104
+ {
105
+ "label": "33",
106
+ "value": 4
107
+ },
108
+ {
109
+ "label": "47",
110
+ "value": 5
111
+ },
112
+ {
113
+ "label": "6.8",
114
+ "value": 6
115
+ },
116
+ {
117
+ "label": "100",
118
+ "value": 7
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "#": "4",
124
+ "label": "Internal Sensor Min Temp Limit",
125
+ "valueSize": 2,
126
+ "minValue": 50,
127
+ "maxValue": 400,
128
+ "defaultValue": 50,
129
+ "unit": "0.1 °C",
130
+ "unsigned": true
131
+ },
132
+ {
133
+ "#": "5",
134
+ "label": "Floor Sensor Min Temp Limit",
135
+ "valueSize": 2,
136
+ "minValue": 50,
137
+ "maxValue": 400,
138
+ "defaultValue": 50,
139
+ "unit": "0.1 °C",
140
+ "unsigned": true
141
+ },
142
+ {
143
+ "#": "6",
144
+ "label": "External Sensor Min Temp Limit",
145
+ "valueSize": 2,
146
+ "minValue": 50,
147
+ "maxValue": 400,
148
+ "defaultValue": 50,
149
+ "unit": "0.1 °C",
150
+ "unsigned": true
151
+ },
152
+ {
153
+ "#": "7",
154
+ "label": "Internal Sensor Max Temp Limit",
155
+ "valueSize": 2,
156
+ "minValue": 50,
157
+ "maxValue": 400,
158
+ "defaultValue": 400,
159
+ "unit": "0.1 °C",
160
+ "unsigned": true
161
+ },
162
+ {
163
+ "#": "8",
164
+ "label": "Floor Sensor Max Temp Limit",
165
+ "valueSize": 2,
166
+ "minValue": 50,
167
+ "maxValue": 400,
168
+ "defaultValue": 400,
169
+ "unit": "0.1 °C",
170
+ "unsigned": true
171
+ },
172
+ {
173
+ "#": "9",
174
+ "label": "External Sensor Max Temp Limit",
175
+ "valueSize": 2,
176
+ "minValue": 50,
177
+ "maxValue": 400,
178
+ "defaultValue": 400,
179
+ "unit": "0.1 °C",
180
+ "unsigned": true
181
+ },
182
+ {
183
+ "#": "10",
184
+ "label": "Internal Sensor Calibration",
185
+ "valueSize": 1,
186
+ "minValue": -60,
187
+ "maxValue": 60,
188
+ "defaultValue": 0,
189
+ "unit": "0.1 °C",
190
+ "unsigned": false
191
+ },
192
+ {
193
+ "#": "11",
194
+ "label": "Floor Sensor Calibration",
195
+ "valueSize": 1,
196
+ "minValue": -60,
197
+ "maxValue": 60,
198
+ "defaultValue": 0,
199
+ "unit": "0.1 °C",
200
+ "unsigned": false
201
+ },
202
+ {
203
+ "#": "12",
204
+ "label": "External Sensor Calibration",
205
+ "valueSize": 1,
206
+ "minValue": -60,
207
+ "maxValue": 60,
208
+ "defaultValue": 0,
209
+ "unit": "0.1 °C",
210
+ "unsigned": false
211
+ },
212
+ {
213
+ "#": "13",
214
+ "label": "Regulation Mode",
215
+ "valueSize": 1,
216
+ "minValue": 0,
217
+ "maxValue": 1,
218
+ "defaultValue": 0,
219
+ "unsigned": true,
220
+ "options": [
221
+ {
222
+ "label": "Hysteresis",
223
+ "value": 0
224
+ },
225
+ {
226
+ "label": "PWM",
227
+ "value": 1
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "#": "14",
233
+ "label": "Temperature Control Hysteresis",
234
+ "valueSize": 1,
235
+ "minValue": 3,
236
+ "maxValue": 30,
237
+ "defaultValue": 5,
238
+ "unit": "0.1 °C",
239
+ "unsigned": true
240
+ },
241
+ {
242
+ "#": "15",
243
+ "label": "Temperature Display",
244
+ "valueSize": 1,
245
+ "minValue": 0,
246
+ "maxValue": 1,
247
+ "defaultValue": 0,
248
+ "unsigned": true,
249
+ "options": [
250
+ {
251
+ "label": "Setpoint",
252
+ "value": 0
253
+ },
254
+ {
255
+ "label": "Measured",
256
+ "value": 1
257
+ }
258
+ ]
259
+ },
260
+ {
261
+ "#": "16",
262
+ "label": "Active Display Brightness",
263
+ "valueSize": 1,
264
+ "minValue": 1,
265
+ "maxValue": 10,
266
+ "defaultValue": 10,
267
+ "unit": "10 %",
268
+ "unsigned": true
269
+ },
270
+ {
271
+ "#": "17",
272
+ "label": "Standby Display Brightness",
273
+ "valueSize": 1,
274
+ "minValue": 1,
275
+ "maxValue": 10,
276
+ "defaultValue": 5,
277
+ "unit": "10 %",
278
+ "unsigned": true
279
+ },
280
+ {
281
+ "#": "18",
282
+ "label": "Temperature Report Interval",
283
+ "valueSize": 2,
284
+ "minValue": 30,
285
+ "maxValue": 65535,
286
+ "defaultValue": 840,
287
+ "unit": "seconds",
288
+ "unsigned": true
289
+ },
290
+ {
291
+ "#": "19",
292
+ "label": "Temperature Report Hysteresis",
293
+ "valueSize": 1,
294
+ "minValue": 1,
295
+ "maxValue": 100,
296
+ "defaultValue": 10,
297
+ "unit": "0.1 °C",
298
+ "unsigned": true
299
+ },
300
+ {
301
+ "#": "20",
302
+ "label": "Meter Report Interval",
303
+ "valueSize": 2,
304
+ "minValue": 30,
305
+ "maxValue": 65535,
306
+ "defaultValue": 840,
307
+ "unit": "seconds",
308
+ "unsigned": true
309
+ },
310
+ {
311
+ "#": "21",
312
+ "label": "Turn On Delay After Error",
313
+ "valueSize": 2,
314
+ "minValue": 0,
315
+ "maxValue": 65535,
316
+ "defaultValue": 0,
317
+ "unit": "seconds",
318
+ "unsigned": true,
319
+ "options": [
320
+ {
321
+ "label": "Stay off (Display error)",
322
+ "value": 0
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "#": "22",
328
+ "label": "Heating Setpoint",
329
+ "valueSize": 2,
330
+ "minValue": 50,
331
+ "maxValue": 400,
332
+ "defaultValue": 210,
333
+ "unit": "0.1 °C",
334
+ "unsigned": true
335
+ },
336
+ {
337
+ "#": "23",
338
+ "label": "Cooling Setpoint",
339
+ "valueSize": 2,
340
+ "minValue": 50,
341
+ "maxValue": 400,
342
+ "defaultValue": 180,
343
+ "unit": "0.1 °C",
344
+ "unsigned": true
345
+ },
346
+ {
347
+ "#": "24",
348
+ "label": "Eco Setpoint",
349
+ "valueSize": 2,
350
+ "minValue": 50,
351
+ "maxValue": 400,
352
+ "defaultValue": 180,
353
+ "unit": "0.1 °C",
354
+ "unsigned": true
355
+ },
356
+ {
357
+ "#": "25",
358
+ "label": "Power Regulator Active Time",
359
+ "valueSize": 1,
360
+ "minValue": 1,
361
+ "maxValue": 10,
362
+ "defaultValue": 2,
363
+ "unit": "10 %",
364
+ "unsigned": true
365
+ },
366
+ {
367
+ "#": "26",
368
+ "label": "Thermostat State Report Interval",
369
+ "valueSize": 2,
370
+ "minValue": 0,
371
+ "maxValue": 65535,
372
+ "defaultValue": 43200,
373
+ "unsigned": true,
374
+ "unit": "seconds",
375
+ "options": [
376
+ {
377
+ "label": "Changes only",
378
+ "value": 0
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "#": "27",
384
+ "label": "Operating Mode",
385
+ "valueSize": 1,
386
+ "minValue": 0,
387
+ "maxValue": 3,
388
+ "defaultValue": 1,
389
+ "unsigned": true,
390
+ "options": [
391
+ {
392
+ "label": "Off",
393
+ "value": 0
394
+ },
395
+ {
396
+ "label": "Heating",
397
+ "value": 1
398
+ },
399
+ {
400
+ "label": "Cooling",
401
+ "value": 2
402
+ },
403
+ {
404
+ "label": "Eco",
405
+ "value": 3
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "#": "28",
411
+ "label": "Open Window Detection",
412
+ "valueSize": 1,
413
+ "minValue": 0,
414
+ "maxValue": 1,
415
+ "defaultValue": 0,
416
+ "unsigned": true,
417
+ "options": [
418
+ {
419
+ "label": "Disabled",
420
+ "value": 0
421
+ },
422
+ {
423
+ "label": "Enabled",
424
+ "value": 1
425
+ }
426
+ ]
427
+ },
428
+ {
429
+ "#": "29",
430
+ "label": "Load Power",
431
+ "valueSize": 1,
432
+ "minValue": 0,
433
+ "maxValue": 99,
434
+ "defaultValue": 0,
435
+ "unsigned": true,
436
+ "unit": "100 W",
437
+ "options": [
438
+ {
439
+ "label": "Use measured value",
440
+ "value": 0
441
+ }
442
+ ]
443
+ }
444
+ ],
445
+ "compat": {
446
+ // The device doesn't accept setpoints with automatic precision
447
+ "overrideFloatEncoding": {
448
+ "size": 2
449
+ }
450
+ },
451
+ "metadata": {
452
+ "inclusion": "Add\nThe primary controller/gateway has a mode for adding devices. Please refer to your primary controller manual on how to set the primary controller in add mode. The device may only be added to the network if the primary controller is in add mode.\nAn always listening node must be powered continuously and reside in a fixed position in the installation to secure the routing table. Adding the device within a 2 meter range from the gateway can minimize faults during the Interview process.\n\nStandard (Manual)\nAdd mode is indicated on the device by rotating LED segments on the display. It indicates this for 90 seconds until a timeout occurs, or until the device has been added to the network. Configuration mode can also be cancelled by performing the same procedure used for starting\nConfiguration mode.\n1. Hold the Center button for 5 seconds.\nThe display will show “OFF”.\n2. Press the ”+” button once to see “CON” in the display.\n3. Start the add device process in your primary controller.\n4. Start the configuration mode on the thermostat by holding the Center button for approximately 2 seconds.\n\nThe device is now ready for use with default settings.\nIf inclusion fails, please perform a ”remove device” process and try again. If inclusion fails again, please see “Factory reset”",
453
+ "exclusion": "Remove\nThe primary controller/gateway has a mode for removing devices. Please refer to your primary controller manual on how to set the primary controller in remove mode. The device may only be removed from the network if the primary controller is in remove mode.\nWhen the device is removed from the network, it will NOT revert to factory settings.\n\nStandard (Manual)\nRemove mode is indicated on the device by rotating LED segments on the display. It indicates this for 90 seconds until a timeout occurs, or until the device has been removed from the network. Configuration mode can also be cancelled by performing the same procedure used for starting\nConfiguration mode.\n1. Hold the Center button for 5 seconds.\nThe display will show “OFF”.\n2. Press the ”+” button once to see “CON” in the display.\n3. Start the remove device process in your primary controller.\n4. Start the configuration mode on the thermostat by holding the Center button for approximately 2 seconds.\n\nNB! When the device is removed from the gateway, the parameters are not reset. To reset the parameters, see Chapter ”Factory reset”",
454
+ "reset": "Enter the menu by holding the Center button for about 5 seconds, navigate in the menu with the ”+” button til you see FACT. Press the Center button until you see “-- --” blinking in the display, then hold for about 5 seconds to perform a reset.\nYou may also initiate a reset by holding the Right and Center buttons for 60 seconds.\n\nWhen either of these procedures has been performed, the thermostat will perform a complete factory reset. The device will display “RES” for 5 seconds while performing a factory reset. When “RES” is no longer displayed, the thermostat has been reset.\n\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable",
455
+ "manual": "https://media.heatit.com/2926"
456
+ }
457
+ }
@@ -11,6 +11,10 @@
11
11
  {
12
12
  "productType": "0x0005",
13
13
  "productId": "0x00f4"
14
+ },
15
+ {
16
+ "productType": "0x0005",
17
+ "productId": "0x0000"
14
18
  }
15
19
  ],
16
20
  "firmwareVersion": {
@@ -189,6 +189,45 @@
189
189
  }
190
190
  ]
191
191
  },
192
+ "led_indicator_color_extended": {
193
+ "label": "LED Indicator Color",
194
+ "valueSize": 1,
195
+ "minValue": 0,
196
+ "maxValue": 6,
197
+ "defaultValue": 1,
198
+ "unsigned": true,
199
+ "allowManualEntry": false,
200
+ "options": [
201
+ {
202
+ "label": "White",
203
+ "value": 0
204
+ },
205
+ {
206
+ "label": "Blue",
207
+ "value": 1
208
+ },
209
+ {
210
+ "label": "Green",
211
+ "value": 2
212
+ },
213
+ {
214
+ "label": "Red",
215
+ "value": 3
216
+ },
217
+ {
218
+ "label": "Magenta",
219
+ "value": 4
220
+ },
221
+ {
222
+ "label": "Yellow",
223
+ "value": 5
224
+ },
225
+ {
226
+ "label": "Cyan",
227
+ "value": 6
228
+ }
229
+ ]
230
+ },
192
231
  "led_indicator_brightness": {
193
232
  "label": "LED Indicator Brightness",
194
233
  "valueSize": 1,
@@ -12,5 +12,9 @@
12
12
  "firmwareVersion": {
13
13
  "min": "0.0",
14
14
  "max": "255.255"
15
+ },
16
+ "metadata": {
17
+ // 700/800 series firmware bugs that affect multiple controllers
18
+ "$import": "~/templates/master_template.json#7xx_firmware_bugs"
15
19
  }
16
20
  }
@@ -558,6 +558,52 @@
558
558
  "value": 1
559
559
  }
560
560
  ]
561
+ },
562
+ {
563
+ "#": "25",
564
+ "$if": "firmwareVersion >= 1.30",
565
+ "label": "Input 1 Trigger Duration",
566
+ "description": "How long contact needs to be made at the input for the status change to be recorded.",
567
+ "valueSize": 1,
568
+ "unit": "0.1 s",
569
+ "minValue": 0,
570
+ "maxValue": 100,
571
+ "defaultValue": 5,
572
+ "unsigned": true
573
+ },
574
+ {
575
+ "#": "26",
576
+ "$if": "firmwareVersion >= 1.30",
577
+ "$import": "#paramInformation/25",
578
+ "label": "Input 2 Trigger Duration"
579
+ },
580
+ {
581
+ "#": "27",
582
+ "$if": "firmwareVersion >= 1.30",
583
+ "label": "Custom Input Actions",
584
+ "description": "How the relay should react to state changes of IN1 and IN2. This setting is designed for rare and niche scenarios and should not be used unless your unique situation requires it.",
585
+ "valueSize": 1,
586
+ "defaultValue": 0,
587
+ "unsigned": true,
588
+ "allowManualEntry": false,
589
+ "options": [
590
+ {
591
+ "label": "Disabled",
592
+ "value": 0
593
+ },
594
+ {
595
+ "label": "IN1: turn R1 on, IN2: turn R1 off",
596
+ "value": 1
597
+ },
598
+ {
599
+ "label": "IN1: turn R2 on, IN2: turn R2 off",
600
+ "value": 2
601
+ },
602
+ {
603
+ "label": "IN1: turn R1 and R2 on, IN2: turn R1 and R2 off",
604
+ "value": 3
605
+ }
606
+ ]
561
607
  }
562
608
  ],
563
609
  "compat": {