@zwave-js/config 8.7.8 → 8.8.2-20211129

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,708 @@
1
+ {
2
+ "manufacturer": "Ecolink",
3
+ "manufacturerId": "0x014a",
4
+ "label": "TBH500",
5
+ "description": "Z-Wave Smart Thermostat",
6
+ "devices": [
7
+ {
8
+ "productType": "0x5442",
9
+ "productId": "0x5439"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "System Type",
20
+ "valueSize": 1,
21
+ "minValue": 0,
22
+ "maxValue": 1,
23
+ "defaultValue": 0,
24
+ "allowManualEntry": false,
25
+ "options": [
26
+ {
27
+ "label": "Standard",
28
+ "value": 0
29
+ },
30
+ {
31
+ "label": "Heat Pump",
32
+ "value": 1
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "#": "2",
38
+ "label": "Fan Type",
39
+ "valueSize": 1,
40
+ "minValue": 0,
41
+ "maxValue": 1,
42
+ "defaultValue": 0,
43
+ "allowManualEntry": false,
44
+ "options": [
45
+ {
46
+ "label": "Gas (No fan w/Heat)",
47
+ "value": 0
48
+ },
49
+ {
50
+ "label": "Electric (Fan w/Heat)",
51
+ "value": 1
52
+ }
53
+ ]
54
+ },
55
+ {
56
+ "#": "3",
57
+ "label": "Changeover Type",
58
+ "description": "For Heat Pump HVAC systems only",
59
+ "valueSize": 1,
60
+ "minValue": 0,
61
+ "maxValue": 1,
62
+ "defaultValue": 0,
63
+ "allowManualEntry": false,
64
+ "options": [
65
+ {
66
+ "label": "Changeover with Cooling systems (Orange wire)",
67
+ "value": 0
68
+ },
69
+ {
70
+ "label": "Changeover with Heating systems (Brown wire)",
71
+ "value": 1
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "#": "4",
77
+ "label": "2nd Stage Heat",
78
+ "$import": "~/templates/master_template.json#base_enable_disable"
79
+ },
80
+ {
81
+ "#": "5",
82
+ "label": "Aux Heat",
83
+ "$import": "~/templates/master_template.json#base_enable_disable",
84
+ "defaultValue": 1
85
+ },
86
+ {
87
+ "#": "6",
88
+ "label": "2nd Stage Cool",
89
+ "$import": "~/templates/master_template.json#base_enable_disable"
90
+ },
91
+ {
92
+ "#": "7",
93
+ "label": "Temperature Unit",
94
+ "valueSize": 1,
95
+ "minValue": 0,
96
+ "maxValue": 1,
97
+ "defaultValue": 1,
98
+ "allowManualEntry": false,
99
+ "options": [
100
+ {
101
+ "label": "Celsius",
102
+ "value": 0
103
+ },
104
+ {
105
+ "label": "Fahrenheit",
106
+ "value": 1
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "#": "8",
112
+ "label": "Minimum Off Time",
113
+ "unit": "minutes",
114
+ "valueSize": 1,
115
+ "minValue": 5,
116
+ "maxValue": 9,
117
+ "defaultValue": 5
118
+ },
119
+ {
120
+ "#": "9",
121
+ "label": "Minimum Run Time",
122
+ "unit": "minutes",
123
+ "valueSize": 1,
124
+ "minValue": 3,
125
+ "maxValue": 9,
126
+ "defaultValue": 3
127
+ },
128
+ {
129
+ "#": "10",
130
+ "label": "Setpoint Heat/Cool Delta",
131
+ "description": "Sets the minimum separation between heating and cooling setpoints.",
132
+ "unit": "°F",
133
+ "valueSize": 1,
134
+ "minValue": 3,
135
+ "maxValue": 15,
136
+ "defaultValue": 3
137
+ },
138
+ {
139
+ "#": "11",
140
+ "label": "Heating Stage 1: On Delta",
141
+ "description": "Stage 1 starts heating when current temperature is <Heating Stage 1: On Delta> degrees below <Setpoint>",
142
+ "unit": "°F",
143
+ "valueSize": 1,
144
+ "minValue": 1,
145
+ "maxValue": 6,
146
+ "defaultValue": 1
147
+ },
148
+ {
149
+ "#": "12",
150
+ "label": "Heating Stage 1: Off Delta",
151
+ "description": "Stage 1 stops heating when current temperature is <Heating Stage 1: Off Delta> degrees below <Setpoint>",
152
+ "unit": "°F",
153
+ "valueSize": 1,
154
+ "minValue": 0,
155
+ "maxValue": 5,
156
+ "defaultValue": 0
157
+ },
158
+ {
159
+ "#": "13",
160
+ "label": "Heating Stage 2: On Delta",
161
+ "description": "Stage 2 starts heating when current temperature is <Heating Stage 2: On Delta> degrees below <Setpoint>",
162
+ "unit": "°F",
163
+ "valueSize": 1,
164
+ "minValue": 2,
165
+ "maxValue": 7,
166
+ "defaultValue": 2
167
+ },
168
+ {
169
+ "#": "14",
170
+ "label": "Heating Stage 2: Off Delta",
171
+ "description": "Stage 2 stops heating when current temperature is <Heating Stage 2: Off Delta> degrees below <Setpoint>",
172
+ "unit": "°F",
173
+ "valueSize": 1,
174
+ "minValue": 0,
175
+ "maxValue": 6,
176
+ "defaultValue": 0
177
+ },
178
+ {
179
+ "#": "15",
180
+ "label": "Heating Stage 3: On Delta",
181
+ "description": "Stage 3 starts heating when current temperature is <Heating Stage 3: On Delta> degrees below <Setpoint>",
182
+ "unit": "°F",
183
+ "valueSize": 1,
184
+ "minValue": 3,
185
+ "maxValue": 8,
186
+ "defaultValue": 3
187
+ },
188
+ {
189
+ "#": "16",
190
+ "label": "Heating Stage 3: Off Delta",
191
+ "description": "Stage 3 stops heating when current temperature is <Heating Stage 3: Off Delta> degrees below <Setpoint>",
192
+ "unit": "°F",
193
+ "valueSize": 1,
194
+ "minValue": 0,
195
+ "maxValue": 7,
196
+ "defaultValue": 0
197
+ },
198
+ {
199
+ "#": "17",
200
+ "label": "Cooling Stage 1: On Delta",
201
+ "description": "Stage 1 starts cooling when current temperature is <Cooling Stage 1: On Delta> degrees above <Setpoint>",
202
+ "unit": "°F",
203
+ "valueSize": 1,
204
+ "minValue": 1,
205
+ "maxValue": 7,
206
+ "defaultValue": 1
207
+ },
208
+ {
209
+ "#": "18",
210
+ "label": "Cooling Stage 1: Off Delta",
211
+ "description": "Stage 1 stops cooling when current temperature is <Cooling Stage 1: Off Delta> degrees above <Setpoint>",
212
+ "unit": "°F",
213
+ "valueSize": 1,
214
+ "minValue": 0,
215
+ "maxValue": 6,
216
+ "defaultValue": 0
217
+ },
218
+ {
219
+ "#": "19",
220
+ "label": "Cooling Stage 2: On Delta",
221
+ "description": "Stage 2 starts cooling when current temperature is <Cooling Stage 2: On Delta> degrees above <Setpoint>",
222
+ "unit": "°F",
223
+ "valueSize": 1,
224
+ "minValue": 2,
225
+ "maxValue": 8,
226
+ "defaultValue": 2
227
+ },
228
+ {
229
+ "#": "20",
230
+ "label": "Cooling Stage 2: Off Delta",
231
+ "description": "Stage 2 stops cooling when current temperature is <Cooling Stage 2: Off Delta> degrees above <Setpoint>",
232
+ "unit": "°F",
233
+ "valueSize": 1,
234
+ "minValue": 0,
235
+ "maxValue": 7,
236
+ "defaultValue": 0
237
+ },
238
+ {
239
+ "#": "21",
240
+ "label": "Mechanical Status",
241
+ "valueSize": 2,
242
+ "minValue": 1,
243
+ "maxValue": 256,
244
+ "unsigned": true,
245
+ "readOnly": true,
246
+ "options": [
247
+ {
248
+ "label": "MECH_H1",
249
+ "value": 1
250
+ },
251
+ {
252
+ "label": "MECH_H2",
253
+ "value": 2
254
+ },
255
+ {
256
+ "label": "MECH_H3",
257
+ "value": 4
258
+ },
259
+ {
260
+ "label": "MECH_C1",
261
+ "value": 8
262
+ },
263
+ {
264
+ "label": "MECH_C2",
265
+ "value": 16
266
+ },
267
+ {
268
+ "label": "PHANTOM_F",
269
+ "value": 32
270
+ },
271
+ {
272
+ "label": "MECH_F",
273
+ "value": 64
274
+ },
275
+ {
276
+ "label": "MANUAL_F",
277
+ "value": 128
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "#": "22",
283
+ "label": "SCP Status", // SCP is not defined in the manual. Perhaps State Condition Parameter.
284
+ "valueSize": 1,
285
+ "minValue": 1,
286
+ "maxValue": 128,
287
+ "unsigned": true,
288
+ "readOnly": true,
289
+ "options": [
290
+ {
291
+ "label": "STATE_HEAT",
292
+ "value": 1
293
+ },
294
+ {
295
+ "label": "STATE_COOL2",
296
+ "value": 2
297
+ },
298
+ {
299
+ "label": "STATE_2ND",
300
+ "value": 4
301
+ },
302
+ {
303
+ "label": "STATE_3RD",
304
+ "value": 8
305
+ },
306
+ {
307
+ "label": "STATE_FAN",
308
+ "value": 16
309
+ },
310
+ {
311
+ "label": "STATE_LAST",
312
+ "value": 32
313
+ },
314
+ {
315
+ "label": "STATE_MOT",
316
+ "value": 64
317
+ },
318
+ {
319
+ "label": "STATE_MRT",
320
+ "value": 128
321
+ }
322
+ ]
323
+ },
324
+ {
325
+ "#": "23[0x0001]",
326
+ "label": "Send Status Change Report: Temperature",
327
+ "$import": "~/templates/master_template.json#base_enable_disable",
328
+ "valueSize": 2,
329
+ "defaultValue": 1
330
+ },
331
+ {
332
+ "#": "23[0x0002]",
333
+ "label": "Send Status Change Report: Heat Setpoint",
334
+ "$import": "~/templates/master_template.json#base_enable_disable",
335
+ "valueSize": 2,
336
+ "defaultValue": 1
337
+ },
338
+ {
339
+ "#": "23[0x0004]",
340
+ "label": "Send Status Change Report: Cool Setpoint",
341
+ "$import": "~/templates/master_template.json#base_enable_disable",
342
+ "valueSize": 2,
343
+ "defaultValue": 1
344
+ },
345
+ {
346
+ "#": "23[0x0008]",
347
+ "label": "Send Status Change Report: Mode",
348
+ "$import": "~/templates/master_template.json#base_enable_disable",
349
+ "valueSize": 2,
350
+ "defaultValue": 1
351
+ },
352
+ {
353
+ "#": "23[0x0010]",
354
+ "label": "Send Status Change Report: Fan Mode",
355
+ "$import": "~/templates/master_template.json#base_enable_disable",
356
+ "valueSize": 2,
357
+ "defaultValue": 1
358
+ },
359
+ {
360
+ "#": "23[0x0020]",
361
+ "label": "Send Status Change Report: Fan State",
362
+ "$import": "~/templates/master_template.json#base_enable_disable",
363
+ "valueSize": 2
364
+ },
365
+ {
366
+ "#": "23[0x0040]",
367
+ "label": "Send Status Change Report: Operating State",
368
+ "$import": "~/templates/master_template.json#base_enable_disable",
369
+ "valueSize": 2,
370
+ "defaultValue": 1
371
+ },
372
+ {
373
+ "#": "23[0x0080]",
374
+ "label": "Send Status Change Report: Schedule Enable",
375
+ "$import": "~/templates/master_template.json#base_enable_disable",
376
+ "valueSize": 2
377
+ },
378
+ {
379
+ "#": "23[0x0100]",
380
+ "label": "Send Status Change Report: Setback",
381
+ "$import": "~/templates/master_template.json#base_enable_disable",
382
+ "valueSize": 2
383
+ },
384
+ {
385
+ "#": "23[0x0200]",
386
+ "label": "Send Status Change Report: Run Hold",
387
+ "$import": "~/templates/master_template.json#base_enable_disable",
388
+ "valueSize": 2
389
+ },
390
+ {
391
+ "#": "23[0x0400]",
392
+ "label": "Send Status Change Report: Display Lock",
393
+ "$import": "~/templates/master_template.json#base_enable_disable",
394
+ "valueSize": 2
395
+ },
396
+ {
397
+ "#": "23[0x2000]",
398
+ "label": "Send Status Change Report: Battery",
399
+ "$import": "~/templates/master_template.json#base_enable_disable",
400
+ "valueSize": 2,
401
+ "defaultValue": 1
402
+ },
403
+ {
404
+ "#": "23[0x4000]",
405
+ "label": "Send Status Change Report: Mechanical Status",
406
+ "$import": "~/templates/master_template.json#base_enable_disable",
407
+ "valueSize": 2
408
+ },
409
+ {
410
+ "#": "23[0x8000]",
411
+ "label": "Send Status Change Report: SCP Status",
412
+ "$import": "~/templates/master_template.json#base_enable_disable",
413
+ "valueSize": 2
414
+ },
415
+ {
416
+ "#": "24",
417
+ "label": "Display Lock",
418
+ "valueSize": 1,
419
+ "minValue": 0,
420
+ "maxValue": 1,
421
+ "defaultValue": 0,
422
+ "allowManualEntry": false,
423
+ "options": [
424
+ {
425
+ "label": "Unlocked",
426
+ "value": 0
427
+ },
428
+ {
429
+ "label": "Locked",
430
+ "value": 1
431
+ }
432
+ ]
433
+ },
434
+ {
435
+ "#": "26",
436
+ "label": "Backlight Timer",
437
+ "unit": "seconds",
438
+ "valueSize": 1,
439
+ "minValue": 10,
440
+ "maxValue": 30,
441
+ "defaultValue": 20
442
+ },
443
+ {
444
+ "#": "33",
445
+ "label": "Max Heat Setpoint",
446
+ "unit": "°F",
447
+ "valueSize": 1,
448
+ "minValue": 30,
449
+ "maxValue": 109,
450
+ "defaultValue": 90
451
+ },
452
+ {
453
+ "#": "34",
454
+ "label": "Min Cool Setpoint",
455
+ "unit": "°F",
456
+ "valueSize": 1,
457
+ "minValue": 33,
458
+ "maxValue": 112,
459
+ "defaultValue": 60
460
+ },
461
+ {
462
+ "#": "38",
463
+ "label": "Schedule",
464
+ "$import": "~/templates/master_template.json#base_enable_disable"
465
+ },
466
+ {
467
+ "#": "40",
468
+ "label": "Setback Mode",
469
+ "valueSize": 1,
470
+ "minValue": 0,
471
+ "maxValue": 2,
472
+ "defaultValue": 0,
473
+ "allowManualEntry": false,
474
+ "options": [
475
+ {
476
+ "label": "No Setback",
477
+ "value": 0
478
+ },
479
+ {
480
+ "label": "Unoccupied Mode",
481
+ "value": 2
482
+ }
483
+ ]
484
+ },
485
+ {
486
+ "#": "41",
487
+ "label": "Unoccupied Heat Setpoint",
488
+ "unit": "°F",
489
+ "valueSize": 1,
490
+ "minValue": 30,
491
+ "maxValue": 109,
492
+ "defaultValue": 62
493
+ },
494
+ {
495
+ "#": "42",
496
+ "label": "Unoccupied Cool Setpoint",
497
+ "unit": "°F",
498
+ "valueSize": 1,
499
+ "minValue": 33,
500
+ "maxValue": 112,
501
+ "defaultValue": 80
502
+ },
503
+ {
504
+ "#": "43",
505
+ "label": "Remote Sensor Node Number",
506
+ "description": "Node to use as alternative remote temperature sensor",
507
+ "valueSize": 1,
508
+ "minValue": 0,
509
+ "maxValue": 232,
510
+ "defaultValue": 0,
511
+ "unsigned": true,
512
+ "options": [
513
+ {
514
+ "label": "Disable",
515
+ "value": 0
516
+ }
517
+ ]
518
+ },
519
+ {
520
+ "#": "46",
521
+ "label": "Remote Sensor Temperature",
522
+ "unit": "°F",
523
+ "valueSize": 1,
524
+ "minValue": 0,
525
+ "maxValue": 112,
526
+ "defaultValue": 0,
527
+ "readOnly": true
528
+ },
529
+ {
530
+ "#": "48",
531
+ "label": "Internal Sensor Temp Offset",
532
+ "unit": "°F",
533
+ "valueSize": 1,
534
+ "minValue": -7,
535
+ "maxValue": 7,
536
+ "defaultValue": 0
537
+ },
538
+ {
539
+ "#": "49",
540
+ "label": "Remote Sensor Temperature Offset",
541
+ "unit": "°F",
542
+ "valueSize": 1,
543
+ "minValue": -7,
544
+ "maxValue": 7,
545
+ "defaultValue": 0
546
+ },
547
+ {
548
+ "#": "52",
549
+ "label": "Filter Timer",
550
+ "unit": "hours",
551
+ "valueSize": 2,
552
+ "minValue": 0,
553
+ "maxValue": 4000,
554
+ "defaultValue": 0
555
+ },
556
+ {
557
+ "#": "53",
558
+ "label": "Filter Timer Max",
559
+ "unit": "hours",
560
+ "valueSize": 2,
561
+ "minValue": 0,
562
+ "maxValue": 4000,
563
+ "defaultValue": 300
564
+ },
565
+ {
566
+ "#": "54",
567
+ "label": "Heat Timer",
568
+ "unit": "hours",
569
+ "valueSize": 2,
570
+ "minValue": 0,
571
+ "maxValue": 4000,
572
+ "defaultValue": 0
573
+ },
574
+ {
575
+ "#": "55",
576
+ "label": "Cool Timer",
577
+ "unit": "hours",
578
+ "valueSize": 2,
579
+ "minValue": 0,
580
+ "maxValue": 4000,
581
+ "defaultValue": 0
582
+ },
583
+ {
584
+ "#": "61",
585
+ "label": "Fan Purge Heat",
586
+ "unit": "seconds",
587
+ "valueSize": 1,
588
+ "minValue": 0,
589
+ "maxValue": 90,
590
+ "defaultValue": 0
591
+ },
592
+ {
593
+ "#": "62",
594
+ "label": "Fan Purge Cool",
595
+ "unit": "seconds",
596
+ "valueSize": 1,
597
+ "minValue": 0,
598
+ "maxValue": 90,
599
+ "defaultValue": 0
600
+ },
601
+ // Technical Parameters 170-178 have not been included, as they would be useful only in detailed debugging situations.
602
+ {
603
+ "#": "179",
604
+ "label": "Battery",
605
+ "unit": "%",
606
+ "valueSize": 1,
607
+ "minValue": 0,
608
+ "maxValue": 100,
609
+ "readOnly": true
610
+ },
611
+ {
612
+ "#": "181",
613
+ "label": "Battery Stat Shutdown Threshold",
614
+ "unit": "%",
615
+ "valueSize": 1,
616
+ "minValue": 0,
617
+ "maxValue": 50,
618
+ "defaultValue": 0
619
+ },
620
+ {
621
+ "#": "182",
622
+ "label": "Battery Radio Cutoff Threshold",
623
+ "unit": "%",
624
+ "valueSize": 1,
625
+ "minValue": 10,
626
+ "maxValue": 50,
627
+ "defaultValue": 10
628
+ },
629
+ {
630
+ "#": "183",
631
+ "label": "Battery LOWBATT Indicator Threshold",
632
+ "unit": "%",
633
+ "valueSize": 1,
634
+ "minValue": 20,
635
+ "maxValue": 75,
636
+ "defaultValue": 20
637
+ },
638
+ {
639
+ "#": "184",
640
+ "label": "Battery Value for Midlevel",
641
+ "unit": "%",
642
+ "valueSize": 1,
643
+ "minValue": 50,
644
+ "maxValue": 80,
645
+ "defaultValue": 50
646
+ },
647
+ {
648
+ "#": "185",
649
+ "label": "Battery Report Timer",
650
+ "unit": "days",
651
+ "valueSize": 1,
652
+ "minValue": 0,
653
+ "maxValue": 10,
654
+ "defaultValue": 1,
655
+ "options": [
656
+ {
657
+ "label": "Disable",
658
+ "value": 0
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "#": "186",
664
+ "label": "Temperature Reporting Threshold",
665
+ "description": "Required change to trigger update",
666
+ "unit": "°F",
667
+ "valueSize": 1,
668
+ "minValue": 1,
669
+ "maxValue": 5,
670
+ "defaultValue": 2
671
+ },
672
+ {
673
+ "#": "187",
674
+ "label": "Temperature Report Interval",
675
+ "unit": "minutes",
676
+ "valueSize": 1,
677
+ "minValue": 0,
678
+ "maxValue": 120,
679
+ "defaultValue": 0,
680
+ "options": [
681
+ {
682
+ "label": "Disable",
683
+ "value": 0
684
+ }
685
+ ]
686
+ },
687
+ // Technical Parameters 188-230 have not been included, as they would be useful only in detailed debugging situations.
688
+ {
689
+ "#": "231",
690
+ "label": "Status Display",
691
+ "valueSize": 1,
692
+ "minValue": 0,
693
+ "maxValue": 1,
694
+ "defaultValue": 1,
695
+ "allowManualEntry": false,
696
+ "options": [
697
+ {
698
+ "label": "Relative Humidity",
699
+ "value": 0
700
+ },
701
+ {
702
+ "label": "Setpoint",
703
+ "value": 1
704
+ }
705
+ ]
706
+ }
707
+ ]
708
+ }
@@ -214,5 +214,9 @@
214
214
  "maxValue": 400,
215
215
  "defaultValue": 210
216
216
  }
217
- ]
217
+ ],
218
+ "compat": {
219
+ // The device reports its relay state via the Basic CC
220
+ "disableBasicMapping": true
221
+ }
218
222
  }