@zwave-js/config 15.24.3 → 15.25.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.
Files changed (65) hide show
  1. package/build/cjs/JsonTemplate.d.ts +21 -0
  2. package/build/cjs/JsonTemplate.js +50 -28
  3. package/build/cjs/JsonTemplate.js.map +2 -2
  4. package/build/cjs/Logic.js +1 -0
  5. package/build/cjs/Logic.js.map +2 -2
  6. package/build/cjs/_version.d.ts +1 -1
  7. package/build/cjs/_version.js +1 -1
  8. package/build/cjs/_version.js.map +1 -1
  9. package/build/cjs/index.d.ts +1 -0
  10. package/build/cjs/index.js +10 -1
  11. package/build/cjs/index.js.map +2 -2
  12. package/build/esm/JsonTemplate.d.ts +21 -0
  13. package/build/esm/JsonTemplate.d.ts.map +1 -1
  14. package/build/esm/JsonTemplate.js +78 -34
  15. package/build/esm/JsonTemplate.js.map +1 -1
  16. package/build/esm/Logic.d.ts.map +1 -1
  17. package/build/esm/Logic.js +1 -0
  18. package/build/esm/Logic.js.map +1 -1
  19. package/build/esm/_version.d.ts +1 -1
  20. package/build/esm/_version.js +1 -1
  21. package/build/esm/index.d.ts +1 -0
  22. package/build/esm/index.d.ts.map +1 -1
  23. package/build/esm/index.js +1 -0
  24. package/build/esm/index.js.map +1 -1
  25. package/config/devices/0x015f/mh-5900.json +1044 -2
  26. package/config/devices/0x015f/templates/mcohome_template.json +21 -0
  27. package/config/devices/0x0267/10002020-13x.json +4 -0
  28. package/config/devices/0x0267/10002080-13x.json +16 -0
  29. package/config/devices/0x027a/templates/zooz_template.json +14 -0
  30. package/config/devices/0x027a/zac36.json +127 -0
  31. package/config/devices/0x027a/zen04.json +4 -3
  32. package/config/devices/0x027a/zen05.json +132 -0
  33. package/config/devices/0x027a/zen06.json +57 -1
  34. package/config/devices/0x027a/zen14.json +2 -1
  35. package/config/devices/0x027a/zen15.json +20 -1
  36. package/config/devices/0x027a/zen21.json +44 -24
  37. package/config/devices/0x027a/zen22.json +34 -11
  38. package/config/devices/0x027a/zen23.json +39 -10
  39. package/config/devices/0x027a/zen24.json +20 -0
  40. package/config/devices/0x027a/zen26.json +11 -0
  41. package/config/devices/0x027a/zen27.json +15 -4
  42. package/config/devices/0x027a/zen30.json +83 -5
  43. package/config/devices/0x027a/zen31.json +116 -8
  44. package/config/devices/0x027a/zen35.json +6 -10
  45. package/config/devices/0x027a/zen37.json +25 -0
  46. package/config/devices/0x027a/zen51.json +7 -1
  47. package/config/devices/0x027a/zen52.json +36 -1
  48. package/config/devices/0x027a/zen53.json +43 -0
  49. package/config/devices/0x027a/zen54.json +9 -0
  50. package/config/devices/0x027a/zen55.json +34 -22
  51. package/config/devices/0x027a/zen72.json +4 -3
  52. package/config/devices/0x027a/zen73.json +32 -3
  53. package/config/devices/0x027a/zen74.json +61 -5
  54. package/config/devices/0x027a/zen75.json +13 -0
  55. package/config/devices/0x027a/zen76.json +25 -3
  56. package/config/devices/0x027a/zen77.json +5 -4
  57. package/config/devices/0x027a/zse09.json +4 -3
  58. package/config/devices/0x027a/zse11.json +1 -0
  59. package/config/devices/0x027a/zse18.json +37 -4
  60. package/config/devices/0x027a/zse33.json +1 -2
  61. package/config/devices/0x027a/zse40.json +5 -6
  62. package/config/devices/0x027a/zse43.json +2 -1
  63. package/config/devices/0x027a/zse50.json +1 -1
  64. package/config/devices/0x0464/lamp-zw2.json +232 -0
  65. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "MCO Home",
2
+ "manufacturer": "McoHome Technology Co., Ltd.",
3
3
  "manufacturerId": "0x015f",
4
4
  "label": "MH-5900",
5
5
  "description": "Thermostat",
