@zwave-js/config 8.11.3 → 8.11.4

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,2136 @@
1
+ {
2
+ "manufacturer": "Building 36 Technologies",
3
+ "manufacturerId": "0x0190",
4
+ "label": "ADC-T 3000",
5
+ "description": "Alarm.com Smart Thermostat",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0006",
9
+ "productId": "0x0001"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "HVAC System Type",
20
+ "description": "Configures the type of heating system used.",
21
+ "valueSize": 1,
22
+ "minValue": 0,
23
+ "maxValue": 1,
24
+ "defaultValue": 0,
25
+ "allowManualEntry": false,
26
+ "options": [
27
+ {
28
+ "label": "Normal",
29
+ "value": 0
30
+ },
31
+ {
32
+ "label": "Heat Pump",
33
+ "value": 1
34
+ }
35
+ ]
36
+ },
37
+ {
38
+ "#": "2",
39
+ "label": "Number of Heat Stages",
40
+ "valueSize": 1,
41
+ "minValue": 0,
42
+ "maxValue": 3,
43
+ "defaultValue": 2
44
+ },
45
+ {
46
+ "#": "3",
47
+ "label": "Number of Cool Stages",
48
+ "valueSize": 1,
49
+ "minValue": 0,
50
+ "maxValue": 2,
51
+ "defaultValue": 2
52
+ },
53
+ {
54
+ "#": "4",
55
+ "label": "Heat Fuel Type",
56
+ "valueSize": 1,
57
+ "minValue": 0,
58
+ "maxValue": 1,
59
+ "defaultValue": 1,
60
+ "allowManualEntry": false,
61
+ "options": [
62
+ {
63
+ "label": "Fossil Fuel",
64
+ "value": 0
65
+ },
66
+ {
67
+ "label": "Electric",
68
+ "value": 1
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "#": "5[0xffff00]",
74
+ "label": "Calibration Temperature",
75
+ "description": "Allowable range: -10 to 10 in 1 °F increments.",
76
+ "unit": "0.1°F",
77
+ "valueSize": 4,
78
+ "minValue": -100,
79
+ "maxValue": 100,
80
+ "defaultValue": 0,
81
+ "options": [
82
+ {
83
+ "label": "Disabled",
84
+ "value": -1
85
+ }
86
+ ]
87
+ },
88
+ /*{
89
+ "#": "5[0xe0000000]",
90
+ "label": "Calibration Temperature Precision",
91
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
92
+ "valueSize": 4,
93
+ "minValue": 0,
94
+ "maxValue": 7,
95
+ "defaultValue": 1,
96
+ "unsigned": true,
97
+ "readOnly": true
98
+ },
99
+ {
100
+ "#": "5[0x18000000]",
101
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
102
+ "label": "Calibration Temperature Scale",
103
+ "description": "The 'scale' part of a z-wave float representing this parameter",
104
+ "valueSize": 4,
105
+ "defaultValue": 1,
106
+ "readOnly": true
107
+ },
108
+ {
109
+ "#": "5[0x07000000]",
110
+ "label": "Calibration Temperature Size",
111
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
112
+ "valueSize": 4,
113
+ "minValue": 0,
114
+ "maxValue": 7,
115
+ "defaultValue": 2,
116
+ "unsigned": true,
117
+ "readOnly": true
118
+ },*/
119
+ {
120
+ "#": "6[0xffff00]",
121
+ "label": "Swing",
122
+ "description": "Allowable range: 0 to 3 in 0.5 °F increments.",
123
+ "unit": "0.1°F",
124
+ "valueSize": 4,
125
+ "minValue": -1,
126
+ "maxValue": 30,
127
+ "defaultValue": 5,
128
+ "options": [
129
+ {
130
+ "label": "Disabled",
131
+ "value": -1
132
+ }
133
+ ]
134
+ },
135
+ /*{
136
+ "#": "6[0xe0000000]",
137
+ "label": "Swing Precision",
138
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
139
+ "valueSize": 4,
140
+ "minValue": 0,
141
+ "maxValue": 7,
142
+ "defaultValue": 1,
143
+ "unsigned": true,
144
+ "readOnly": true
145
+ },
146
+ {
147
+ "#": "6[0x18000000]",
148
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
149
+ "label": "Swing Scale",
150
+ "description": "The 'scale' part of a z-wave float representing this parameter",
151
+ "valueSize": 4,
152
+ "defaultValue": 1,
153
+ "readOnly": true
154
+ },
155
+ {
156
+ "#": "6[0x07000000]",
157
+ "label": "Swing Size",
158
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
159
+ "valueSize": 4,
160
+ "minValue": 0,
161
+ "maxValue": 7,
162
+ "defaultValue": 2,
163
+ "unsigned": true,
164
+ "readOnly": true
165
+ },*/
166
+ {
167
+ "#": "7[0xffff00]",
168
+ "label": "Overshoot",
169
+ "description": "Allowable range: 0 to 3 in 0.5 °F increments.",
170
+ "unit": "0.1°F",
171
+ "valueSize": 4,
172
+ "minValue": -1,
173
+ "maxValue": 30,
174
+ "defaultValue": 0,
175
+ "options": [
176
+ {
177
+ "label": "Disabled",
178
+ "value": -1
179
+ }
180
+ ]
181
+ },
182
+ /*{
183
+ "#": "7[0xe0000000]",
184
+ "label": "Overshoot Precision",
185
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
186
+ "valueSize": 4,
187
+ "minValue": 0,
188
+ "maxValue": 7,
189
+ "defaultValue": 1,
190
+ "unsigned": true,
191
+ "readOnly": true
192
+ },
193
+ {
194
+ "#": "7[0x18000000]",
195
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
196
+ "label": "Overshoot Scale",
197
+ "description": "The 'scale' part of a z-wave float representing this parameter",
198
+ "valueSize": 4,
199
+ "defaultValue": 1,
200
+ "readOnly": true
201
+ },
202
+ {
203
+ "#": "7[0x07000000]",
204
+ "label": "Overshoot Size",
205
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
206
+ "valueSize": 4,
207
+ "minValue": 0,
208
+ "maxValue": 7,
209
+ "defaultValue": 2,
210
+ "unsigned": true,
211
+ "readOnly": true
212
+ },*/
213
+ {
214
+ "#": "8",
215
+ "label": "Heat Staging Delay",
216
+ "valueSize": 1,
217
+ "unit": "minutes",
218
+ "minValue": 1,
219
+ "maxValue": 60,
220
+ "defaultValue": 30
221
+ },
222
+ {
223
+ "#": "9",
224
+ "label": "Cool Staging Delay",
225
+ "valueSize": 1,
226
+ "unit": "minutes",
227
+ "minValue": 1,
228
+ "maxValue": 60,
229
+ "defaultValue": 30
230
+ },
231
+ {
232
+ "#": "10[0xffff00]",
233
+ "label": "Balance Setpoint",
234
+ "description": "Allowable range: 0 to 95 in 1 °F increments.",
235
+ "unit": "0.1°F",
236
+ "valueSize": 4,
237
+ "minValue": -1,
238
+ "maxValue": 950,
239
+ "defaultValue": 300,
240
+ "options": [
241
+ {
242
+ "label": "Disabled",
243
+ "value": -1
244
+ }
245
+ ]
246
+ },
247
+ /*{
248
+ "#": "10[0xe0000000]",
249
+ "label": "Balance Setpoint Precision",
250
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
251
+ "valueSize": 4,
252
+ "minValue": 0,
253
+ "maxValue": 7,
254
+ "defaultValue": 1,
255
+ "unsigned": true,
256
+ "readOnly": true
257
+ },
258
+ {
259
+ "#": "10[0x18000000]",
260
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
261
+ "label": "Balance Setpoint Scale",
262
+ "description": "The 'scale' part of a z-wave float representing this parameter",
263
+ "valueSize": 4,
264
+ "defaultValue": 1,
265
+ "readOnly": true
266
+ },
267
+ {
268
+ "#": "10[0x07000000]",
269
+ "label": "Balance Setpoint Size",
270
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
271
+ "valueSize": 4,
272
+ "minValue": 0,
273
+ "maxValue": 7,
274
+ "defaultValue": 2,
275
+ "unsigned": true,
276
+ "readOnly": true
277
+ },*/
278
+ {
279
+ "#": "12",
280
+ "label": "Fan Circulation Period",
281
+ "valueSize": 2,
282
+ "unit": "minutes",
283
+ "minValue": 10,
284
+ "maxValue": 1440,
285
+ "defaultValue": 60,
286
+ "unsigned": true
287
+ },
288
+ {
289
+ "#": "13",
290
+ "label": "Fan Circulation Duty Cycle",
291
+ "unit": "%",
292
+ "valueSize": 1,
293
+ "minValue": 0,
294
+ "maxValue": 100,
295
+ "defaultValue": 25
296
+ },
297
+ {
298
+ "#": "14",
299
+ "label": "Fan Purge Time",
300
+ "unit": "seconds",
301
+ "valueSize": 2,
302
+ "minValue": 1,
303
+ "maxValue": 3600,
304
+ "defaultValue": 60
305
+ },
306
+ {
307
+ "#": "15[0xffff00]",
308
+ "label": "Maximum Heat Setpoint",
309
+ "description": "Allowable range: 35 to 95 in 1 °F increments.",
310
+ "unit": "0.1°F",
311
+ "valueSize": 4,
312
+ "minValue": -1,
313
+ "maxValue": 950,
314
+ "defaultValue": 950,
315
+ "options": [
316
+ {
317
+ "label": "Disabled",
318
+ "value": -1
319
+ }
320
+ ]
321
+ },
322
+ /*{
323
+ "#": "15[0xe0000000]",
324
+ "label": "Maximum Heat Setpoint Precision",
325
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
326
+ "valueSize": 4,
327
+ "minValue": 0,
328
+ "maxValue": 7,
329
+ "defaultValue": 1,
330
+ "unsigned": true,
331
+ "readOnly": true
332
+ },
333
+ {
334
+ "#": "15[0x18000000]",
335
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
336
+ "label": "Maximum Heat Setpoint Scale",
337
+ "description": "The 'scale' part of a z-wave float representing this parameter",
338
+ "valueSize": 4,
339
+ "defaultValue": 1,
340
+ "readOnly": true
341
+ },
342
+ {
343
+ "#": "15[0x07000000]",
344
+ "label": "Maximum Heat Setpoint Size",
345
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
346
+ "valueSize": 4,
347
+ "minValue": 0,
348
+ "maxValue": 7,
349
+ "defaultValue": 2,
350
+ "unsigned": true,
351
+ "readOnly": true
352
+ },*/
353
+ {
354
+ "#": "16[0xffff00]",
355
+ "label": "Minimum Heat Setpoint",
356
+ "description": "Allowable range: 35 to 95 in 1 °F increments.",
357
+ "unit": "0.1°F",
358
+ "valueSize": 4,
359
+ "minValue": -1,
360
+ "maxValue": 950,
361
+ "defaultValue": 350,
362
+ "options": [
363
+ {
364
+ "label": "Disabled",
365
+ "value": -1
366
+ }
367
+ ]
368
+ },
369
+ /*{
370
+ "#": "16[0xe0000000]",
371
+ "label": "Minimum Heat Setpoint Precision",
372
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
373
+ "valueSize": 4,
374
+ "minValue": 0,
375
+ "maxValue": 7,
376
+ "defaultValue": 1,
377
+ "unsigned": true,
378
+ "readOnly": true
379
+ },
380
+ {
381
+ "#": "16[0x18000000]",
382
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
383
+ "label": "Minimum Heat Setpoint Scale",
384
+ "description": "The 'scale' part of a z-wave float representing this parameter",
385
+ "valueSize": 4,
386
+ "defaultValue": 1,
387
+ "readOnly": true
388
+ },
389
+ {
390
+ "#": "16[0x07000000]",
391
+ "label": "Minimum Heat Setpoint Size",
392
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
393
+ "valueSize": 4,
394
+ "minValue": 0,
395
+ "maxValue": 7,
396
+ "defaultValue": 2,
397
+ "unsigned": true,
398
+ "readOnly": true
399
+ },*/
400
+ {
401
+ "#": "17[0xffff00]",
402
+ "label": "Maximum Cool Setpoint",
403
+ "description": "Allowable range: 50 to 95 in 1 °F increments.",
404
+ "unit": "0.1°F",
405
+ "valueSize": 4,
406
+ "minValue": -1,
407
+ "maxValue": 950,
408
+ "defaultValue": 950,
409
+ "options": [
410
+ {
411
+ "label": "Disabled",
412
+ "value": -1
413
+ }
414
+ ]
415
+ },
416
+ /*{
417
+ "#": "17[0xe0000000]",
418
+ "label": "Maximum Cool Setpoint Precision",
419
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
420
+ "valueSize": 4,
421
+ "minValue": 0,
422
+ "maxValue": 7,
423
+ "defaultValue": 1,
424
+ "unsigned": true,
425
+ "readOnly": true
426
+ },
427
+ {
428
+ "#": "17[0x18000000]",
429
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
430
+ "label": "Maximum Cool Setpoint Scale",
431
+ "description": "The 'scale' part of a z-wave float representing this parameter",
432
+ "valueSize": 4,
433
+ "defaultValue": 1,
434
+ "readOnly": true
435
+ },
436
+ {
437
+ "#": "17[0x07000000]",
438
+ "label": "Maximum Cool Setpoint Size",
439
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
440
+ "valueSize": 4,
441
+ "minValue": 0,
442
+ "maxValue": 7,
443
+ "defaultValue": 2,
444
+ "unsigned": true,
445
+ "readOnly": true
446
+ },*/
447
+ {
448
+ "#": "18[0xffff00]",
449
+ "label": "Minimum Cool Setpoint",
450
+ "description": "Allowable range: 50 to 95 in 1 °F increments.",
451
+ "unit": "0.1°F",
452
+ "valueSize": 4,
453
+ "minValue": -1,
454
+ "maxValue": 950,
455
+ "defaultValue": 500,
456
+ "options": [
457
+ {
458
+ "label": "Disabled",
459
+ "value": -1
460
+ }
461
+ ]
462
+ },
463
+ /*{
464
+ "#": "18[0xe0000000]",
465
+ "label": "Minimum Cool Setpoint Precision",
466
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
467
+ "valueSize": 4,
468
+ "minValue": 0,
469
+ "maxValue": 7,
470
+ "defaultValue": 1,
471
+ "unsigned": true,
472
+ "readOnly": true
473
+ },
474
+ {
475
+ "#": "18[0x18000000]",
476
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
477
+ "label": "Minimum Cool Setpoint Scale",
478
+ "description": "The 'scale' part of a z-wave float representing this parameter",
479
+ "valueSize": 4,
480
+ "defaultValue": 1,
481
+ "readOnly": true
482
+ },
483
+ {
484
+ "#": "18[0x07000000]",
485
+ "label": "Minimum Cool Setpoint Size",
486
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
487
+ "valueSize": 4,
488
+ "minValue": 0,
489
+ "maxValue": 7,
490
+ "defaultValue": 2,
491
+ "unsigned": true,
492
+ "readOnly": true
493
+ },*/
494
+ {
495
+ "#": "19",
496
+ "label": "Thermostat Lock",
497
+ "description": "Lock out physical thermostat controls.",
498
+ "valueSize": 1,
499
+ "minValue": 0,
500
+ "maxValue": 2,
501
+ "defaultValue": 0,
502
+ "allowManualEntry": false,
503
+ "options": [
504
+ {
505
+ "label": "Disabled",
506
+ "value": 0
507
+ },
508
+ {
509
+ "label": "Full Lock",
510
+ "value": 1
511
+ },
512
+ {
513
+ "label": "Partial Lock",
514
+ "value": 2
515
+ }
516
+ ]
517
+ },
518
+ {
519
+ "#": "20",
520
+ "label": "Compressor Delay",
521
+ "valueSize": 1,
522
+ "unit": "minutes",
523
+ "minValue": 0,
524
+ "maxValue": 60,
525
+ "defaultValue": 5
526
+ },
527
+ {
528
+ "#": "23",
529
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
530
+ "label": "Temperature Display Units",
531
+ "defaultValue": 1
532
+ },
533
+ {
534
+ "#": "24",
535
+ "label": "HVAC Modes Enabled",
536
+ "valueSize": 1,
537
+ "minValue": 3,
538
+ "maxValue": 31,
539
+ "defaultValue": 15,
540
+ "allowManualEntry": false,
541
+ "options": [
542
+ {
543
+ "label": "Off, Heat",
544
+ "value": 3
545
+ },
546
+ {
547
+ "label": "Off, Cool",
548
+ "value": 5
549
+ },
550
+ {
551
+ "label": "Off, Heat, Cool",
552
+ "value": 7
553
+ },
554
+ {
555
+ "label": "Off, Heat, Cool, Auto",
556
+ "value": 15
557
+ },
558
+ {
559
+ "label": "Off, Heat, Emergency Heat",
560
+ "value": 19
561
+ },
562
+ {
563
+ "label": "Off, Heat, Cool, Emergency Heat",
564
+ "value": 23
565
+ },
566
+ {
567
+ "label": "Off, Heat, Cool, Auto, Emergency Heat",
568
+ "value": 31
569
+ }
570
+ ]
571
+ },
572
+ {
573
+ "#": "25[0x00ff]",
574
+ "label": "Configurable Terminal Setting Z2",
575
+ "valueSize": 2,
576
+ "minValue": 0,
577
+ "maxValue": 4,
578
+ "defaultValue": 0,
579
+ "allowManualEntry": false,
580
+ "options": [
581
+ {
582
+ "label": "None",
583
+ "value": 0
584
+ },
585
+ {
586
+ "label": "W3, 3rd Stage Auxiliary Heat",
587
+ "value": 1
588
+ },
589
+ {
590
+ "label": "H, Humidifier",
591
+ "value": 2
592
+ },
593
+ {
594
+ "label": "DH, Dehumidifier",
595
+ "value": 3
596
+ },
597
+ {
598
+ "label": "External Air Baffle or Vent",
599
+ "value": 4
600
+ }
601
+ ]
602
+ },
603
+ {
604
+ "#": "25[0xff00]",
605
+ "label": "Configurable Terminal Setting Z1",
606
+ "valueSize": 2,
607
+ "minValue": 0,
608
+ "maxValue": 4,
609
+ "defaultValue": 0,
610
+ "allowManualEntry": false,
611
+ "options": [
612
+ {
613
+ "label": "None",
614
+ "value": 0
615
+ },
616
+ {
617
+ "label": "W3, 3rd Stage Auxiliary Heat",
618
+ "value": 1
619
+ },
620
+ {
621
+ "label": "H, Humidifier",
622
+ "value": 2
623
+ },
624
+ {
625
+ "label": "DH, Dehumidifier",
626
+ "value": 3
627
+ },
628
+ {
629
+ "label": "External Air Baffle or Vent",
630
+ "value": 4
631
+ }
632
+ ]
633
+ },
634
+ {
635
+ "#": "26",
636
+ "label": "Active Power Source",
637
+ "valueSize": 1,
638
+ "minValue": 0,
639
+ "maxValue": 1,
640
+ "defaultValue": 0,
641
+ "allowManualEntry": false,
642
+ "readOnly": true,
643
+ "options": [
644
+ {
645
+ "label": "Battery",
646
+ "value": 0
647
+ },
648
+ {
649
+ "label": "C-Wire",
650
+ "value": 1
651
+ }
652
+ ]
653
+ },
654
+ {
655
+ "#": "27",
656
+ "label": "Battery Alert Threshold Low",
657
+ "unit": "%",
658
+ "valueSize": 1,
659
+ "minValue": 0,
660
+ "maxValue": 100,
661
+ "defaultValue": 30
662
+ },
663
+ {
664
+ "#": "28",
665
+ "label": "Battery Alert Threshold Very Low",
666
+ "unit": "%",
667
+ "valueSize": 1,
668
+ "minValue": 0,
669
+ "maxValue": 100,
670
+ "defaultValue": 15
671
+ },
672
+ {
673
+ "#": "29[0x80000000]",
674
+ "label": "Current Relay State: Z1 Terminal Load",
675
+ "valueSize": 4,
676
+ "minValue": 0,
677
+ "maxValue": 1,
678
+ "unsigned": true,
679
+ "readOnly": true,
680
+ "options": [
681
+ {
682
+ "label": "No Load",
683
+ "value": 0
684
+ },
685
+ {
686
+ "label": "Load",
687
+ "value": 1
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "#": "29[0x40000000]",
693
+ "label": "Current Relay State: Y2 Terminal Load",
694
+ "valueSize": 4,
695
+ "minValue": 0,
696
+ "maxValue": 1,
697
+ "unsigned": true,
698
+ "readOnly": true,
699
+ "options": [
700
+ {
701
+ "label": "No Load",
702
+ "value": 0
703
+ },
704
+ {
705
+ "label": "Load",
706
+ "value": 1
707
+ }
708
+ ]
709
+ },
710
+ {
711
+ "#": "29[0x20000000]",
712
+ "label": "Current Relay State: Y Terminal Load",
713
+ "valueSize": 4,
714
+ "minValue": 0,
715
+ "maxValue": 1,
716
+ "unsigned": true,
717
+ "readOnly": true,
718
+ "options": [
719
+ {
720
+ "label": "No Load",
721
+ "value": 0
722
+ },
723
+ {
724
+ "label": "Load",
725
+ "value": 1
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "#": "29[0x10000000]",
731
+ "label": "Current Relay State: W2 Terminal Load",
732
+ "valueSize": 4,
733
+ "minValue": 0,
734
+ "maxValue": 1,
735
+ "unsigned": true,
736
+ "readOnly": true,
737
+ "options": [
738
+ {
739
+ "label": "No Load",
740
+ "value": 0
741
+ },
742
+ {
743
+ "label": "Load",
744
+ "value": 1
745
+ }
746
+ ]
747
+ },
748
+ {
749
+ "#": "29[0x08000000]",
750
+ "label": "Current Relay State: W Terminal Load",
751
+ "valueSize": 4,
752
+ "minValue": 0,
753
+ "maxValue": 1,
754
+ "unsigned": true,
755
+ "readOnly": true,
756
+ "options": [
757
+ {
758
+ "label": "No Load",
759
+ "value": 0
760
+ },
761
+ {
762
+ "label": "Load",
763
+ "value": 1
764
+ }
765
+ ]
766
+ },
767
+ {
768
+ "#": "29[0x04000000]",
769
+ "label": "Current Relay State: G Terminal Load",
770
+ "valueSize": 4,
771
+ "minValue": 0,
772
+ "maxValue": 1,
773
+ "unsigned": true,
774
+ "readOnly": true,
775
+ "options": [
776
+ {
777
+ "label": "No Load",
778
+ "value": 0
779
+ },
780
+ {
781
+ "label": "Load",
782
+ "value": 1
783
+ }
784
+ ]
785
+ },
786
+ {
787
+ "#": "29[0x02000000]",
788
+ "label": "Current Relay State: O Terminal Load",
789
+ "valueSize": 4,
790
+ "minValue": 0,
791
+ "maxValue": 1,
792
+ "unsigned": true,
793
+ "readOnly": true,
794
+ "options": [
795
+ {
796
+ "label": "No Load",
797
+ "value": 0
798
+ },
799
+ {
800
+ "label": "Load",
801
+ "value": 1
802
+ }
803
+ ]
804
+ },
805
+ {
806
+ "#": "29[0x00800000]",
807
+ "label": "Current Relay State: Override Terminal Load",
808
+ "valueSize": 4,
809
+ "minValue": 0,
810
+ "maxValue": 1,
811
+ "unsigned": true,
812
+ "readOnly": true,
813
+ "options": [
814
+ {
815
+ "label": "No Load",
816
+ "value": 0
817
+ },
818
+ {
819
+ "label": "Load",
820
+ "value": 1
821
+ }
822
+ ]
823
+ },
824
+ {
825
+ "#": "29[0x00100000]",
826
+ "label": "Current Relay State: C Terminal Load",
827
+ "valueSize": 4,
828
+ "minValue": 0,
829
+ "maxValue": 1,
830
+ "unsigned": true,
831
+ "readOnly": true,
832
+ "options": [
833
+ {
834
+ "label": "No Load",
835
+ "value": 0
836
+ },
837
+ {
838
+ "label": "Load",
839
+ "value": 1
840
+ }
841
+ ]
842
+ },
843
+ {
844
+ "#": "29[0x00080000]",
845
+ "label": "Current Relay State: RC Terminal Load",
846
+ "valueSize": 4,
847
+ "minValue": 0,
848
+ "maxValue": 1,
849
+ "unsigned": true,
850
+ "readOnly": true,
851
+ "options": [
852
+ {
853
+ "label": "No Load",
854
+ "value": 0
855
+ },
856
+ {
857
+ "label": "Load",
858
+ "value": 1
859
+ }
860
+ ]
861
+ },
862
+ {
863
+ "#": "29[0x00040000]",
864
+ "label": "Current Relay State: RH Terminal Load",
865
+ "valueSize": 4,
866
+ "minValue": 0,
867
+ "maxValue": 1,
868
+ "unsigned": true,
869
+ "readOnly": true,
870
+ "options": [
871
+ {
872
+ "label": "No Load",
873
+ "value": 0
874
+ },
875
+ {
876
+ "label": "Load",
877
+ "value": 1
878
+ }
879
+ ]
880
+ },
881
+ {
882
+ "#": "29[0x00020000]",
883
+ "label": "Current Relay State: Z2 Terminal Load",
884
+ "valueSize": 4,
885
+ "minValue": 0,
886
+ "maxValue": 1,
887
+ "unsigned": true,
888
+ "readOnly": true,
889
+ "options": [
890
+ {
891
+ "label": "No Load",
892
+ "value": 0
893
+ },
894
+ {
895
+ "label": "Load",
896
+ "value": 1
897
+ }
898
+ ]
899
+ },
900
+ {
901
+ "#": "29[0x00010000]",
902
+ "label": "Current Relay State: B Terminal Load",
903
+ "valueSize": 4,
904
+ "minValue": 0,
905
+ "maxValue": 1,
906
+ "unsigned": true,
907
+ "readOnly": true,
908
+ "options": [
909
+ {
910
+ "label": "No Load",
911
+ "value": 0
912
+ },
913
+ {
914
+ "label": "Load",
915
+ "value": 1
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "#": "29[0x00008000]",
921
+ "label": "Current Relay State: Z1 Relay State",
922
+ "valueSize": 4,
923
+ "minValue": 0,
924
+ "maxValue": 1,
925
+ "unsigned": true,
926
+ "readOnly": true,
927
+ "options": [
928
+ {
929
+ "label": "Not closed",
930
+ "value": 0
931
+ },
932
+ {
933
+ "label": "Closed",
934
+ "value": 1
935
+ }
936
+ ]
937
+ },
938
+ {
939
+ "#": "29[0x00004000]",
940
+ "label": "Current Relay State: Y2 Relay State",
941
+ "valueSize": 4,
942
+ "minValue": 0,
943
+ "maxValue": 1,
944
+ "unsigned": true,
945
+ "readOnly": true,
946
+ "options": [
947
+ {
948
+ "label": "Not closed",
949
+ "value": 0
950
+ },
951
+ {
952
+ "label": "Closed",
953
+ "value": 1
954
+ }
955
+ ]
956
+ },
957
+ {
958
+ "#": "29[0x00002000]",
959
+ "label": "Current Relay State: Y Relay State",
960
+ "valueSize": 4,
961
+ "minValue": 0,
962
+ "maxValue": 1,
963
+ "unsigned": true,
964
+ "readOnly": true,
965
+ "options": [
966
+ {
967
+ "label": "Not closed",
968
+ "value": 0
969
+ },
970
+ {
971
+ "label": "Closed",
972
+ "value": 1
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "#": "29[0x00001000]",
978
+ "label": "Current Relay State: W2 Relay State",
979
+ "valueSize": 4,
980
+ "minValue": 0,
981
+ "maxValue": 1,
982
+ "unsigned": true,
983
+ "readOnly": true,
984
+ "options": [
985
+ {
986
+ "label": "Not closed",
987
+ "value": 0
988
+ },
989
+ {
990
+ "label": "Closed",
991
+ "value": 1
992
+ }
993
+ ]
994
+ },
995
+ {
996
+ "#": "29[0x00000800]",
997
+ "label": "Current Relay State: W Relay State",
998
+ "valueSize": 4,
999
+ "minValue": 0,
1000
+ "maxValue": 1,
1001
+ "unsigned": true,
1002
+ "readOnly": true,
1003
+ "options": [
1004
+ {
1005
+ "label": "Not closed",
1006
+ "value": 0
1007
+ },
1008
+ {
1009
+ "label": "Closed",
1010
+ "value": 1
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "#": "29[0x00000400]",
1016
+ "label": "Current Relay State: G Relay State",
1017
+ "valueSize": 4,
1018
+ "minValue": 0,
1019
+ "maxValue": 1,
1020
+ "unsigned": true,
1021
+ "readOnly": true,
1022
+ "options": [
1023
+ {
1024
+ "label": "Not closed",
1025
+ "value": 0
1026
+ },
1027
+ {
1028
+ "label": "Closed",
1029
+ "value": 1
1030
+ }
1031
+ ]
1032
+ },
1033
+ {
1034
+ "#": "29[0x00000200]",
1035
+ "label": "Current Relay State: O Relay State",
1036
+ "valueSize": 4,
1037
+ "minValue": 0,
1038
+ "maxValue": 1,
1039
+ "unsigned": true,
1040
+ "readOnly": true,
1041
+ "options": [
1042
+ {
1043
+ "label": "Not closed",
1044
+ "value": 0
1045
+ },
1046
+ {
1047
+ "label": "Closed",
1048
+ "value": 1
1049
+ }
1050
+ ]
1051
+ },
1052
+ {
1053
+ "#": "29[0x00000008]",
1054
+ "label": "Current Relay State: RC Relay State",
1055
+ "valueSize": 4,
1056
+ "minValue": 0,
1057
+ "maxValue": 1,
1058
+ "unsigned": true,
1059
+ "readOnly": true,
1060
+ "options": [
1061
+ {
1062
+ "label": "Not closed",
1063
+ "value": 0
1064
+ },
1065
+ {
1066
+ "label": "Closed",
1067
+ "value": 1
1068
+ }
1069
+ ]
1070
+ },
1071
+ {
1072
+ "#": "29[0x00000004]",
1073
+ "label": "Current Relay State: RH Relay State",
1074
+ "valueSize": 4,
1075
+ "minValue": 0,
1076
+ "maxValue": 1,
1077
+ "unsigned": true,
1078
+ "readOnly": true,
1079
+ "options": [
1080
+ {
1081
+ "label": "Not closed",
1082
+ "value": 0
1083
+ },
1084
+ {
1085
+ "label": "Closed",
1086
+ "value": 1
1087
+ }
1088
+ ]
1089
+ },
1090
+ {
1091
+ "#": "29[0x00000002]",
1092
+ "label": "Current Relay State: Z2 Relay State",
1093
+ "valueSize": 4,
1094
+ "minValue": 0,
1095
+ "maxValue": 1,
1096
+ "unsigned": true,
1097
+ "readOnly": true,
1098
+ "options": [
1099
+ {
1100
+ "label": "Not closed",
1101
+ "value": 0
1102
+ },
1103
+ {
1104
+ "label": "Closed",
1105
+ "value": 1
1106
+ }
1107
+ ]
1108
+ },
1109
+ {
1110
+ "#": "29[0x00000001]",
1111
+ "label": "Current Relay State: B Relay State",
1112
+ "valueSize": 4,
1113
+ "minValue": 0,
1114
+ "maxValue": 1,
1115
+ "unsigned": true,
1116
+ "readOnly": true,
1117
+ "options": [
1118
+ {
1119
+ "label": "Not closed",
1120
+ "value": 0
1121
+ },
1122
+ {
1123
+ "label": "Closed",
1124
+ "value": 1
1125
+ }
1126
+ ]
1127
+ },
1128
+ {
1129
+ "#": "30[0x00ff]",
1130
+ "$import": "~/templates/master_template.json#base_enable_disable",
1131
+ "label": "Remote Temperature Sensor",
1132
+ "description": "Use remote temperature sensor instead of built-in.",
1133
+ "valueSize": 2
1134
+ },
1135
+ {
1136
+ "#": "30[0xff00]",
1137
+ "label": "Remote Temperature Sensor Status",
1138
+ "description": "Status of the remote temperature sensor.",
1139
+ "valueSize": 2,
1140
+ "minValue": 0,
1141
+ "maxValue": 4,
1142
+ "defaultValue": 0,
1143
+ "allowManualEntry": false,
1144
+ "readOnly": true,
1145
+ "options": [
1146
+ {
1147
+ "label": "Remote temperature disabled",
1148
+ "value": 0
1149
+ },
1150
+ {
1151
+ "label": "Active and functioning properly",
1152
+ "value": 1
1153
+ },
1154
+ {
1155
+ "label": "Inactive, timeout reached (see parameter 39)",
1156
+ "value": 2
1157
+ },
1158
+ {
1159
+ "label": "Inactive, temperature differential reached (see parameter 40)",
1160
+ "value": 3
1161
+ },
1162
+ {
1163
+ "label": "Inactive, 3 successive communication attempts failed",
1164
+ "value": 4
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ "#": "31[0xffff00]",
1170
+ "label": "Heat Differential",
1171
+ "description": "Allowable range: 1 to 10 in 0.5 °F increments.",
1172
+ "unit": "0.1°F",
1173
+ "valueSize": 4,
1174
+ "minValue": -1,
1175
+ "maxValue": 100,
1176
+ "defaultValue": 30,
1177
+ "options": [
1178
+ {
1179
+ "label": "Disabled",
1180
+ "value": -1
1181
+ }
1182
+ ]
1183
+ },
1184
+ /*{
1185
+ "#": "31[0xe0000000]",
1186
+ "label": "Heat Differential Precision",
1187
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
1188
+ "valueSize": 4,
1189
+ "minValue": 0,
1190
+ "maxValue": 7,
1191
+ "defaultValue": 1,
1192
+ "unsigned": true,
1193
+ "readOnly": true
1194
+ },
1195
+ {
1196
+ "#": "31[0x18000000]",
1197
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
1198
+ "label": "Heat Differential Scale",
1199
+ "description": "The 'scale' part of a z-wave float representing this parameter",
1200
+ "valueSize": 4,
1201
+ "defaultValue": 1,
1202
+ "readOnly": true
1203
+ },
1204
+ {
1205
+ "#": "31[0x07000000]",
1206
+ "label": "Heat Differential Size",
1207
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
1208
+ "valueSize": 4,
1209
+ "minValue": 0,
1210
+ "maxValue": 7,
1211
+ "defaultValue": 2,
1212
+ "unsigned": true,
1213
+ "readOnly": true
1214
+ },*/
1215
+ {
1216
+ "#": "32[0xffff00]",
1217
+ "label": "Cool Differential",
1218
+ "description": "Allowable range: 1 to 10 in 0.5 °F increments.",
1219
+ "unit": "0.1°F",
1220
+ "valueSize": 4,
1221
+ "minValue": -1,
1222
+ "maxValue": 100,
1223
+ "defaultValue": 30,
1224
+ "options": [
1225
+ {
1226
+ "label": "Disabled",
1227
+ "value": -1
1228
+ }
1229
+ ]
1230
+ },
1231
+ /*{
1232
+ "#": "32[0xe0000000]",
1233
+ "label": "Cool Differential Precision",
1234
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
1235
+ "valueSize": 4,
1236
+ "minValue": 0,
1237
+ "maxValue": 7,
1238
+ "defaultValue": 1,
1239
+ "unsigned": true,
1240
+ "readOnly": true
1241
+ },
1242
+ {
1243
+ "#": "32[0x18000000]",
1244
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
1245
+ "label": "Cool Differential Scale",
1246
+ "description": "The 'scale' part of a z-wave float representing this parameter",
1247
+ "valueSize": 4,
1248
+ "defaultValue": 1,
1249
+ "readOnly": true
1250
+ },
1251
+ {
1252
+ "#": "32[0x07000000]",
1253
+ "label": "Cool Differential Size",
1254
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
1255
+ "valueSize": 4,
1256
+ "minValue": 0,
1257
+ "maxValue": 7,
1258
+ "defaultValue": 2,
1259
+ "unsigned": true,
1260
+ "readOnly": true
1261
+ },*/
1262
+ {
1263
+ "#": "33[0xffff00]",
1264
+ "label": "Temperature Reporting Threshold",
1265
+ "description": "Allowable range: 0.5 to 2 in 0.5 °F increments.",
1266
+ "unit": "0.1°F",
1267
+ "valueSize": 4,
1268
+ "minValue": -1,
1269
+ "maxValue": 20,
1270
+ "defaultValue": 10,
1271
+ "options": [
1272
+ {
1273
+ "label": "Disabled",
1274
+ "value": -1
1275
+ }
1276
+ ]
1277
+ },
1278
+ /*{
1279
+ "#": "33[0xe0000000]",
1280
+ "label": "Temperature Reporting Threshold Precision",
1281
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
1282
+ "valueSize": 4,
1283
+ "minValue": 0,
1284
+ "maxValue": 7,
1285
+ "defaultValue": 1,
1286
+ "unsigned": true,
1287
+ "readOnly": true
1288
+ },
1289
+ {
1290
+ "#": "33[0x18000000]",
1291
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
1292
+ "label": "Temperature Reporting Threshold Scale",
1293
+ "description": "The 'scale' part of a z-wave float representing this parameter",
1294
+ "valueSize": 4,
1295
+ "defaultValue": 1,
1296
+ "readOnly": true
1297
+ },
1298
+ {
1299
+ "#": "33[0x07000000]",
1300
+ "label": "Temperature Reporting Threshold Size",
1301
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
1302
+ "valueSize": 4,
1303
+ "minValue": 0,
1304
+ "maxValue": 7,
1305
+ "defaultValue": 2,
1306
+ "unsigned": true,
1307
+ "readOnly": true
1308
+ },*/
1309
+ {
1310
+ "#": "35",
1311
+ "$import": "~/templates/master_template.json#base_enable_disable",
1312
+ "label": "Z-Wave Echo Association Reports"
1313
+ },
1314
+ {
1315
+ "#": "36[0xffff00]",
1316
+ "label": "C-Wire Power Thermistor Offset",
1317
+ "unit": "0.1°F",
1318
+ "valueSize": 4,
1319
+ "minValue": -100,
1320
+ "maxValue": 100,
1321
+ "defaultValue": -20,
1322
+ "options": [
1323
+ {
1324
+ "label": "Disabled",
1325
+ "value": -1
1326
+ }
1327
+ ]
1328
+ },
1329
+ /*{
1330
+ "#": "36[0xe0000000]",
1331
+ "label": "C-Wire Power Thermistor Offset Precision",
1332
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
1333
+ "valueSize": 4,
1334
+ "minValue": 0,
1335
+ "maxValue": 7,
1336
+ "defaultValue": 1,
1337
+ "unsigned": true,
1338
+ "readOnly": true
1339
+ },
1340
+ {
1341
+ "#": "36[0x18000000]",
1342
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
1343
+ "label": "C-Wire Power Thermistor Offset Scale",
1344
+ "description": "The 'scale' part of a z-wave float representing this parameter",
1345
+ "valueSize": 4,
1346
+ "defaultValue": 1,
1347
+ "readOnly": true
1348
+ },
1349
+ {
1350
+ "#": "36[0x07000000]",
1351
+ "label": "C-Wire Power Thermistor Offset Size",
1352
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
1353
+ "valueSize": 4,
1354
+ "minValue": 0,
1355
+ "maxValue": 7,
1356
+ "defaultValue": 2,
1357
+ "unsigned": true,
1358
+ "readOnly": true
1359
+ },*/
1360
+ {
1361
+ "#": "37",
1362
+ "$import": "~/templates/master_template.json#base_enable_disable",
1363
+ "label": "Run Fan With Auxiliary Heat"
1364
+ },
1365
+ {
1366
+ "#": "38[0x00000001]",
1367
+ "$import": "~/templates/master_template.json#base_enable_disable",
1368
+ "label": "Z-Wave Association Report: Thermostat Mode",
1369
+ "valueSize": 4,
1370
+ "defaultValue": 1
1371
+ },
1372
+ {
1373
+ "#": "38[0x00000008]",
1374
+ "$import": "~/templates/master_template.json#base_enable_disable",
1375
+ "label": "Z-Wave Association Report: Thermostat Operating State",
1376
+ "valueSize": 4,
1377
+ "defaultValue": 1
1378
+ },
1379
+ {
1380
+ "#": "38[0x00000010]",
1381
+ "$import": "~/templates/master_template.json#base_enable_disable",
1382
+ "label": "Z-Wave Association Report: Thermostat Fan Mode",
1383
+ "valueSize": 4,
1384
+ "defaultValue": 1
1385
+ },
1386
+ {
1387
+ "#": "38[0x00000020]",
1388
+ "$import": "~/templates/master_template.json#base_enable_disable",
1389
+ "label": "Z-Wave Association Report: Thermostat Fan State",
1390
+ "valueSize": 4,
1391
+ "defaultValue": 1
1392
+ },
1393
+ {
1394
+ "#": "38[0x00000040]",
1395
+ "$import": "~/templates/master_template.json#base_enable_disable",
1396
+ "label": "Z-Wave Association Report: Ambiant Temperature",
1397
+ "valueSize": 4,
1398
+ "defaultValue": 1
1399
+ },
1400
+ {
1401
+ "#": "38[0x00000080]",
1402
+ "$import": "~/templates/master_template.json#base_enable_disable",
1403
+ "label": "Z-Wave Association Report: Relative Humidity",
1404
+ "valueSize": 4,
1405
+ "defaultValue": 1
1406
+ },
1407
+ {
1408
+ "#": "38[0x00000200]",
1409
+ "$import": "~/templates/master_template.json#base_enable_disable",
1410
+ "label": "Z-Wave Association Report: Battery Low Notification",
1411
+ "valueSize": 4,
1412
+ "defaultValue": 1
1413
+ },
1414
+ {
1415
+ "#": "38[0x00000400]",
1416
+ "$import": "~/templates/master_template.json#base_enable_disable",
1417
+ "label": "Z-Wave Association Report: Battery Very Low Notification",
1418
+ "valueSize": 4,
1419
+ "defaultValue": 1
1420
+ },
1421
+ {
1422
+ "#": "38[0x00000800]",
1423
+ "$import": "~/templates/master_template.json#base_enable_disable",
1424
+ "label": "Z-Wave Association Report: Thermostat Supported Modes",
1425
+ "valueSize": 4,
1426
+ "defaultValue": 1
1427
+ },
1428
+ {
1429
+ "#": "38[0x00001000]",
1430
+ "$import": "~/templates/master_template.json#base_enable_disable",
1431
+ "label": "Z-Wave Association Report: Remote Enable Report",
1432
+ "valueSize": 4,
1433
+ "defaultValue": 1
1434
+ },
1435
+ {
1436
+ "#": "38[0x00002000]",
1437
+ "$import": "~/templates/master_template.json#base_enable_disable",
1438
+ "label": "Z-Wave Association Report: Humidity Control Operating State Report",
1439
+ "valueSize": 4,
1440
+ "defaultValue": 1
1441
+ },
1442
+ {
1443
+ "#": "38[0x00004000]",
1444
+ "$import": "~/templates/master_template.json#base_enable_disable",
1445
+ "label": "Z-Wave Association Report: HVAC Type",
1446
+ "valueSize": 4,
1447
+ "defaultValue": 1
1448
+ },
1449
+ {
1450
+ "#": "38[0x00008000]",
1451
+ "$import": "~/templates/master_template.json#base_enable_disable",
1452
+ "label": "Z-Wave Association Report: Number of Cool/Pump Stages",
1453
+ "valueSize": 4,
1454
+ "defaultValue": 1
1455
+ },
1456
+ {
1457
+ "#": "38[0x00010000]",
1458
+ "$import": "~/templates/master_template.json#base_enable_disable",
1459
+ "label": "Z-Wave Association Report: Number of Heat/Aux Stages",
1460
+ "valueSize": 4,
1461
+ "defaultValue": 1
1462
+ },
1463
+ {
1464
+ "#": "38[0x00020000]",
1465
+ "$import": "~/templates/master_template.json#base_enable_disable",
1466
+ "label": "Z-Wave Association Report: Relay Status",
1467
+ "valueSize": 4,
1468
+ "defaultValue": 1
1469
+ },
1470
+ {
1471
+ "#": "38[0x00040000]",
1472
+ "$import": "~/templates/master_template.json#base_enable_disable",
1473
+ "label": "Z-Wave Association Report: Power Source",
1474
+ "valueSize": 4,
1475
+ "defaultValue": 1
1476
+ },
1477
+ {
1478
+ "#": "38[0x00080000]",
1479
+ "$import": "~/templates/master_template.json#base_enable_disable",
1480
+ "label": "Z-Wave Association Report: Notification Report Power Applied",
1481
+ "valueSize": 4,
1482
+ "defaultValue": 1
1483
+ },
1484
+ {
1485
+ "#": "38[0x00100000]",
1486
+ "$import": "~/templates/master_template.json#base_enable_disable",
1487
+ "label": "Z-Wave Association Report: Notification Report Mains Disconnected",
1488
+ "valueSize": 4,
1489
+ "defaultValue": 1
1490
+ },
1491
+ {
1492
+ "#": "38[0x00200000]",
1493
+ "$import": "~/templates/master_template.json#base_enable_disable",
1494
+ "label": "Z-Wave Association Report: Notification Report Mains Reconnected",
1495
+ "valueSize": 4,
1496
+ "defaultValue": 1,
1497
+ "unsigned": true
1498
+ },
1499
+ {
1500
+ "#": "38[0x00400000]",
1501
+ "$import": "~/templates/master_template.json#base_enable_disable",
1502
+ "label": "Z-Wave Association Report: Notification Report Replace Battery Soon",
1503
+ "valueSize": 4,
1504
+ "defaultValue": 1
1505
+ },
1506
+ {
1507
+ "#": "38[0x00800000]",
1508
+ "$import": "~/templates/master_template.json#base_enable_disable",
1509
+ "label": "Z-Wave Association Report: Notification Report Replace Battery Now",
1510
+ "valueSize": 4,
1511
+ "defaultValue": 1
1512
+ },
1513
+ {
1514
+ "#": "38[0x01000000]",
1515
+ "$import": "~/templates/master_template.json#base_enable_disable",
1516
+ "label": "Z-Wave Association Report: Notification Report System Hardware Failure",
1517
+ "valueSize": 4,
1518
+ "defaultValue": 1
1519
+ },
1520
+ {
1521
+ "#": "38[0x02000000]",
1522
+ "$import": "~/templates/master_template.json#base_enable_disable",
1523
+ "label": "Z-Wave Association Report: Notification Report System Software Failure",
1524
+ "valueSize": 4,
1525
+ "defaultValue": 1
1526
+ },
1527
+ {
1528
+ "#": "38[0x04000000]",
1529
+ "$import": "~/templates/master_template.json#base_enable_disable",
1530
+ "label": "Z-Wave Association Report: Notification Report System Hardware Failure with Code",
1531
+ "valueSize": 4,
1532
+ "defaultValue": 1
1533
+ },
1534
+ {
1535
+ "#": "38[0x08000000]",
1536
+ "$import": "~/templates/master_template.json#base_enable_disable",
1537
+ "label": "Z-Wave Association Report: Notification Report System Software Failure with Code",
1538
+ "valueSize": 4,
1539
+ "defaultValue": 1
1540
+ },
1541
+ {
1542
+ "#": "38[0x10000000]",
1543
+ "$import": "~/templates/master_template.json#base_enable_disable",
1544
+ "label": "Z-Wave Association Report: Display Units",
1545
+ "valueSize": 4,
1546
+ "defaultValue": 1
1547
+ },
1548
+ {
1549
+ "#": "38[0x20000000]",
1550
+ "$import": "~/templates/master_template.json#base_enable_disable",
1551
+ "label": "Z-Wave Association Report: Heat Fuel Type",
1552
+ "valueSize": 4,
1553
+ "defaultValue": 1
1554
+ },
1555
+ {
1556
+ "#": "38[0x40000000]",
1557
+ "$import": "~/templates/master_template.json#base_enable_disable",
1558
+ "label": "Z-Wave Association Report: Humidity Control Mode",
1559
+ "valueSize": 4,
1560
+ "defaultValue": 1
1561
+ },
1562
+ {
1563
+ "#": "38[0x80000000]",
1564
+ "$import": "~/templates/master_template.json#base_enable_disable",
1565
+ "label": "Z-Wave Association Report: Humidity Control Setpoints",
1566
+ "valueSize": 4,
1567
+ "defaultValue": 1
1568
+ },
1569
+ {
1570
+ "#": "39",
1571
+ "label": "Remote Temperature Timeout",
1572
+ "unit": "minutes",
1573
+ "valueSize": 2,
1574
+ "minValue": 0,
1575
+ "maxValue": 32767,
1576
+ "defaultValue": 130,
1577
+ "unsigned": true
1578
+ },
1579
+ {
1580
+ "#": "40[0xffff00]",
1581
+ "label": "Remote Temperature Differential",
1582
+ "description": "Allowable range: 0 to 99 in 1 °F increments.",
1583
+ "unit": "0.1°F",
1584
+ "valueSize": 4,
1585
+ "minValue": -1,
1586
+ "maxValue": 990,
1587
+ "defaultValue": 250,
1588
+ "options": [
1589
+ {
1590
+ "label": "Disabled",
1591
+ "value": -1
1592
+ }
1593
+ ]
1594
+ },
1595
+ /*{
1596
+ "#": "40[0xe0000000]",
1597
+ "label": "Remote Temperature Differential Precision",
1598
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
1599
+ "valueSize": 4,
1600
+ "minValue": 0,
1601
+ "maxValue": 7,
1602
+ "defaultValue": 1,
1603
+ "unsigned": true,
1604
+ "readOnly": true
1605
+ },
1606
+ {
1607
+ "#": "40[0x18000000]",
1608
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
1609
+ "label": "Remote Temperature Differential Scale",
1610
+ "description": "The 'scale' part of a z-wave float representing this parameter",
1611
+ "valueSize": 4,
1612
+ "defaultValue": 1,
1613
+ "readOnly": true
1614
+ },
1615
+ {
1616
+ "#": "40[0x07000000]",
1617
+ "label": "Remote Temperature Differential Size",
1618
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
1619
+ "valueSize": 4,
1620
+ "minValue": 0,
1621
+ "maxValue": 7,
1622
+ "defaultValue": 2,
1623
+ "unsigned": true,
1624
+ "readOnly": true
1625
+ },*/
1626
+ {
1627
+ "#": "41",
1628
+ "label": "Remote Temperature ACK Failure Limit",
1629
+ "valueSize": 1,
1630
+ "minValue": 0,
1631
+ "maxValue": 127,
1632
+ "defaultValue": 3
1633
+ },
1634
+ {
1635
+ "#": "42",
1636
+ "$import": "~/templates/master_template.json#base_enable_disable",
1637
+ "label": "Remote Temperature Display Enable",
1638
+ "defaultValue": 1
1639
+ },
1640
+ {
1641
+ "#": "43",
1642
+ "label": "Outdoor Temperature Timeout",
1643
+ "unit": "minutes",
1644
+ "valueSize": 2,
1645
+ "minValue": 0,
1646
+ "maxValue": 32767,
1647
+ "defaultValue": 1440,
1648
+ "unsigned": true
1649
+ },
1650
+ {
1651
+ "#": "45",
1652
+ "label": "Heat Pump Expire",
1653
+ "unit": "minutes",
1654
+ "valueSize": 2,
1655
+ "minValue": 0,
1656
+ "maxValue": 2880,
1657
+ "defaultValue": 0
1658
+ },
1659
+ {
1660
+ "#": "46[0xffff00]",
1661
+ "label": "Dehumidify by AC Offset",
1662
+ "description": "Allowable range: 0 to 10 in 1 °F increments.",
1663
+ "unit": "0.1°F",
1664
+ "valueSize": 4,
1665
+ "minValue": -1,
1666
+ "maxValue": 100,
1667
+ "defaultValue": 30,
1668
+ "options": [
1669
+ {
1670
+ "label": "Disabled",
1671
+ "value": -1
1672
+ }
1673
+ ]
1674
+ },
1675
+ /*{
1676
+ "#": "46[0xe0000000]",
1677
+ "label": "Dehumidify by AC Offset Precision",
1678
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
1679
+ "valueSize": 4,
1680
+ "minValue": 0,
1681
+ "maxValue": 7,
1682
+ "defaultValue": 1,
1683
+ "unsigned": true,
1684
+ "readOnly": true
1685
+ },
1686
+ {
1687
+ "#": "46[0x18000000]",
1688
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
1689
+ "label": "Dehumidify by AC Offset Scale",
1690
+ "description": "The 'scale' part of a z-wave float representing this parameter",
1691
+ "valueSize": 4,
1692
+ "defaultValue": 1,
1693
+ "readOnly": true
1694
+ },
1695
+ {
1696
+ "#": "46[0x07000000]",
1697
+ "label": "Dehumidify by AC Offset Size",
1698
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
1699
+ "valueSize": 4,
1700
+ "minValue": 0,
1701
+ "maxValue": 7,
1702
+ "defaultValue": 2,
1703
+ "unsigned": true,
1704
+ "readOnly": true
1705
+ },*/
1706
+ {
1707
+ "#": "48",
1708
+ "$import": "~/templates/master_template.json#base_enable_disable",
1709
+ "label": "PIR Enable",
1710
+ "defaultValue": 1
1711
+ },
1712
+ {
1713
+ "#": "49",
1714
+ "$import": "~/templates/master_template.json#base_enable_disable",
1715
+ "label": "Humidity Display",
1716
+ "defaultValue": 1
1717
+ },
1718
+ {
1719
+ "#": "50[0x80000000]",
1720
+ "$import": "~/templates/master_template.json#base_enable_disable",
1721
+ "label": "System configuration: Aux Fan",
1722
+ "valueSize": 4,
1723
+ "readOnly": true
1724
+ },
1725
+ {
1726
+ "#": "50[0x60000000]",
1727
+ "label": "System configuration: Cool Stages",
1728
+ "valueSize": 4,
1729
+ "minValue": 0,
1730
+ "maxValue": 3,
1731
+ "unsigned": true,
1732
+ "readOnly": true
1733
+ },
1734
+ {
1735
+ "#": "50[0x18000000]",
1736
+ "label": "System configuration: Heat Stages",
1737
+ "valueSize": 4,
1738
+ "minValue": 0,
1739
+ "maxValue": 3,
1740
+ "unsigned": true,
1741
+ "readOnly": true
1742
+ },
1743
+ {
1744
+ "#": "50[0x04000000]",
1745
+ "label": "System configuration: Fuel",
1746
+ "valueSize": 4,
1747
+ "minValue": 0,
1748
+ "maxValue": 1,
1749
+ "unsigned": true,
1750
+ "readOnly": true,
1751
+ "options": [
1752
+ {
1753
+ "label": "Fuel",
1754
+ "value": 0
1755
+ },
1756
+ {
1757
+ "label": "Electric",
1758
+ "value": 1
1759
+ }
1760
+ ]
1761
+ },
1762
+ {
1763
+ "#": "50[0x03000000]",
1764
+ "label": "System configuration: HVAC Type",
1765
+ "valueSize": 4,
1766
+ "minValue": 0,
1767
+ "maxValue": 3,
1768
+ "unsigned": true,
1769
+ "readOnly": true,
1770
+ "options": [
1771
+ {
1772
+ "label": "Normal",
1773
+ "value": 0
1774
+ },
1775
+ {
1776
+ "label": "Heat Pump",
1777
+ "value": 1
1778
+ }
1779
+ ]
1780
+ },
1781
+ {
1782
+ "#": "50[0x00f00000]",
1783
+ "label": "System configuration: Z2 Configuration",
1784
+ "valueSize": 4,
1785
+ "minValue": 0,
1786
+ "maxValue": 15,
1787
+ "unsigned": true,
1788
+ "readOnly": true,
1789
+ "options": [
1790
+ {
1791
+ "label": "None",
1792
+ "value": 0
1793
+ },
1794
+ {
1795
+ "label": "W3, 3rd Stage Auxiliary Heat",
1796
+ "value": 1
1797
+ },
1798
+ {
1799
+ "label": "H, Humidifier",
1800
+ "value": 2
1801
+ },
1802
+ {
1803
+ "label": "DH, Dehumidifier",
1804
+ "value": 3
1805
+ },
1806
+ {
1807
+ "label": "External Air Baffle or Vent",
1808
+ "value": 4
1809
+ }
1810
+ ]
1811
+ },
1812
+ {
1813
+ "#": "50[0x000f0000]",
1814
+ "label": "System configuration: Z1 Configuration",
1815
+ "valueSize": 4,
1816
+ "minValue": 0,
1817
+ "maxValue": 15,
1818
+ "unsigned": true,
1819
+ "readOnly": true,
1820
+ "options": [
1821
+ {
1822
+ "label": "None",
1823
+ "value": 0
1824
+ },
1825
+ {
1826
+ "label": "W3, 3rd Stage Auxiliary Heat",
1827
+ "value": 1
1828
+ },
1829
+ {
1830
+ "label": "H, Humidifier",
1831
+ "value": 2
1832
+ },
1833
+ {
1834
+ "label": "DH, Dehumidifier",
1835
+ "value": 3
1836
+ },
1837
+ {
1838
+ "label": "External Air Baffle or Vent",
1839
+ "value": 4
1840
+ }
1841
+ ]
1842
+ },
1843
+ {
1844
+ "#": "50[0x00000100]",
1845
+ "label": "System configuration: Override",
1846
+ "valueSize": 4,
1847
+ "minValue": 0,
1848
+ "maxValue": 1,
1849
+ "unsigned": true,
1850
+ "readOnly": true
1851
+ },
1852
+ {
1853
+ "#": "51",
1854
+ "label": "Thermostat Reset",
1855
+ "description": "Must write the magic value 2870 to take effect.",
1856
+ "valueSize": 2,
1857
+ "minValue": 0,
1858
+ "maxValue": 2870,
1859
+ "defaultValue": 0,
1860
+ "writeOnly": true
1861
+ },
1862
+ {
1863
+ "#": "52",
1864
+ "label": "Vent Options",
1865
+ "valueSize": 1,
1866
+ "minValue": 0,
1867
+ "maxValue": 4,
1868
+ "defaultValue": 4,
1869
+ "allowManualEntry": false,
1870
+ "options": [
1871
+ {
1872
+ "label": "Disabled",
1873
+ "value": 0
1874
+ },
1875
+ {
1876
+ "label": "Always activate regardless of thermostat operating state",
1877
+ "value": 1
1878
+ },
1879
+ {
1880
+ "label": "Only activate when heating",
1881
+ "value": 2
1882
+ },
1883
+ {
1884
+ "label": "Only activate when cooling",
1885
+ "value": 3
1886
+ },
1887
+ {
1888
+ "label": "Only activate when heating or cooling",
1889
+ "value": 4
1890
+ }
1891
+ ]
1892
+ },
1893
+ {
1894
+ "#": "53",
1895
+ "label": "Vent Circulation Period",
1896
+ "unit": "minutes",
1897
+ "valueSize": 2,
1898
+ "minValue": 10,
1899
+ "maxValue": 1440,
1900
+ "defaultValue": 60
1901
+ },
1902
+ {
1903
+ "#": "54",
1904
+ "label": "Vent Circulation Duty Cycle",
1905
+ "unit": "%",
1906
+ "valueSize": 1,
1907
+ "minValue": 0,
1908
+ "maxValue": 100,
1909
+ "defaultValue": 25
1910
+ },
1911
+ {
1912
+ "#": "55[0xffff00]",
1913
+ "label": "Vent Maximum Outdoor Temperature",
1914
+ "description": "Allowable range: 0 to 99 in 1 °F increments.",
1915
+ "unit": "0.1°F",
1916
+ "valueSize": 4,
1917
+ "minValue": -1,
1918
+ "maxValue": 990,
1919
+ "defaultValue": -1,
1920
+ "options": [
1921
+ {
1922
+ "label": "Disabled",
1923
+ "value": -1
1924
+ }
1925
+ ]
1926
+ },
1927
+ /*{
1928
+ "#": "55[0xe0000000]",
1929
+ "label": "Vent Maximum Outdoor Temperature Precision",
1930
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
1931
+ "valueSize": 4,
1932
+ "minValue": 0,
1933
+ "maxValue": 7,
1934
+ "defaultValue": 1,
1935
+ "unsigned": true,
1936
+ "readOnly": true
1937
+ },
1938
+ {
1939
+ "#": "55[0x18000000]",
1940
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
1941
+ "label": "Vent Maximum Outdoor Temperature Scale",
1942
+ "description": "The 'scale' part of a z-wave float representing this parameter",
1943
+ "valueSize": 4,
1944
+ "defaultValue": 1,
1945
+ "readOnly": true
1946
+ },
1947
+ {
1948
+ "#": "55[0x07000000]",
1949
+ "label": "Vent Maximum Outdoor Temperature Size",
1950
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
1951
+ "valueSize": 4,
1952
+ "minValue": 0,
1953
+ "maxValue": 7,
1954
+ "defaultValue": 2,
1955
+ "unsigned": true,
1956
+ "readOnly": true
1957
+ },*/
1958
+ {
1959
+ "#": "56[0xffff00]",
1960
+ "label": "Vent Minimum Outdoor Temperature",
1961
+ "description": "Allowable range: 0 to 99 in 1 °F increments.",
1962
+ "unit": "0.1°F",
1963
+ "valueSize": 4,
1964
+ "minValue": -1,
1965
+ "maxValue": 990,
1966
+ "defaultValue": -1,
1967
+ "options": [
1968
+ {
1969
+ "label": "Disabled",
1970
+ "value": -1
1971
+ }
1972
+ ]
1973
+ },
1974
+ /*{
1975
+ "#": "56[0xe0000000]",
1976
+ "label": "Vent Minimum Outdoor Temperature Precision",
1977
+ "description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
1978
+ "valueSize": 4,
1979
+ "minValue": 0,
1980
+ "maxValue": 7,
1981
+ "defaultValue": 1,
1982
+ "unsigned": true,
1983
+ "readOnly": true
1984
+ },
1985
+ {
1986
+ "#": "56[0x18000000]",
1987
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
1988
+ "label": "Vent Minimum Outdoor Temperature Scale",
1989
+ "description": "The 'scale' part of a z-wave float representing this parameter",
1990
+ "valueSize": 4,
1991
+ "defaultValue": 1,
1992
+ "readOnly": true
1993
+ },
1994
+ {
1995
+ "#": "56[0x07000000]",
1996
+ "label": "Vent Minimum Outdoor Temperature Size",
1997
+ "description": "The 'size' part of a z-wave float representing this parameter, in bytes",
1998
+ "valueSize": 4,
1999
+ "minValue": 0,
2000
+ "maxValue": 7,
2001
+ "defaultValue": 2,
2002
+ "unsigned": true,
2003
+ "readOnly": true
2004
+ },*/
2005
+ {
2006
+ "#": "57",
2007
+ "label": "Relay Harvest Level",
2008
+ "valueSize": 1,
2009
+ "minValue": 0,
2010
+ "maxValue": 12,
2011
+ "defaultValue": 12,
2012
+ "allowManualEntry": false,
2013
+ "options": [
2014
+ {
2015
+ "label": "Off",
2016
+ "value": 0
2017
+ },
2018
+ {
2019
+ "label": "8 pulses",
2020
+ "value": 9
2021
+ },
2022
+ {
2023
+ "label": "16 pulses",
2024
+ "value": 10
2025
+ },
2026
+ {
2027
+ "label": "32 pulses",
2028
+ "value": 11
2029
+ },
2030
+ {
2031
+ "label": "64 pulses",
2032
+ "value": 12
2033
+ }
2034
+ ]
2035
+ },
2036
+ {
2037
+ "#": "58",
2038
+ "label": "Relay Harvest Interval",
2039
+ "valueSize": 1,
2040
+ "minValue": 0,
2041
+ "maxValue": 5,
2042
+ "defaultValue": 4,
2043
+ "allowManualEntry": false,
2044
+ "options": [
2045
+ {
2046
+ "label": "Off",
2047
+ "value": 0
2048
+ },
2049
+ {
2050
+ "label": "4 Milliseconds",
2051
+ "value": 2
2052
+ },
2053
+ {
2054
+ "label": "8 Milliseconds",
2055
+ "value": 3
2056
+ },
2057
+ {
2058
+ "label": "16 Milliseconds",
2059
+ "value": 4
2060
+ },
2061
+ {
2062
+ "label": "32 Milliseconds",
2063
+ "value": 5
2064
+ }
2065
+ ]
2066
+ },
2067
+ {
2068
+ "#": "59",
2069
+ "label": "Minimum Battery Reporting Interval",
2070
+ "description": "Minimum number of hours between battery reports",
2071
+ "unit": "hours",
2072
+ "valueSize": 1,
2073
+ "minValue": 0,
2074
+ "maxValue": 127,
2075
+ "defaultValue": 60
2076
+ },
2077
+ {
2078
+ "#": "60",
2079
+ "label": "Humidity Control Swing",
2080
+ "description": "Percent value the thermostat will add (for de-humidify) to or remove (for humidify) from the relevant humidity control setpoint.",
2081
+ "unit": "%",
2082
+ "valueSize": 1,
2083
+ "minValue": 1,
2084
+ "maxValue": 100,
2085
+ "defaultValue": 5
2086
+ },
2087
+ {
2088
+ "#": "61",
2089
+ "label": "Humidity Reporting Threshold",
2090
+ "description": "The minimum percent the relative humidity must change between reported humidity values.",
2091
+ "unit": "%",
2092
+ "valueSize": 1,
2093
+ "minValue": 0,
2094
+ "maxValue": 100,
2095
+ "defaultValue": 5
2096
+ },
2097
+ {
2098
+ "#": "62",
2099
+ "label": "Z-Wave Send Fail Limit",
2100
+ "valueSize": 1,
2101
+ "minValue": 0,
2102
+ "maxValue": 255,
2103
+ "unsigned": true,
2104
+ "defaultValue": 10
2105
+ },
2106
+ {
2107
+ "#": "64",
2108
+ "label": "Vent Override Lockout",
2109
+ "description": "Activate the vent if it has not been active in the specified period.",
2110
+ "unit": "hours",
2111
+ "valueSize": 1,
2112
+ "minValue": 0,
2113
+ "maxValue": 127,
2114
+ "defaultValue": 12
2115
+ },
2116
+ {
2117
+ "#": "65",
2118
+ "label": "Humidify Options",
2119
+ "valueSize": 1,
2120
+ "minValue": 0,
2121
+ "maxValue": 1,
2122
+ "defaultValue": 1,
2123
+ "allowManualEntry": false,
2124
+ "options": [
2125
+ {
2126
+ "label": "Always humidify regardless of thermostat operating state",
2127
+ "value": 0
2128
+ },
2129
+ {
2130
+ "label": "Only humidify when the thermostat operating state is heating, when in heat mode or when heating in auto mode. When in any other thermostat mode, the thermostat will humidify whenever it is necessary.",
2131
+ "value": 1
2132
+ }
2133
+ ]
2134
+ }
2135
+ ]
2136
+ }