@zwave-js/config 13.0.3 → 13.1.0

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.
@@ -1,1659 +0,0 @@
1
- // Z-Wave notification types and values
2
- // based on SDS13713, version 2019-01-01
3
- {
4
- "0x01": {
5
- "name": "Smoke Alarm",
6
- "variables": [
7
- {
8
- "name": "Sensor status",
9
- "states": {
10
- "0x01": {
11
- "label": "Smoke detected (location provided)",
12
- "description": "The event parameters contain a location report"
13
- },
14
- "0x02": {
15
- "label": "Smoke detected"
16
- }
17
- }
18
- },
19
- {
20
- "name": "Alarm status",
21
- "states": {
22
- "0x03": {
23
- "label": "Smoke alarm test"
24
- },
25
- "0x06": {
26
- "label": "Alarm silenced",
27
- "description": "This event may be issued by an alarm device to advertise that the alarm has been silenced by a local user event."
28
- }
29
- }
30
- },
31
- {
32
- "name": "Maintenance status",
33
- "states": {
34
- "0x04": {
35
- "label": "Replacement required",
36
- "description": "This event may be issued by an alarm device to advertise that its physical components are no more reliable, e.g. because of clogged filters."
37
- },
38
- "0x05": {
39
- "label": "Replacement required, End-of-life",
40
- "description": "This event may be issued by an alarm device to advertise that the device has reached the end of its designed lifetime. The device should no longer be used."
41
- }
42
- }
43
- },
44
- {
45
- "name": "Periodic inspection status",
46
- "states": {
47
- "0x07": {
48
- "label": "Maintenance required, planned periodic inspection",
49
- "description": "This event may be issued by an alarm device to advertise that the device has reached the end of a designed maintenance interval. The device is should be serviced in order to stay reliable."
50
- }
51
- }
52
- },
53
- {
54
- "name": "Dust in device status",
55
- "states": {
56
- "0x08": {
57
- "label": "Maintenance required, dust in device",
58
- "description": "This event may be issued by an alarm device to advertise that the device has detected dust in its sensor. The device is not reliable until it has been serviced."
59
- }
60
- }
61
- }
62
- ]
63
- },
64
- "0x02": {
65
- "name": "CO Alarm",
66
- "variables": [
67
- {
68
- "name": "Sensor status",
69
- "states": {
70
- "0x01": {
71
- "label": "Carbon monoxide detected (location provided)",
72
- "description": "The event parameters contain a location report"
73
- },
74
- "0x02": {
75
- "label": "Carbon monoxide detected"
76
- }
77
- }
78
- },
79
- {
80
- "name": "Test status",
81
- "idle": false,
82
- "states": {
83
- "0x03": {
84
- "label": "Carbon monoxide test",
85
- "params": {
86
- "type": "enum",
87
- "values": {
88
- "0x01": "Test OK",
89
- "0x02": "Test failed"
90
- }
91
- },
92
- "description": "The Carbon monoxide Test event may be issued by an alarm device to advertise that the test mode of the device has been activated. The activation may be manual or via signaling.\nA receiving application SHOULD NOT activate any alarms in response to this event."
93
- }
94
- }
95
- },
96
- {
97
- "name": "Maintenance status",
98
- "states": {
99
- "0x04": {
100
- "label": "Replacement required",
101
- "description": "This event may be issued by an alarm device to advertise that its physical components are no more reliable, e.g. because of clogged filters."
102
- },
103
- "0x05": {
104
- "label": "Replacement required, End-of-life",
105
- "description": "This event may be issued by an alarm device to advertise that the device has reached the end of its designed lifetime. The device should no longer be used."
106
- }
107
- }
108
- },
109
- {
110
- "name": "Alarm status",
111
- "states": {
112
- "0x06": {
113
- "label": "Alarm silenced"
114
- }
115
- }
116
- },
117
- {
118
- "name": "Periodic inspection status",
119
- "states": {
120
- "0x07": {
121
- "label": "Maintenance required, planned periodic inspection"
122
- }
123
- }
124
- }
125
- ]
126
- },
127
- "0x03": {
128
- "name": "CO2 Alarm",
129
- "variables": [
130
- {
131
- "name": "Sensor status",
132
- "states": {
133
- "0x01": {
134
- "label": "Carbon dioxide detected (location provided)",
135
- "description": "The event parameters contain a location report"
136
- },
137
- "0x02": {
138
- "label": "Carbon dioxide detected"
139
- }
140
- }
141
- },
142
- {
143
- "name": "Test status",
144
- "idle": false,
145
- "states": {
146
- "0x03": {
147
- "label": "Carbon dioxide test",
148
- "params": {
149
- "type": "enum",
150
- "values": {
151
- "0x01": "Test OK",
152
- "0x02": "Test failed"
153
- }
154
- }
155
- }
156
- }
157
- },
158
- {
159
- "name": "Maintenance status",
160
- "states": {
161
- "0x04": {
162
- "label": "Replacement required",
163
- "description": "This event may be issued by an alarm device to advertise that its physical components are no more reliable, e.g. because of clogged filters."
164
- },
165
- "0x05": {
166
- "label": "Replacement required, End-of-life",
167
- "description": "This event may be issued by an alarm device to advertise that the device has reached the end of its designed lifetime. The device should no longer be used."
168
- }
169
- }
170
- },
171
- {
172
- "name": "Alarm status",
173
- "states": {
174
- "0x06": {
175
- "label": "Alarm silenced"
176
- }
177
- }
178
- },
179
- {
180
- "name": "Periodic inspection status",
181
- "states": {
182
- "0x07": {
183
- "label": "Maintenance required, planned periodic inspection"
184
- }
185
- }
186
- }
187
- ]
188
- },
189
- "0x04": {
190
- "name": "Heat Alarm",
191
- "variables": [
192
- {
193
- "name": "Heat sensor status",
194
- "states": {
195
- "0x01": {
196
- "label": "Overheat detected (location provided)",
197
- "description": "The event parameters contain a location report"
198
- },
199
- "0x02": {
200
- "label": "Overheat detected"
201
- },
202
- "0x05": {
203
- "label": "Underheat detected (location provided)",
204
- "description": "The event parameters contain a location report"
205
- },
206
- "0x06": {
207
- "label": "Underheat detected"
208
- }
209
- }
210
- },
211
- {
212
- "name": "Alarm status",
213
- "states": {
214
- "0x07": {
215
- "label": "Heat alarm test",
216
- "description": "This event may be issued by an alarm device to advertise that the local test function has been activated."
217
- },
218
- "0x09": {
219
- "label": "Alarm silenced",
220
- "description": "This event may be issued by an alarm device to advertise that the alarm has been silenced by a local user event."
221
- }
222
- }
223
- },
224
- {
225
- "name": "Maintenance status",
226
- "states": {
227
- "0x08": {
228
- "label": "Replacement required, End-of-life",
229
- "description": "This event may be issued by an alarm device to advertise that the device has reached the end of its designed lifetime. The device should no longer be used."
230
- }
231
- }
232
- },
233
- {
234
- "name": "Periodic inspection status",
235
- "states": {
236
- "0x0b": {
237
- "label": "Maintenance required, planned periodic inspection",
238
- "description": "This event may be issued by an alarm device to advertise that the device has reached the end of a designed maintenance interval. The device is should be serviced in order to stay reliable."
239
- }
240
- }
241
- },
242
- {
243
- "name": "Dust in device status",
244
- "states": {
245
- "0x0a": {
246
- "label": "Maintenance required, dust in device",
247
- "description": "This event may be issued by an alarm device to advertise that the device has detected dust in its sensor. The device is not reliable until it has been serviced."
248
- }
249
- }
250
- }
251
- ],
252
- "events": {
253
- "0x03": {
254
- "label": "Rapid temperature rise (location provided)",
255
- "description": "The event parameters contain a location report"
256
- },
257
- "0x04": {
258
- "label": "Rapid temperature rise"
259
- },
260
- "0x0c": {
261
- "label": "Rapid temperature fall (location provided)",
262
- "description": "The event parameters contain a location report"
263
- },
264
- "0x0d": {
265
- "label": "Rapid temperature fall"
266
- }
267
- }
268
- },
269
- "0x05": {
270
- "name": "Water Alarm",
271
- "variables": [
272
- {
273
- "name": "Sensor status",
274
- "states": {
275
- "0x01": {
276
- "label": "Water leak detected (location provided)",
277
- "description": "The event parameters contain a location report"
278
- },
279
- "0x02": {
280
- "label": "Water leak detected"
281
- }
282
- }
283
- },
284
- {
285
- "name": "Maintenance status",
286
- "states": {
287
- "0x05": {
288
- "label": "Replace water filter"
289
- }
290
- }
291
- },
292
- {
293
- "name": "Water flow alarm status",
294
- "states": {
295
- "0x06": {
296
- "label": "Water flow alarm",
297
- "params": {
298
- "type": "enum",
299
- "values": {
300
- "0x01": "No data",
301
- "0x02": "Below low threshold",
302
- "0x03": "Above high threshold",
303
- "0x04": "Max"
304
- },
305
- // Translate missing event parameter to "no data"
306
- "default": "0x01"
307
- }
308
- }
309
- }
310
- },
311
- {
312
- "name": "Water pressure alarm status",
313
- "states": {
314
- "0x07": {
315
- "label": "Water pressure alarm",
316
- "params": {
317
- "type": "enum",
318
- "values": {
319
- "0x01": "No data",
320
- "0x02": "Below low threshold",
321
- "0x03": "Above high threshold",
322
- "0x04": "Max"
323
- },
324
- // Translate missing event parameter to "no data"
325
- "default": "0x01"
326
- }
327
- }
328
- }
329
- },
330
- {
331
- "name": "Water temperature alarm status",
332
- "states": {
333
- "0x08": {
334
- "label": "Water temperature alarm",
335
- "params": {
336
- "type": "enum",
337
- "values": {
338
- "0x01": "No data",
339
- "0x02": "Below low threshold",
340
- "0x03": "Above high threshold"
341
- },
342
- // Translate missing event parameter to "no data"
343
- "default": "0x01"
344
- }
345
- }
346
- }
347
- },
348
- {
349
- "name": "Water level alarm status",
350
- "states": {
351
- "0x09": {
352
- "label": "Water level alarm",
353
- "params": {
354
- "type": "enum",
355
- "values": {
356
- "0x01": "No data",
357
- "0x02": "Below low threshold",
358
- "0x03": "Above high threshold"
359
- },
360
- // Translate missing event parameter to "no data"
361
- "default": "0x01"
362
- }
363
- }
364
- }
365
- },
366
- {
367
- "name": "Pump status",
368
- "states": {
369
- "0x0a": {
370
- "label": "Sump pump active"
371
- },
372
- "0x0b": {
373
- "label": "Sump pump failure",
374
- "description": "This state may be used to indicate that the pump does not function as expected or is disconnected"
375
- }
376
- }
377
- }
378
- ],
379
- "events": {
380
- "0x03": {
381
- "label": "Water level dropped (location provided)",
382
- "description": "The event parameters contain a location report"
383
- },
384
- "0x04": {
385
- "label": "Water level dropped"
386
- }
387
- }
388
- },
389
- "0x06": {
390
- "name": "Access Control",
391
- "variables": [
392
- {
393
- "name": "Lock state",
394
- "states": {
395
- "0x0b": {
396
- "label": "Lock jammed"
397
- }
398
- }
399
- },
400
- {
401
- "name": "Keypad state",
402
- "states": {
403
- "0x10": {
404
- "label": "Keypad temporary disabled"
405
- },
406
- "0x11": {
407
- "label": "Keypad busy"
408
- }
409
- }
410
- },
411
- {
412
- "name": "Door state",
413
- "idle": false,
414
- "states": {
415
- "0x16": {
416
- "label": "Window/door is open",
417
- "params": {
418
- "type": "enum",
419
- "values": {
420
- // These values extend the existing states, so they need to be named in a similar fashion
421
- "0x00": "Window/door is open in regular position",
422
- "0x01": "Window/door is open in tilt position"
423
- }
424
- }
425
- },
426
- "0x17": {
427
- "label": "Window/door is closed"
428
- }
429
- }
430
- },
431
- {
432
- "name": "Door handle state",
433
- "idle": false,
434
- "states": {
435
- "0x18": {
436
- "label": "Window/door handle is open"
437
- },
438
- "0x19": {
439
- "label": "Window/door handle is closed"
440
- }
441
- }
442
- },
443
- {
444
- "name": "Barrier performing initialization process status",
445
- "idle": false,
446
- "states": {
447
- "0x40": {
448
- "label": "Barrier performing initialization process",
449
- "params": {
450
- "type": "enum",
451
- "values": {
452
- "0x00": "Process completed",
453
- "0xff": "Performing process"
454
- }
455
- }
456
- }
457
- }
458
- },
459
- {
460
- "name": "Barrier UL disabling status",
461
- "states": {
462
- "0x45": {
463
- "label": "Barrier unattended operation has been disabled per UL requirements"
464
- }
465
- }
466
- },
467
- {
468
- "name": "Barrier vacation mode status",
469
- "idle": false,
470
- "states": {
471
- "0x47": {
472
- "label": "Barrier vacation mode",
473
- "params": {
474
- "type": "enum",
475
- "values": {
476
- "0x00": "Mode disabled",
477
- "0xff": "Mode enabled"
478
- }
479
- }
480
- }
481
- }
482
- },
483
- {
484
- "name": "Barrier safety beam obstacle status",
485
- "idle": false,
486
- "states": {
487
- "0x48": {
488
- "label": "Barrier safety beam obstacle",
489
- "params": {
490
- "type": "enum",
491
- "values": {
492
- "0x00": "No obstruction",
493
- "0xff": "Obstruction"
494
- }
495
- }
496
- }
497
- }
498
- },
499
- {
500
- "name": "Barrier sensor status",
501
- "states": {
502
- "0x49": {
503
- "label": "Barrier sensor not detected / supervisory error",
504
- // Param contains sensor ID
505
- "params": {
506
- "type": "value",
507
- "name": "sensor ID"
508
- }
509
- }
510
- }
511
- },
512
- {
513
- "name": "Barrier battery status",
514
- "states": {
515
- "0x4a": {
516
- "label": "Barrier sensor low battery warning",
517
- // Param contains sensor ID
518
- "params": {
519
- "type": "value",
520
- "name": "sensor ID"
521
- }
522
- }
523
- }
524
- },
525
- {
526
- "name": "Barrier short-circuit status",
527
- "states": {
528
- "0x4b": {
529
- "label": "Barrier detected short in wall station wires"
530
- }
531
- }
532
- },
533
- {
534
- "name": "Barrier control status",
535
- "states": {
536
- "0x4c": {
537
- "label": "Barrier associated with non Z-Wave remote control"
538
- }
539
- }
540
- }
541
- ],
542
- "events": {
543
- "0x01": {
544
- "label": "Manual lock operation",
545
- "idleVariables": [
546
- // Lock state - Lock jammed
547
- "0x0b"
548
- ]
549
- },
550
- "0x02": {
551
- "label": "Manual unlock operation",
552
- "idleVariables": [
553
- // Lock state - Lock jammed
554
- "0x0b"
555
- ]
556
- },
557
- "0x03": {
558
- "label": "RF lock operation",
559
- "idleVariables": [
560
- // Lock state - Lock jammed
561
- "0x0b"
562
- ]
563
- },
564
- "0x04": {
565
- "label": "RF unlock operation",
566
- "idleVariables": [
567
- // Lock state - Lock jammed
568
- "0x0b"
569
- ]
570
- },
571
- "0x05": {
572
- "label": "Keypad lock operation",
573
- // parameters contain User Code Report
574
- "params": {
575
- "type": "commandclass"
576
- },
577
- "idleVariables": [
578
- // Lock state - Lock jammed
579
- "0x0b",
580
- // Keypad state - Keypad temporary disabled
581
- "0x10",
582
- // Keypad state - Keypad busy
583
- "0x11"
584
- ]
585
- },
586
- "0x06": {
587
- "label": "Keypad unlock operation",
588
- // parameters contain User Code Report
589
- "params": {
590
- "type": "commandclass"
591
- },
592
- "idleVariables": [
593
- // Lock state - Lock jammed
594
- "0x0b",
595
- // Keypad state - Keypad temporary disabled
596
- "0x10",
597
- // Keypad state - Keypad busy
598
- "0x11"
599
- ]
600
- },
601
- "0x07": {
602
- "label": "Manual not fully locked operation"
603
- },
604
- "0x08": {
605
- "label": "RF not fully locked operation"
606
- },
607
- "0x09": {
608
- "label": "Auto lock locked operation",
609
- "idleVariables": [
610
- // Lock state - Lock jammed
611
- "0x0b"
612
- ]
613
- },
614
- "0x0a": {
615
- "label": "Auto lock not fully locked operation"
616
- },
617
- "0x0c": {
618
- "label": "All user codes deleted"
619
- },
620
- "0x0d": {
621
- "label": "Single user code deleted"
622
- },
623
- "0x0e": {
624
- "label": "New user code added"
625
- },
626
- "0x0f": {
627
- "label": "New user code not added due to duplicate code"
628
- },
629
- "0x12": {
630
- "label": "New program code entered: unique code for lock configuration"
631
- },
632
- "0x13": {
633
- "label": "Manually enter user access code exceeds code limit"
634
- },
635
- "0x14": {
636
- "label": "Unlock by RF with invalid user code"
637
- },
638
- "0x15": {
639
- "label": "Locked by RF with invalid user code"
640
- },
641
- "0x20": {
642
- "label": "Messaging User Code entered via keypad",
643
- // Param contains UserCodeCC User Identifier (2 bytes)
644
- "params": {
645
- "type": "value",
646
- "name": "user ID"
647
- },
648
- "idleVariables": [
649
- // Keypad state - Keypad temporary disabled
650
- "0x10",
651
- // Keypad state - Keypad busy
652
- "0x11"
653
- ]
654
- },
655
- "0x21": {
656
- "label": "Lock operation with User Code",
657
- // Param contains UserCodeCC User Identifier (2 bytes)
658
- "params": {
659
- "type": "value",
660
- "name": "user ID"
661
- },
662
- "idleVariables": [
663
- // Lock state - Lock jammed
664
- "0x0b"
665
- ]
666
- },
667
- "0x22": {
668
- "label": "Unlock operation with User Code",
669
- // Param contains UserCodeCC User Identifier (2 bytes)
670
- "params": {
671
- "type": "value",
672
- "name": "user ID"
673
- },
674
- "idleVariables": [
675
- // Lock state - Lock jammed
676
- "0x0b"
677
- ]
678
- },
679
- "0x41": {
680
- "label": "Barrier operation (open/close) force has been exceeded"
681
- },
682
- "0x42": {
683
- "label": "Barrier motor has exceeded manufacturer's operational time limit",
684
- "params": {
685
- "type": "duration"
686
- }
687
- },
688
- "0x43": {
689
- "label": "Barrier operation has exceeded physical mechanical limits"
690
- },
691
- "0x44": {
692
- "label": "Barrier unable to perform requested operation due to UL requirements"
693
- },
694
- "0x46": {
695
- "label": "Barrier failed to perform requested operation, device malfunction"
696
- }
697
- }
698
- },
699
- "0x07": {
700
- "name": "Home Security",
701
- "variables": [
702
- {
703
- "name": "Sensor status",
704
- "states": {
705
- "0x01": {
706
- "label": "Intrusion (location provided)",
707
- "description": "The event parameters contain a location report"
708
- },
709
- "0x02": {
710
- "label": "Intrusion"
711
- }
712
- }
713
- },
714
- {
715
- "name": "Cover status",
716
- "states": {
717
- "0x03": {
718
- "label": "Tampering, product cover removed",
719
- "description": "This event may be issued by an alarm device to advertise that the device has detected dust in its sensor. The device is not reliable until it has been serviced."
720
- }
721
- }
722
- },
723
- {
724
- "name": "Motion sensor status",
725
- "states": {
726
- "0x07": {
727
- "label": "Motion detection (location provided)",
728
- "description": "The event parameters contain a location report"
729
- },
730
- "0x08": {
731
- "label": "Motion detection"
732
- }
733
- }
734
- },
735
- {
736
- "name": "Magnetic interference status",
737
- "states": {
738
- "0x0b": {
739
- "label": "Magnetic field interference detected",
740
- "description": "This state is used to indicate that magnetic field disturbance have been detected and the product functionality may not work reliably."
741
- }
742
- }
743
- }
744
- ],
745
- "events": {
746
- "0x04": {
747
- "label": "Tampering, invalid code"
748
- },
749
- "0x05": {
750
- "label": "Glass breakage (location provided)",
751
- "description": "The event parameters contain a location report"
752
- },
753
- "0x06": {
754
- "label": "Glass breakage"
755
- },
756
- "0x09": {
757
- "label": "Tampering, product moved"
758
- },
759
- "0x0a": {
760
- "label": "Impact detected",
761
- "description": "This event indicates that the node has detected an excessive amount of pressure or that an impact has occurred on the product itself."
762
- },
763
- "0x0c": {
764
- "label": "RF Jamming detected",
765
- "description": "This event can be issued if the node has detected a raise in the background RSSI level.",
766
- // 1-byte value representing the measured RSSI over a period of time spanning between 10s and 60s.
767
- // TODO: The value MUST be encoded using signed representation
768
- "params": {
769
- "type": "value",
770
- "name": "RSSI"
771
- }
772
- }
773
- }
774
- },
775
- "0x08": {
776
- "name": "Power Management",
777
- "variables": [
778
- {
779
- "name": "Power status",
780
- "states": {
781
- "0x01": {
782
- "label": "Power has been applied"
783
- }
784
- }
785
- },
786
- {
787
- "name": "Mains status",
788
- "idle": false,
789
- "states": {
790
- "0x02": {
791
- "label": "AC mains disconnected"
792
- },
793
- "0x03": {
794
- "label": "AC mains re-connected"
795
- }
796
- }
797
- },
798
- {
799
- "name": "Over-current status",
800
- "states": {
801
- "0x06": {
802
- "label": "Over-current detected"
803
- }
804
- }
805
- },
806
- {
807
- "name": "Over-voltage status",
808
- "states": {
809
- "0x07": {
810
- "label": "Over-voltage detected"
811
- }
812
- }
813
- },
814
- {
815
- "name": "Over-load status",
816
- "states": {
817
- "0x08": {
818
- "label": "Over-load detected"
819
- }
820
- }
821
- },
822
- {
823
- "name": "Load error status",
824
- "states": {
825
- "0x09": {
826
- "label": "Load error"
827
- }
828
- }
829
- },
830
- {
831
- "name": "Battery maintenance status",
832
- "states": {
833
- "0x0a": {
834
- "label": "Replace battery soon"
835
- },
836
- "0x0b": {
837
- "label": "Replace battery now"
838
- },
839
- "0x11": {
840
- "label": "Battery fluid is low"
841
- }
842
- }
843
- },
844
- {
845
- "name": "Battery load status",
846
- "states": {
847
- "0x0c": {
848
- "label": "Battery is charging"
849
- }
850
- }
851
- },
852
- {
853
- "name": "Battery level status",
854
- "states": {
855
- "0x0d": {
856
- "label": "Battery is fully charged"
857
- },
858
- "0x0e": {
859
- "label": "Charge battery soon"
860
- },
861
- "0x0f": {
862
- "label": "Charge battery now"
863
- }
864
- }
865
- },
866
- {
867
- "name": "Backup battery level status",
868
- "states": {
869
- "0x10": {
870
- "label": "Back-up battery is low"
871
- },
872
- "0x12": {
873
- "label": "Back-up battery disconnected"
874
- }
875
- }
876
- }
877
- ],
878
- "events": {
879
- "0x04": {
880
- "label": "Surge detected"
881
- },
882
- "0x05": {
883
- "label": "Voltage drop/drift"
884
- }
885
- }
886
- },
887
- "0x09": {
888
- "name": "System",
889
- "variables": [
890
- {
891
- "name": "Hardware status",
892
- "states": {
893
- "0x01": {
894
- "label": "System hardware failure"
895
- },
896
- "0x03": {
897
- "label": "System hardware failure (with failure code)",
898
- "description": "The event parameters contain a manufacturer proprietary failure code"
899
- }
900
- }
901
- },
902
- {
903
- "name": "Software status",
904
- "states": {
905
- "0x02": {
906
- "label": "System software failure"
907
- },
908
- "0x04": {
909
- "label": "System software failure (with failure code)",
910
- "description": "The event parameters contain a manufacturer proprietary failure code"
911
- }
912
- }
913
- },
914
- {
915
- "name": "Cover status",
916
- "states": {
917
- "0x06": {
918
- "label": "Tampering, product cover removed"
919
- }
920
- }
921
- },
922
- {
923
- "name": "Emergency shutoff status",
924
- "states": {
925
- "0x07": {
926
- "label": "Emergency shutoff"
927
- }
928
- }
929
- }
930
- ],
931
- "events": {
932
- "0x05": {
933
- "label": "Heartbeat",
934
- "description": "The Heartbeat event may be issued by a device to advertise that the device is still alive or to notify its presence."
935
- }
936
- }
937
- },
938
- "0x0a": {
939
- "name": "Emergency Alarm",
940
- "events": {
941
- "0x01": {
942
- "label": "Contact police"
943
- },
944
- "0x02": {
945
- "label": "Contact fire service"
946
- },
947
- "0x03": {
948
- "label": "Contact medical service"
949
- }
950
- }
951
- },
952
- "0x0b": {
953
- "name": "Clock",
954
- "events": {
955
- "0x01": {
956
- "label": "Wake up alert"
957
- },
958
- "0x02": {
959
- "label": "Timer ended"
960
- },
961
- "0x03": {
962
- "label": "Time remaining"
963
- // TODO: The event parameter contains 3 bytes
964
- // Byte 1 - 0x00..0xFF: 0..255 hours
965
- // Byte 2 - 0x00..0xFF: 0..255 minutes
966
- // Byte 3 - 0x00..0xFF: 0..255 seconds
967
- }
968
- }
969
- },
970
- "0x0c": {
971
- "name": "Appliance",
972
- "variables": [
973
- {
974
- "name": "Program status",
975
- "states": {
976
- "0x01": {
977
- "label": "Program started"
978
- },
979
- "0x02": {
980
- "label": "Program in progress"
981
- },
982
- "0x03": {
983
- "label": "Program completed"
984
- }
985
- }
986
- },
987
- {
988
- "name": "Maintenance status",
989
- "states": {
990
- "0x04": {
991
- "label": "Replace main filter"
992
- }
993
- }
994
- },
995
- {
996
- "name": "Appliance status",
997
- "states": {
998
- "0x06": {
999
- "label": "Supplying water"
1000
- },
1001
- "0x08": {
1002
- "label": "Boiling"
1003
- },
1004
- "0x0a": {
1005
- "label": "Washing"
1006
- },
1007
- "0x0c": {
1008
- "label": "Rinsing"
1009
- },
1010
- "0x0e": {
1011
- "label": "Draining"
1012
- },
1013
- "0x10": {
1014
- "label": "Spinning"
1015
- },
1016
- "0x12": {
1017
- "label": "Drying"
1018
- }
1019
- }
1020
- },
1021
- {
1022
- "name": "Target temperature failure status",
1023
- "states": {
1024
- "0x05": {
1025
- "label": "Failure to set target temperature"
1026
- }
1027
- }
1028
- },
1029
- {
1030
- "name": "Water supply failure status",
1031
- "states": {
1032
- "0x07": {
1033
- "label": "Water supply failure"
1034
- }
1035
- }
1036
- },
1037
- {
1038
- "name": "Boiling failure status",
1039
- "states": {
1040
- "0x09": {
1041
- "label": "Boiling failure"
1042
- }
1043
- }
1044
- },
1045
- {
1046
- "name": "Washing failure status",
1047
- "states": {
1048
- "0x0b": {
1049
- "label": "Washing failure"
1050
- }
1051
- }
1052
- },
1053
- {
1054
- "name": "Rinsing failure status",
1055
- "states": {
1056
- "0x0d": {
1057
- "label": "Rinsing failure"
1058
- }
1059
- }
1060
- },
1061
- {
1062
- "name": "Draining failure status",
1063
- "states": {
1064
- "0x0f": {
1065
- "label": "Draining failure"
1066
- }
1067
- }
1068
- },
1069
- {
1070
- "name": "Spinning failure status",
1071
- "states": {
1072
- "0x11": {
1073
- "label": "Spinning failure"
1074
- }
1075
- }
1076
- },
1077
- {
1078
- "name": "Drying failure status",
1079
- "states": {
1080
- "0x13": {
1081
- "label": "Drying failure"
1082
- }
1083
- }
1084
- },
1085
- {
1086
- "name": "Fan failure status",
1087
- "states": {
1088
- "0x14": {
1089
- "label": "Fan failure"
1090
- }
1091
- }
1092
- },
1093
- {
1094
- "name": "Compressor failure status",
1095
- "states": {
1096
- "0x15": {
1097
- "label": "Compressor failure"
1098
- }
1099
- }
1100
- }
1101
- ]
1102
- },
1103
- "0x0d": {
1104
- "name": "Home Health",
1105
- "variables": [
1106
- {
1107
- "name": "Position status",
1108
- "states": {
1109
- "0x01": {
1110
- "label": "Leaving bed"
1111
- },
1112
- "0x02": {
1113
- "label": "Sitting on bed"
1114
- },
1115
- "0x03": {
1116
- "label": "Lying on bed"
1117
- },
1118
- "0x05": {
1119
- "label": "Sitting on bed edge"
1120
- }
1121
- }
1122
- },
1123
- {
1124
- "name": "VOC level status",
1125
- "states": {
1126
- "0x06": {
1127
- "label": "Volatile Organic Compound level",
1128
- "idle": false,
1129
- "params": {
1130
- "type": "enum",
1131
- "values": {
1132
- "0x01": "Clean",
1133
- "0x02": "Slightly polluted",
1134
- "0x03": "Moderately polluted",
1135
- "0x04": "Highly polluted"
1136
- }
1137
- }
1138
- }
1139
- }
1140
- },
1141
- {
1142
- "name": "Sleep apnea status",
1143
- "states": {
1144
- "0x07": {
1145
- "label": "Sleep apnea detected",
1146
- "params": {
1147
- "type": "enum",
1148
- "values": {
1149
- "0x01": "Low breath",
1150
- "0x02": "No breath at all"
1151
- }
1152
- }
1153
- }
1154
- }
1155
- },
1156
- {
1157
- "name": "Sleep stage status",
1158
- "states": {
1159
- "0x08": {
1160
- "label": "Sleep stage 0 detected (Dreaming/REM)"
1161
- },
1162
- "0x09": {
1163
- "label": "Sleep stage 1 detected (Light sleep, non-REM 1)"
1164
- },
1165
- "0x0a": {
1166
- "label": "Sleep stage 2 detected (Medium sleep, non-REM 2)"
1167
- },
1168
- "0x0b": {
1169
- "label": "Sleep stage 3 detected (Deep sleep, non-REM 3)"
1170
- }
1171
- }
1172
- }
1173
- ],
1174
- "events": {
1175
- "0x04": {
1176
- "label": "Posture changed"
1177
- },
1178
- "0x0c": {
1179
- "label": "Fall detected",
1180
- "description": "This event is used to indicate that a person fall has been detected and medical help may be needed."
1181
- }
1182
- }
1183
- },
1184
- "0x0e": {
1185
- "name": "Siren",
1186
- "variables": [
1187
- {
1188
- "name": "Siren status",
1189
- "states": {
1190
- "0x01": {
1191
- "label": "Siren active"
1192
- }
1193
- }
1194
- }
1195
- ]
1196
- },
1197
- "0x0f": {
1198
- "name": "Water Valve",
1199
- "variables": [
1200
- {
1201
- "name": "Valve operation status",
1202
- "idle": false,
1203
- "states": {
1204
- "0x01": {
1205
- "label": "Valve operation",
1206
- "params": {
1207
- "type": "enum",
1208
- "values": {
1209
- "0x00": "Off / Closed",
1210
- "0x01": "On / Open"
1211
- }
1212
- }
1213
- }
1214
- }
1215
- },
1216
- {
1217
- "name": "Master valve operation status",
1218
- "idle": false,
1219
- "states": {
1220
- "0x02": {
1221
- "label": "Master valve operation",
1222
- "params": {
1223
- "type": "enum",
1224
- "values": {
1225
- "0x00": "Off / Closed",
1226
- "0x01": "On / Open"
1227
- }
1228
- }
1229
- }
1230
- }
1231
- },
1232
- {
1233
- "name": "Valve short circuit status",
1234
- "states": {
1235
- "0x03": {
1236
- "label": "Valve short circuit"
1237
- }
1238
- }
1239
- },
1240
- {
1241
- "name": "Master valve short circuit status",
1242
- "states": {
1243
- "0x04": {
1244
- "label": "Master valve short circuit"
1245
- }
1246
- }
1247
- },
1248
- {
1249
- "name": "Valve current alarm status",
1250
- "states": {
1251
- "0x05": {
1252
- "label": "Valve current alarm",
1253
- "params": {
1254
- "type": "enum",
1255
- "values": {
1256
- "0x01": "No data",
1257
- "0x02": "Below low threshold",
1258
- "0x03": "Above high threshold",
1259
- "0x04": "Max"
1260
- },
1261
- // Translate missing event parameter to "no data"
1262
- "default": "0x01"
1263
- }
1264
- }
1265
- }
1266
- },
1267
- {
1268
- "name": "Master valve current alarm status",
1269
- "states": {
1270
- "0x06": {
1271
- "label": "Master valve current alarm",
1272
- "params": {
1273
- "type": "enum",
1274
- "values": {
1275
- "0x01": "No data",
1276
- "0x02": "Below low threshold",
1277
- "0x03": "Above high threshold",
1278
- "0x04": "Max"
1279
- },
1280
- // Translate missing event parameter to "no data"
1281
- "default": "0x01"
1282
- }
1283
- }
1284
- }
1285
- }
1286
- ]
1287
- },
1288
- "0x10": {
1289
- "name": "Weather Alarm",
1290
- "variables": [
1291
- {
1292
- "name": "Rain alarm status",
1293
- "states": {
1294
- "0x01": {
1295
- "label": "Rain alarm"
1296
- }
1297
- }
1298
- },
1299
- {
1300
- "name": "Moisture alarm status",
1301
- "states": {
1302
- "0x02": {
1303
- "label": "Moisture alarm"
1304
- }
1305
- }
1306
- },
1307
- {
1308
- "name": "Freeze alarm status",
1309
- "states": {
1310
- "0x03": {
1311
- "label": "Freeze alarm"
1312
- }
1313
- }
1314
- }
1315
- ]
1316
- },
1317
- "0x11": {
1318
- "name": "Irrigation",
1319
- "variables": [
1320
- {
1321
- "name": "Schedule (id) status",
1322
- "idle": false,
1323
- "states": {
1324
- "0x01": {
1325
- "label": "Schedule started",
1326
- // Event parameter (1 byte) contains the schedule ID
1327
- "params": {
1328
- "type": "value",
1329
- "name": "schedule ID"
1330
- }
1331
- },
1332
- "0x02": {
1333
- "label": "Schedule finished",
1334
- // Event parameter (1 byte) contains the schedule ID
1335
- "params": {
1336
- "type": "value",
1337
- "name": "schedule ID"
1338
- }
1339
- }
1340
- }
1341
- },
1342
- {
1343
- "name": "Valve (id) run status",
1344
- "idle": false,
1345
- "states": {
1346
- "0x03": {
1347
- "label": "Valve table run started",
1348
- // Event parameter (1 byte) contains the Valve table ID
1349
- "params": {
1350
- "type": "value",
1351
- "name": "valve table ID"
1352
- }
1353
- },
1354
- "0x04": {
1355
- "label": "Valve table run finished",
1356
- // Event parameter (1 byte) contains the Valve table ID
1357
- "params": {
1358
- "type": "value",
1359
- "name": "valve table ID"
1360
- }
1361
- }
1362
- }
1363
- },
1364
- {
1365
- "name": "Device configuration status",
1366
- "states": {
1367
- "0x05": {
1368
- "label": "Device is not configured"
1369
- }
1370
- }
1371
- }
1372
- ]
1373
- },
1374
- "0x12": {
1375
- "name": "Gas alarm",
1376
- "variables": [
1377
- {
1378
- "name": "Combustible gas status",
1379
- "states": {
1380
- "0x01": {
1381
- "label": "Combustible gas detected (location provided)",
1382
- "description": "The event parameters contain a location report"
1383
- },
1384
- "0x02": {
1385
- "label": "Combustible gas detected"
1386
- }
1387
- }
1388
- },
1389
- {
1390
- "name": "Toxic gas status",
1391
- "states": {
1392
- "0x03": {
1393
- "label": "Toxic gas detected (location provided)",
1394
- "description": "The event parameters contain a location report"
1395
- },
1396
- "0x04": {
1397
- "label": "Toxic gas detected"
1398
- }
1399
- }
1400
- },
1401
- {
1402
- "name": "Alarm status",
1403
- "states": {
1404
- "0x05": {
1405
- "label": "Gas alarm test"
1406
- }
1407
- }
1408
- },
1409
- {
1410
- "name": "Maintenance status",
1411
- "states": {
1412
- "0x06": {
1413
- "label": "Replacement required"
1414
- }
1415
- }
1416
- }
1417
- ]
1418
- },
1419
- "0x13": {
1420
- "name": "Pest Control",
1421
- "variables": [
1422
- {
1423
- "name": "Trap status",
1424
- "states": {
1425
- "0x01": {
1426
- "label": "Trap armed (location provided)",
1427
- "description": "The event parameters contain a location report"
1428
- },
1429
- "0x02": {
1430
- "label": "Trap armed"
1431
- },
1432
- "0x03": {
1433
- "label": "Trap re-arm required (location provided)",
1434
- "description": "The event parameters contain a location report"
1435
- },
1436
- "0x04": {
1437
- "label": "Trap re-arm required"
1438
- }
1439
- }
1440
- }
1441
- ],
1442
- "events": {
1443
- "0x05": {
1444
- "label": "Pest detected (location provided)",
1445
- "description": "The event parameters contain a location report"
1446
- },
1447
- "0x06": {
1448
- "label": "Pest detected"
1449
- },
1450
- "0x07": {
1451
- "label": "Pest exterminated (location provided)",
1452
- "description": "The event parameters contain a location report"
1453
- },
1454
- "0x08": {
1455
- "label": "Pest exterminated"
1456
- }
1457
- }
1458
- },
1459
- "0x14": {
1460
- "name": "Light sensor",
1461
- "variables": [
1462
- {
1463
- "name": "Light detection status",
1464
- "states": {
1465
- "0x01": {
1466
- "label": "Light detected"
1467
- }
1468
- }
1469
- }
1470
- ],
1471
- "events": {
1472
- "0x02": {
1473
- "label": "Light color transition detected"
1474
- }
1475
- }
1476
- },
1477
- "0x15": {
1478
- "name": "Water Quality Monitoring",
1479
- "variables": [
1480
- {
1481
- "name": "Chlorine alarm status",
1482
- "states": {
1483
- "0x01": {
1484
- "label": "Chlorine alarm",
1485
- "params": {
1486
- "type": "enum",
1487
- "values": {
1488
- "0x01": "Below low threshold",
1489
- "0x02": "Above high threshold"
1490
- }
1491
- }
1492
- }
1493
- }
1494
- },
1495
- {
1496
- "name": "Acidity (pH) status",
1497
- "states": {
1498
- "0x02": {
1499
- "label": "Acidity (pH) alarm",
1500
- "params": {
1501
- "type": "enum",
1502
- "values": {
1503
- "0x01": "Below low threshold",
1504
- "0x02": "Above high threshold",
1505
- "0x03": "Decreasing pH",
1506
- "0x04": "Increasing pH"
1507
- }
1508
- }
1509
- }
1510
- }
1511
- },
1512
- {
1513
- "name": "Water Oxidation alarm status",
1514
- "states": {
1515
- "0x03": {
1516
- "label": "Water Oxidation alarm",
1517
- "params": {
1518
- "type": "enum",
1519
- "values": {
1520
- "0x01": "Below low threshold",
1521
- "0x02": "Above high threshold"
1522
- }
1523
- }
1524
- }
1525
- }
1526
- },
1527
- {
1528
- "name": "Chlorine Sensor status",
1529
- "states": {
1530
- "0x04": {
1531
- "label": "Chlorine empty"
1532
- }
1533
- }
1534
- },
1535
- {
1536
- "name": "Acidity (pH) Sensor status",
1537
- "states": {
1538
- "0x05": {
1539
- "label": "Acidity (pH) empty"
1540
- }
1541
- }
1542
- },
1543
- {
1544
- "name": "Waterflow measuring station sensor",
1545
- "states": {
1546
- "0x06": {
1547
- "label": "Waterflow measuring station shortage detected"
1548
- }
1549
- }
1550
- },
1551
- {
1552
- "name": "Waterflow clear water sensor",
1553
- "states": {
1554
- "0x07": {
1555
- "label": "Waterflow clear water shortage detected"
1556
- }
1557
- }
1558
- },
1559
- {
1560
- "name": "Disinfection system status",
1561
- "states": {
1562
- "0x08": {
1563
- "label": "Disinfection system error detected"
1564
- // TODO:
1565
- // Event Parameter 1 byte bitmask=
1566
- // - bits 0..3: represent System 1..4 disorder detected
1567
- // - bits 4..7: represent System 1..4 salt shortage
1568
- }
1569
- }
1570
- },
1571
- {
1572
- "name": "Filter cleaning status",
1573
- "states": {
1574
- "0x09": {
1575
- "label": "Filter cleaning ongoing",
1576
- // Event Parameter (1 byte) contains the # of the filter
1577
- "params": {
1578
- "type": "value",
1579
- "name": "filter number"
1580
- }
1581
- }
1582
- }
1583
- },
1584
- {
1585
- "name": "Heating status",
1586
- "states": {
1587
- "0x0a": {
1588
- "label": "Heating operation ongoing"
1589
- }
1590
- }
1591
- },
1592
- {
1593
- "name": "Filter pump status",
1594
- "states": {
1595
- "0x0b": {
1596
- "label": "Filter pump operation ongoing"
1597
- }
1598
- }
1599
- },
1600
- {
1601
- "name": "Freshwater flow status",
1602
- "states": {
1603
- "0x0c": {
1604
- "label": "Freshwater operation ongoing"
1605
- }
1606
- }
1607
- },
1608
- {
1609
- "name": "Dry protection status",
1610
- "states": {
1611
- "0x0d": {
1612
- "label": "Dry protection operation active"
1613
- }
1614
- }
1615
- },
1616
- {
1617
- // This is defined as an event in the specs, but only makes sense as a status
1618
- "name": "Water tank status",
1619
- "idle": false,
1620
- "states": {
1621
- "0x0e": {
1622
- "label": "Water tank is empty"
1623
- },
1624
- "0x0f": {
1625
- "label": "Water tank level is unknown"
1626
- },
1627
- "0x10": {
1628
- "label": "Water tank is full"
1629
- }
1630
- }
1631
- },
1632
- {
1633
- "name": "Collective disorder status",
1634
- "states": {
1635
- "0x11": {
1636
- "label": "Collective disorder"
1637
- }
1638
- }
1639
- }
1640
- ]
1641
- },
1642
- "0x16": {
1643
- "name": "Home monitoring",
1644
- "variables": [
1645
- {
1646
- "name": "Home occupancy status",
1647
- "states": {
1648
- "0x01": {
1649
- "label": "Home occupied (location provided)",
1650
- "description": "The event parameters contain a location report"
1651
- },
1652
- "0x02": {
1653
- "label": "Home occupied"
1654
- }
1655
- }
1656
- }
1657
- ]
1658
- }
1659
- }