@@ -12,5 +12,1047 @@
12
12
  "firmwareVersion": {
13
13
  "min": "0.0",
14
14
  "max": "255.255"
15
- }
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
20
+ "defaultValue": 1
21
+ },
22
+ {
23
+ "#": "2",
24
+ "$import": "templates/mcohome_template.json#temperature_reporting_threshold",
25
+ "valueSize": 1
26
+ },
27
+ {
28
+ "#": "3",
29
+ "$import": "templates/mcohome_template.json#humidity_reporting_threshold",
30
+ "defaultValue": 4
31
+ },
32
+ {
33
+ "#": "12",
34
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
35
+ },
36
+ {
37
+ "#": "13",
38
+ "label": "Screen Off Delay",
39
+ "valueSize": 1,
40
+ "unit": "minutes",
41
+ "minValue": 0,
42
+ "maxValue": 90,
43
+ "defaultValue": 1,
44
+ "options": [
45
+ {
46
+ "label": "Always on",
47
+ "value": 0
48
+ }
49
+ ]
50
+ },
51
+ {
52
+ "#": "14",
53
+ "$import": "~/templates/master_template.json#base_enable_disable",
54
+ "label": "Keypad Beep",
55
+ "defaultValue": 1
56
+ },
57
+ {
58
+ "#": "15",
59
+ "label": "Backlight Brightness",
60
+ "valueSize": 1,
61
+ "minValue": 1,
62
+ "maxValue": 8,
63
+ "defaultValue": 8
64
+ },
65
+ {
66
+ "#": "16",
67
+ "label": "Temperature: Upper Limit",
68
+ "valueSize": 1,
69
+ "unit": "°F/C",
70
+ "minValue": 1,
71
+ "maxValue": 99,
72
+ "defaultValue": 98
73
+ },
74
+ {
75
+ "#": "17",
76
+ "label": "Temperature: Lower Limit",
77
+ "valueSize": 1,
78
+ "unit": "°F/C",
79
+ "minValue": 0,
80
+ "maxValue": 98,
81
+ "defaultValue": 41
82
+ },
83
+ {
84
+ "#": "18",
85
+ "$import": "templates/mcohome_template.json#indoor_temperature_calibration"
86
+ },
87
+ {
88
+ "#": "19",
89
+ "$import": "templates/mcohome_template.json#indoor_humidity_calibration"
90
+ },
91
+ {
92
+ "#": "20",
93
+ "$import": "~/templates/master_template.json#base_options_nounit",
94
+ "label": "Fan & Humidity Display",
95
+ "options": [
96
+ {
97
+ "label": "Fan mode only",
98
+ "value": 0
99
+ },
100
+ {
101
+ "label": "Humidity only",
102
+ "value": 1
103
+ },
104
+ {
105
+ "label": "Fan mode and humidity",
106
+ "value": 2
107
+ },
108
+ {
109
+ "label": "Fan mode and humidity, shared with schedule display",
110
+ "value": 3
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "#": "21",
116
+ "$import": "~/templates/master_template.json#base_options_nounit",
117
+ "label": "Panel Lock",
118
+ "options": [
119
+ {
120
+ "label": "Disabled",
121
+ "value": 0
122
+ },
123
+ {
124
+ "label": "Secret menu locked",
125
+ "value": 1
126
+ },
127
+ {
128
+ "label": "Only mode and setpoint unlocked",
129
+ "value": 2
130
+ },
131
+ {
132
+ "label": "All keys locked",
133
+ "value": 3
134
+ }
135
+ ]
136
+ },
137
+ {
138
+ "#": "22",
139
+ "label": "Stage 1 Temperature Hysteresis",
140
+ "valueSize": 1,
141
+ "unit": "0.1 °F/C",
142
+ "minValue": 0,
143
+ "maxValue": 90,
144
+ "defaultValue": 2
145
+ },
146
+ {
147
+ "#": "23",
148
+ "label": "Stage 2 Temperature Hysteresis",
149
+ "description": "Minimum temperature difference after stage 1 before stage 2 activates",
150
+ "valueSize": 1,
151
+ "unit": "0.1 °F/C",
152
+ "minValue": 3,
153
+ "maxValue": 90,
154
+ "defaultValue": 20
155
+ },
156
+ {
157
+ "#": "24",
158
+ "label": "Stage 3 Temperature Hysteresis",
159
+ "description": "Minimum temperature difference after stage 2 before stage 3 activates",
160
+ "valueSize": 1,
161
+ "unit": "0.1 °F/C",
162
+ "minValue": 3,
163
+ "maxValue": 90,
164
+ "defaultValue": 20
165
+ },
166
+ {
167
+ "#": "25",
168
+ "label": "HVAC System Type",
169
+ "valueSize": 1,
170
+ "defaultValue": 7,
171
+ "allowManualEntry": false,
172
+ // HVAC wiring acronyms (2C, AUX, Y1+W2, ...) are intentional
173
+ /* eslint-disable @zwave-js/consistent-config-string-case */
174
+ "options": [
175
+ {
176
+ "label": "Conventional: cool only (2C)",
177
+ "value": 0
178
+ },
179
+ {
180
+ "label": "Conventional: heat only (2H)",
181
+ "value": 1
182
+ },
183
+ {
184
+ "label": "Conventional: cool and heat (2C/2H)",
185
+ "value": 2
186
+ },
187
+ {
188
+ "label": "Heat pump: cool only (2C, Y1+Y2)",
189
+ "value": 3
190
+ },
191
+ {
192
+ "label": "Heat pump: heat only (2H, Y1+W2/AUX)",
193
+ "value": 4
194
+ },
195
+ {
196
+ "label": "Heat pump: two-stage heat (3H, Y1+Y2+W2/AUX)",
197
+ "value": 5
198
+ },
199
+ {
200
+ "label": "Heat pump: single cool / single heat + AUX",
201
+ "value": 6
202
+ },
203
+ {
204
+ "label": "Heat pump: two-stage cool and heat + AUX",
205
+ "value": 7
206
+ }
207
+ ]
208
+ /* eslint-enable @zwave-js/consistent-config-string-case */
209
+ },
210
+ {
211
+ "#": "26",
212
+ "$import": "~/templates/master_template.json#base_options_nounit",
213
+ "label": "Changeover Valve Logic",
214
+ "options": [
215
+ {
216
+ "label": "O/B output on during heating, off during cooling",
217
+ "value": 0
218
+ },
219
+ {
220
+ "label": "O/B output on during cooling, off during heating",
221
+ "value": 1
222
+ }
223
+ ]
224
+ },
225
+ {
226
+ "#": "27",
227
+ "label": "Compressor Protection Time",
228
+ "description": "Minimum delay between compressor shutdown and restart",
229
+ "valueSize": 1,
230
+ "unit": "minutes",
231
+ "minValue": 0,
232
+ "maxValue": 120,
233
+ "defaultValue": 1
234
+ },
235
+ {
236
+ "#": "28",
237
+ "$import": "~/templates/master_template.json#base_enable_disable",
238
+ "label": "Emergency Heat Mode (EM/AUX)",
239
+ "description": "Only valid for heat pump systems with a heating function"
240
+ },
241
+ {
242
+ "#": "29",
243
+ "$import": "~/templates/master_template.json#base_options_nounit",
244
+ "label": "Time Display",
245
+ "options": [
246
+ {
247
+ "label": "Time, week, and current period",
248
+ "value": 0
249
+ },
250
+ {
251
+ "label": "Week and current period",
252
+ "value": 1
253
+ },
254
+ {
255
+ "label": "Time, week, and current period",
256
+ "value": 2
257
+ }
258
+ ]
259
+ },
260
+ {
261
+ "#": "30",
262
+ "label": "Fan Shutdown Delay",
263
+ "description": "Time the fan keeps running after the compressor shuts down",
264
+ "valueSize": 1,
265
+ "unit": "minutes",
266
+ "minValue": 0,
267
+ "maxValue": 127,
268
+ "defaultValue": 0,
269
+ "options": [
270
+ {
271
+ "label": "Fan stops with compressor",
272
+ "value": 0
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "#": "31",
278
+ "$import": "~/templates/master_template.json#base_enable_disable",
279
+ "label": "Compressor Delay Countdown Display"
280
+ },
281
+ {
282
+ "#": "32",
283
+ "$import": "~/templates/master_template.json#base_enable_disable",
284
+ "label": "Electric Auxiliary Heating",
285
+ "defaultValue": 1
286
+ },
287
+ {
288
+ "#": "33",
289
+ "label": "Button Brightness When Screen Off",
290
+ "valueSize": 1,
291
+ "minValue": 0,
292
+ "maxValue": 3,
293
+ "defaultValue": 3,
294
+ "options": [
295
+ {
296
+ "label": "Off",
297
+ "value": 0
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ "#": "45",
303
+ "$import": "~/templates/master_template.json#base_enable_disable",
304
+ "label": "Weekly Schedule"
305
+ },
306
+ {
307
+ "#": "46[0xff]",
308
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
309
+ "label": "All Days: Period 1 Hour",
310
+ "defaultValue": 6
311
+ },
312
+ {
313
+ "#": "46[0xff00]",
314
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
315
+ "label": "All Days: Period 1 Minute"
316
+ },
317
+ {
318
+ "#": "50",
319
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
320
+ "label": "All Days: Period 1 Heating Setpoint",
321
+ "defaultValue": 700
322
+ },
323
+ {
324
+ "#": "54",
325
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
326
+ "label": "All Days: Period 1 Cooling Setpoint",
327
+ "defaultValue": 780
328
+ },
329
+ {
330
+ "#": "47[0xff]",
331
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
332
+ "label": "All Days: Period 2 Hour",
333
+ "defaultValue": 8
334
+ },
335
+ {
336
+ "#": "47[0xff00]",
337
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
338
+ "label": "All Days: Period 2 Minute"
339
+ },
340
+ {
341
+ "#": "51",
342
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
343
+ "label": "All Days: Period 2 Heating Setpoint",
344
+ "defaultValue": 620
345
+ },
346
+ {
347
+ "#": "55",
348
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
349
+ "label": "All Days: Period 2 Cooling Setpoint",
350
+ "defaultValue": 850
351
+ },
352
+ {
353
+ "#": "48[0xff]",
354
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
355
+ "label": "All Days: Period 3 Hour",
356
+ "defaultValue": 18
357
+ },
358
+ {
359
+ "#": "48[0xff00]",
360
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
361
+ "label": "All Days: Period 3 Minute"
362
+ },
363
+ {
364
+ "#": "52",
365
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
366
+ "label": "All Days: Period 3 Heating Setpoint",
367
+ "defaultValue": 700
368
+ },
369
+ {
370
+ "#": "56",
371
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
372
+ "label": "All Days: Period 3 Cooling Setpoint",
373
+ "defaultValue": 780
374
+ },
375
+ {
376
+ "#": "49[0xff]",
377
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
378
+ "label": "All Days: Period 4 Hour",
379
+ "defaultValue": 22
380
+ },
381
+ {
382
+ "#": "49[0xff00]",
383
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
384
+ "label": "All Days: Period 4 Minute"
385
+ },
386
+ {
387
+ "#": "53",
388
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
389
+ "label": "All Days: Period 4 Heating Setpoint",
390
+ "defaultValue": 620
391
+ },
392
+ {
393
+ "#": "57",
394
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
395
+ "label": "All Days: Period 4 Cooling Setpoint",
396
+ "defaultValue": 820
397
+ },
398
+ {
399
+ "#": "58[0xff]",
400
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
401
+ "label": "Monday: Period 1 Hour",
402
+ "defaultValue": 6
403
+ },
404
+ {
405
+ "#": "58[0xff00]",
406
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
407
+ "label": "Monday: Period 1 Minute"
408
+ },
409
+ {
410
+ "#": "86",
411
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
412
+ "label": "Monday: Period 1 Heating Setpoint",
413
+ "defaultValue": 700
414
+ },
415
+ {
416
+ "#": "114",
417
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
418
+ "label": "Monday: Period 1 Cooling Setpoint",
419
+ "defaultValue": 780
420
+ },
421
+ {
422
+ "#": "65[0xff]",
423
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
424
+ "label": "Monday: Period 2 Hour",
425
+ "defaultValue": 8
426
+ },
427
+ {
428
+ "#": "65[0xff00]",
429
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
430
+ "label": "Monday: Period 2 Minute"
431
+ },
432
+ {
433
+ "#": "93",
434
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
435
+ "label": "Monday: Period 2 Heating Setpoint",
436
+ "defaultValue": 620
437
+ },
438
+ {
439
+ "#": "121",
440
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
441
+ "label": "Monday: Period 2 Cooling Setpoint",
442
+ "defaultValue": 850
443
+ },
444
+ {
445
+ "#": "72[0xff]",
446
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
447
+ "label": "Monday: Period 3 Hour",
448
+ "defaultValue": 18
449
+ },
450
+ {
451
+ "#": "72[0xff00]",
452
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
453
+ "label": "Monday: Period 3 Minute"
454
+ },
455
+ {
456
+ "#": "100",
457
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
458
+ "label": "Monday: Period 3 Heating Setpoint",
459
+ "defaultValue": 700
460
+ },
461
+ {
462
+ "#": "128",
463
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
464
+ "label": "Monday: Period 3 Cooling Setpoint",
465
+ "defaultValue": 780
466
+ },
467
+ {
468
+ "#": "79[0xff]",
469
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
470
+ "label": "Monday: Period 4 Hour",
471
+ "defaultValue": 22
472
+ },
473
+ {
474
+ "#": "79[0xff00]",
475
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
476
+ "label": "Monday: Period 4 Minute"
477
+ },
478
+ {
479
+ "#": "107",
480
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
481
+ "label": "Monday: Period 4 Heating Setpoint",
482
+ "defaultValue": 620
483
+ },
484
+ {
485
+ "#": "135",
486
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
487
+ "label": "Monday: Period 4 Cooling Setpoint",
488
+ "defaultValue": 820
489
+ },
490
+ {
491
+ "#": "59[0xff]",
492
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
493
+ "label": "Tuesday: Period 1 Hour",
494
+ "defaultValue": 6
495
+ },
496
+ {
497
+ "#": "59[0xff00]",
498
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
499
+ "label": "Tuesday: Period 1 Minute"
500
+ },
501
+ {
502
+ "#": "87",
503
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
504
+ "label": "Tuesday: Period 1 Heating Setpoint",
505
+ "defaultValue": 700
506
+ },
507
+ {
508
+ "#": "115",
509
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
510
+ "label": "Tuesday: Period 1 Cooling Setpoint",
511
+ "defaultValue": 780
512
+ },
513
+ {
514
+ "#": "66[0xff]",
515
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
516
+ "label": "Tuesday: Period 2 Hour",
517
+ "defaultValue": 8
518
+ },
519
+ {
520
+ "#": "66[0xff00]",
521
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
522
+ "label": "Tuesday: Period 2 Minute"
523
+ },
524
+ {
525
+ "#": "94",
526
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
527
+ "label": "Tuesday: Period 2 Heating Setpoint",
528
+ "defaultValue": 620
529
+ },
530
+ {
531
+ "#": "122",
532
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
533
+ "label": "Tuesday: Period 2 Cooling Setpoint",
534
+ "defaultValue": 850
535
+ },
536
+ {
537
+ "#": "73[0xff]",
538
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
539
+ "label": "Tuesday: Period 3 Hour",
540
+ "defaultValue": 18
541
+ },
542
+ {
543
+ "#": "73[0xff00]",
544
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
545
+ "label": "Tuesday: Period 3 Minute"
546
+ },
547
+ {
548
+ "#": "101",
549
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
550
+ "label": "Tuesday: Period 3 Heating Setpoint",
551
+ "defaultValue": 700
552
+ },
553
+ {
554
+ "#": "129",
555
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
556
+ "label": "Tuesday: Period 3 Cooling Setpoint",
557
+ "defaultValue": 780
558
+ },
559
+ {
560
+ "#": "80[0xff]",
561
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
562
+ "label": "Tuesday: Period 4 Hour",
563
+ "defaultValue": 22
564
+ },
565
+ {
566
+ "#": "80[0xff00]",
567
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
568
+ "label": "Tuesday: Period 4 Minute"
569
+ },
570
+ {
571
+ "#": "108",
572
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
573
+ "label": "Tuesday: Period 4 Heating Setpoint",
574
+ "defaultValue": 620
575
+ },
576
+ {
577
+ "#": "136",
578
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
579
+ "label": "Tuesday: Period 4 Cooling Setpoint",
580
+ "defaultValue": 820
581
+ },
582
+ {
583
+ "#": "60[0xff]",
584
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
585
+ "label": "Wednesday: Period 1 Hour",
586
+ "defaultValue": 6
587
+ },
588
+ {
589
+ "#": "60[0xff00]",
590
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
591
+ "label": "Wednesday: Period 1 Minute"
592
+ },
593
+ {
594
+ "#": "88",
595
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
596
+ "label": "Wednesday: Period 1 Heating Setpoint",
597
+ "defaultValue": 700
598
+ },
599
+ {
600
+ "#": "116",
601
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
602
+ "label": "Wednesday: Period 1 Cooling Setpoint",
603
+ "defaultValue": 780
604
+ },
605
+ {
606
+ "#": "67[0xff]",
607
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
608
+ "label": "Wednesday: Period 2 Hour",
609
+ "defaultValue": 8
610
+ },
611
+ {
612
+ "#": "67[0xff00]",
613
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
614
+ "label": "Wednesday: Period 2 Minute"
615
+ },
616
+ {
617
+ "#": "95",
618
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
619
+ "label": "Wednesday: Period 2 Heating Setpoint",
620
+ "defaultValue": 620
621
+ },
622
+ {
623
+ "#": "123",
624
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
625
+ "label": "Wednesday: Period 2 Cooling Setpoint",
626
+ "defaultValue": 850
627
+ },
628
+ {
629
+ "#": "74[0xff]",
630
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
631
+ "label": "Wednesday: Period 3 Hour",
632
+ "defaultValue": 18
633
+ },
634
+ {
635
+ "#": "74[0xff00]",
636
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
637
+ "label": "Wednesday: Period 3 Minute"
638
+ },
639
+ {
640
+ "#": "102",
641
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
642
+ "label": "Wednesday: Period 3 Heating Setpoint",
643
+ "defaultValue": 700
644
+ },
645
+ {
646
+ "#": "130",
647
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
648
+ "label": "Wednesday: Period 3 Cooling Setpoint",
649
+ "defaultValue": 780
650
+ },
651
+ {
652
+ "#": "81[0xff]",
653
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
654
+ "label": "Wednesday: Period 4 Hour",
655
+ "defaultValue": 22
656
+ },
657
+ {
658
+ "#": "81[0xff00]",
659
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
660
+ "label": "Wednesday: Period 4 Minute"
661
+ },
662
+ {
663
+ "#": "109",
664
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
665
+ "label": "Wednesday: Period 4 Heating Setpoint",
666
+ "defaultValue": 620
667
+ },
668
+ {
669
+ "#": "137",
670
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
671
+ "label": "Wednesday: Period 4 Cooling Setpoint",
672
+ "defaultValue": 820
673
+ },
674
+ {
675
+ "#": "61[0xff]",
676
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
677
+ "label": "Thursday: Period 1 Hour",
678
+ "defaultValue": 6
679
+ },
680
+ {
681
+ "#": "61[0xff00]",
682
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
683
+ "label": "Thursday: Period 1 Minute"
684
+ },
685
+ {
686
+ "#": "89",
687
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
688
+ "label": "Thursday: Period 1 Heating Setpoint",
689
+ "defaultValue": 700
690
+ },
691
+ {
692
+ "#": "117",
693
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
694
+ "label": "Thursday: Period 1 Cooling Setpoint",
695
+ "defaultValue": 780
696
+ },
697
+ {
698
+ "#": "68[0xff]",
699
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
700
+ "label": "Thursday: Period 2 Hour",
701
+ "defaultValue": 8
702
+ },
703
+ {
704
+ "#": "68[0xff00]",
705
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
706
+ "label": "Thursday: Period 2 Minute"
707
+ },
708
+ {
709
+ "#": "96",
710
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
711
+ "label": "Thursday: Period 2 Heating Setpoint",
712
+ "defaultValue": 620
713
+ },
714
+ {
715
+ "#": "124",
716
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
717
+ "label": "Thursday: Period 2 Cooling Setpoint",
718
+ "defaultValue": 850
719
+ },
720
+ {
721
+ "#": "75[0xff]",
722
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
723
+ "label": "Thursday: Period 3 Hour",
724
+ "defaultValue": 18
725
+ },
726
+ {
727
+ "#": "75[0xff00]",
728
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
729
+ "label": "Thursday: Period 3 Minute"
730
+ },
731
+ {
732
+ "#": "103",
733
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
734
+ "label": "Thursday: Period 3 Heating Setpoint",
735
+ "defaultValue": 700
736
+ },
737
+ {
738
+ "#": "131",
739
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
740
+ "label": "Thursday: Period 3 Cooling Setpoint",
741
+ "defaultValue": 780
742
+ },
743
+ {
744
+ "#": "82[0xff]",
745
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
746
+ "label": "Thursday: Period 4 Hour",
747
+ "defaultValue": 22
748
+ },
749
+ {
750
+ "#": "82[0xff00]",
751
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
752
+ "label": "Thursday: Period 4 Minute"
753
+ },
754
+ {
755
+ "#": "110",
756
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
757
+ "label": "Thursday: Period 4 Heating Setpoint",
758
+ "defaultValue": 620
759
+ },
760
+ {
761
+ "#": "138",
762
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
763
+ "label": "Thursday: Period 4 Cooling Setpoint",
764
+ "defaultValue": 820
765
+ },
766
+ {
767
+ "#": "62[0xff]",
768
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
769
+ "label": "Friday: Period 1 Hour",
770
+ "defaultValue": 6
771
+ },
772
+ {
773
+ "#": "62[0xff00]",
774
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
775
+ "label": "Friday: Period 1 Minute"
776
+ },
777
+ {
778
+ "#": "90",
779
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
780
+ "label": "Friday: Period 1 Heating Setpoint",
781
+ "defaultValue": 700
782
+ },
783
+ {
784
+ "#": "118",
785
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
786
+ "label": "Friday: Period 1 Cooling Setpoint",
787
+ "defaultValue": 780
788
+ },
789
+ {
790
+ "#": "69[0xff]",
791
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
792
+ "label": "Friday: Period 2 Hour",
793
+ "defaultValue": 8
794
+ },
795
+ {
796
+ "#": "69[0xff00]",
797
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
798
+ "label": "Friday: Period 2 Minute"
799
+ },
800
+ {
801
+ "#": "97",
802
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
803
+ "label": "Friday: Period 2 Heating Setpoint",
804
+ "defaultValue": 620
805
+ },
806
+ {
807
+ "#": "125",
808
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
809
+ "label": "Friday: Period 2 Cooling Setpoint",
810
+ "defaultValue": 850
811
+ },
812
+ {
813
+ "#": "76[0xff]",
814
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
815
+ "label": "Friday: Period 3 Hour",
816
+ "defaultValue": 18
817
+ },
818
+ {
819
+ "#": "76[0xff00]",
820
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
821
+ "label": "Friday: Period 3 Minute"
822
+ },
823
+ {
824
+ "#": "104",
825
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
826
+ "label": "Friday: Period 3 Heating Setpoint",
827
+ "defaultValue": 700
828
+ },
829
+ {
830
+ "#": "132",
831
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
832
+ "label": "Friday: Period 3 Cooling Setpoint",
833
+ "defaultValue": 780
834
+ },
835
+ {
836
+ "#": "83[0xff]",
837
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
838
+ "label": "Friday: Period 4 Hour",
839
+ "defaultValue": 22
840
+ },
841
+ {
842
+ "#": "83[0xff00]",
843
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
844
+ "label": "Friday: Period 4 Minute"
845
+ },
846
+ {
847
+ "#": "111",
848
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
849
+ "label": "Friday: Period 4 Heating Setpoint",
850
+ "defaultValue": 620
851
+ },
852
+ {
853
+ "#": "139",
854
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
855
+ "label": "Friday: Period 4 Cooling Setpoint",
856
+ "defaultValue": 820
857
+ },
858
+ {
859
+ "#": "63[0xff]",
860
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
861
+ "label": "Saturday: Period 1 Hour",
862
+ "defaultValue": 6
863
+ },
864
+ {
865
+ "#": "63[0xff00]",
866
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
867
+ "label": "Saturday: Period 1 Minute"
868
+ },
869
+ {
870
+ "#": "91",
871
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
872
+ "label": "Saturday: Period 1 Heating Setpoint",
873
+ "defaultValue": 700
874
+ },
875
+ {
876
+ "#": "119",
877
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
878
+ "label": "Saturday: Period 1 Cooling Setpoint",
879
+ "defaultValue": 780
880
+ },
881
+ {
882
+ "#": "70[0xff]",
883
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
884
+ "label": "Saturday: Period 2 Hour",
885
+ "defaultValue": 8
886
+ },
887
+ {
888
+ "#": "70[0xff00]",
889
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
890
+ "label": "Saturday: Period 2 Minute"
891
+ },
892
+ {
893
+ "#": "98",
894
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
895
+ "label": "Saturday: Period 2 Heating Setpoint",
896
+ "defaultValue": 620
897
+ },
898
+ {
899
+ "#": "126",
900
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
901
+ "label": "Saturday: Period 2 Cooling Setpoint",
902
+ "defaultValue": 850
903
+ },
904
+ {
905
+ "#": "77[0xff]",
906
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
907
+ "label": "Saturday: Period 3 Hour",
908
+ "defaultValue": 18
909
+ },
910
+ {
911
+ "#": "77[0xff00]",
912
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
913
+ "label": "Saturday: Period 3 Minute"
914
+ },
915
+ {
916
+ "#": "105",
917
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
918
+ "label": "Saturday: Period 3 Heating Setpoint",
919
+ "defaultValue": 700
920
+ },
921
+ {
922
+ "#": "133",
923
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
924
+ "label": "Saturday: Period 3 Cooling Setpoint",
925
+ "defaultValue": 780
926
+ },
927
+ {
928
+ "#": "84[0xff]",
929
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
930
+ "label": "Saturday: Period 4 Hour",
931
+ "defaultValue": 22
932
+ },
933
+ {
934
+ "#": "84[0xff00]",
935
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
936
+ "label": "Saturday: Period 4 Minute"
937
+ },
938
+ {
939
+ "#": "112",
940
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
941
+ "label": "Saturday: Period 4 Heating Setpoint",
942
+ "defaultValue": 620
943
+ },
944
+ {
945
+ "#": "140",
946
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
947
+ "label": "Saturday: Period 4 Cooling Setpoint",
948
+ "defaultValue": 820
949
+ },
950
+ {
951
+ "#": "64[0xff]",
952
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
953
+ "label": "Sunday: Period 1 Hour",
954
+ "defaultValue": 6
955
+ },
956
+ {
957
+ "#": "64[0xff00]",
958
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
959
+ "label": "Sunday: Period 1 Minute"
960
+ },
961
+ {
962
+ "#": "92",
963
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
964
+ "label": "Sunday: Period 1 Heating Setpoint",
965
+ "defaultValue": 700
966
+ },
967
+ {
968
+ "#": "120",
969
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
970
+ "label": "Sunday: Period 1 Cooling Setpoint",
971
+ "defaultValue": 780
972
+ },
973
+ {
974
+ "#": "71[0xff]",
975
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
976
+ "label": "Sunday: Period 2 Hour",
977
+ "defaultValue": 8
978
+ },
979
+ {
980
+ "#": "71[0xff00]",
981
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
982
+ "label": "Sunday: Period 2 Minute"
983
+ },
984
+ {
985
+ "#": "99",
986
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
987
+ "label": "Sunday: Period 2 Heating Setpoint",
988
+ "defaultValue": 620
989
+ },
990
+ {
991
+ "#": "127",
992
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
993
+ "label": "Sunday: Period 2 Cooling Setpoint",
994
+ "defaultValue": 850
995
+ },
996
+ {
997
+ "#": "78[0xff]",
998
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
999
+ "label": "Sunday: Period 3 Hour",
1000
+ "defaultValue": 18
1001
+ },
1002
+ {
1003
+ "#": "78[0xff00]",
1004
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
1005
+ "label": "Sunday: Period 3 Minute"
1006
+ },
1007
+ {
1008
+ "#": "106",
1009
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
1010
+ "label": "Sunday: Period 3 Heating Setpoint",
1011
+ "defaultValue": 700
1012
+ },
1013
+ {
1014
+ "#": "134",
1015
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
1016
+ "label": "Sunday: Period 3 Cooling Setpoint",
1017
+ "defaultValue": 780
1018
+ },
1019
+ {
1020
+ "#": "85[0xff]",
1021
+ "$import": "templates/mcohome_template.json#schedule_period_time_hour",
1022
+ "label": "Sunday: Period 4 Hour",
1023
+ "defaultValue": 22
1024
+ },
1025
+ {
1026
+ "#": "85[0xff00]",
1027
+ "$import": "templates/mcohome_template.json#schedule_period_time_minute",
1028
+ "label": "Sunday: Period 4 Minute"
1029
+ },
1030
+ {
1031
+ "#": "113",
1032
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
1033
+ "label": "Sunday: Period 4 Heating Setpoint",
1034
+ "defaultValue": 620
1035
+ },
1036
+ {
1037
+ "#": "141",
1038
+ "$import": "templates/mcohome_template.json#schedule_setpoint",
1039
+ "label": "Sunday: Period 4 Cooling Setpoint",
1040
+ "defaultValue": 820
1041
+ },
1042
+ {
1043
+ "#": "255",
1044
+ "$import": "~/templates/master_template.json#base_options_nounit",
1045
+ "label": "Factory Reset",
1046
+ "options": [
1047
+ {
1048
+ "label": "Normal operation",
1049
+ "value": 0
1050
+ },
1051
+ {
1052
+ "label": "Reset",
1053
+ "value": 1
1054
+ }
1055
+ ]
1056
+ }
1057
+ ]
16
1058
  }