node-red-contrib-homebridge-automation 0.1.12-beta.8 → 0.2.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.
Files changed (41) hide show
  1. package/.github/workflows/Build and Publish.yml +81 -75
  2. package/README.md +7 -4
  3. package/eslint.config.mjs +34 -0
  4. package/package.json +35 -26
  5. package/src/HAP-NodeRed.html +71 -71
  6. package/src/HAP-NodeRed.js +32 -1082
  7. package/src/HapDeviceRoutes.js +59 -0
  8. package/src/hbBaseNode.js +94 -0
  9. package/src/hbConfigNode.js +239 -0
  10. package/src/hbConfigNode.test.js +2179 -0
  11. package/src/hbControlNode.js +77 -0
  12. package/src/hbEventNode.js +23 -0
  13. package/src/hbResumeNode.js +63 -0
  14. package/src/hbStatusNode.js +37 -0
  15. package/test/node-red/.config.nodes.json +453 -0
  16. package/test/node-red/.config.nodes.json.backup +453 -0
  17. package/test/node-red/.config.runtime.json +4 -0
  18. package/test/node-red/.config.runtime.json.backup +3 -0
  19. package/test/node-red/.config.users.json +23 -0
  20. package/test/node-red/.config.users.json.backup +20 -0
  21. package/test/node-red/.flows.json.backup +2452 -0
  22. package/test/node-red/flows.json +2453 -0
  23. package/test/node-red/package.json +6 -0
  24. package/test/node-red/settings.js +593 -0
  25. package/test/node-red/test/node-red/.config.nodes.json +430 -0
  26. package/test/node-red/test/node-red/.config.runtime.json +4 -0
  27. package/test/node-red/test/node-red/.config.runtime.json.backup +3 -0
  28. package/test/node-red/test/node-red/.config.users.json +20 -0
  29. package/test/node-red/test/node-red/.config.users.json.backup +17 -0
  30. package/test/node-red/test/node-red/package.json +6 -0
  31. package/test/node-red/test/node-red/settings.js +593 -0
  32. package/.eslintrc.js +0 -24
  33. package/.github/npm-version-script.js +0 -93
  34. package/.nycrc.json +0 -11
  35. package/src/lib/Accessory.js +0 -126
  36. package/src/lib/Characteristic.js +0 -30
  37. package/src/lib/HbAccessories.js +0 -167
  38. package/src/lib/Homebridge.js +0 -71
  39. package/src/lib/Homebridges.js +0 -68
  40. package/src/lib/Service.js +0 -307
  41. package/src/lib/register.js +0 -156
@@ -0,0 +1,2452 @@
1
+ [
2
+ {
3
+ "id": "caef1e7b5b399e80",
4
+ "type": "tab",
5
+ "label": "Flow 1",
6
+ "disabled": false,
7
+ "info": "",
8
+ "env": []
9
+ },
10
+ {
11
+ "id": "ddaa42d2292b69e2",
12
+ "type": "tab",
13
+ "label": "Flow 2",
14
+ "disabled": false,
15
+ "info": "",
16
+ "env": []
17
+ },
18
+ {
19
+ "id": "75c3fcfcb21ddc3a",
20
+ "type": "tab",
21
+ "label": "Flow 3",
22
+ "disabled": false,
23
+ "info": "",
24
+ "env": []
25
+ },
26
+ {
27
+ "id": "efb3c9c5f6bdfd6c",
28
+ "type": "tab",
29
+ "label": "Flow 4",
30
+ "disabled": false,
31
+ "info": "",
32
+ "env": []
33
+ },
34
+ {
35
+ "id": "7e647d67.f33acc",
36
+ "type": "hb-conf",
37
+ "username": "031-45-154",
38
+ "macAddress": ""
39
+ },
40
+ {
41
+ "id": "902c5887b6877df6",
42
+ "type": "debug",
43
+ "z": "caef1e7b5b399e80",
44
+ "name": "debug 1",
45
+ "active": true,
46
+ "tosidebar": true,
47
+ "console": false,
48
+ "tostatus": true,
49
+ "complete": "true",
50
+ "targetType": "full",
51
+ "statusVal": "payload",
52
+ "statusType": "auto",
53
+ "x": 820,
54
+ "y": 40,
55
+ "wires": []
56
+ },
57
+ {
58
+ "id": "a866ae0bb24ce682",
59
+ "type": "debug",
60
+ "z": "caef1e7b5b399e80",
61
+ "name": "debug 2",
62
+ "active": true,
63
+ "tosidebar": true,
64
+ "console": false,
65
+ "tostatus": true,
66
+ "complete": "true",
67
+ "targetType": "full",
68
+ "statusVal": "payload",
69
+ "statusType": "auto",
70
+ "x": 820,
71
+ "y": 100,
72
+ "wires": []
73
+ },
74
+ {
75
+ "id": "f2b5f7e909917c8b",
76
+ "type": "inject",
77
+ "z": "caef1e7b5b399e80",
78
+ "name": "",
79
+ "props": [
80
+ {
81
+ "p": "payload"
82
+ },
83
+ {
84
+ "p": "topic",
85
+ "vt": "str"
86
+ }
87
+ ],
88
+ "repeat": "60",
89
+ "crontab": "",
90
+ "once": true,
91
+ "onceDelay": "60",
92
+ "topic": "",
93
+ "payload": "",
94
+ "payloadType": "date",
95
+ "x": 270,
96
+ "y": 40,
97
+ "wires": [
98
+ [
99
+ "3d7babac3a298e60"
100
+ ]
101
+ ]
102
+ },
103
+ {
104
+ "id": "3d7babac3a298e60",
105
+ "type": "hb-status",
106
+ "z": "caef1e7b5b399e80",
107
+ "name": "West Bedroom",
108
+ "Homebridge": "homebridge",
109
+ "Manufacturer": "Tasmota",
110
+ "Service": "Lightbulb",
111
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaWest Bedroom00000043",
112
+ "conf": "7e647d67.f33acc",
113
+ "x": 500,
114
+ "y": 40,
115
+ "wires": [
116
+ [
117
+ "902c5887b6877df6"
118
+ ]
119
+ ]
120
+ },
121
+ {
122
+ "id": "452e3e6171aa7a25",
123
+ "type": "hb-resume",
124
+ "z": "caef1e7b5b399e80",
125
+ "name": "West Bedroom",
126
+ "Homebridge": "homebridge",
127
+ "Manufacturer": "Tasmota",
128
+ "Service": "Lightbulb",
129
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaWest Bedroom00000043",
130
+ "conf": "7e647d67.f33acc",
131
+ "x": 500,
132
+ "y": 160,
133
+ "wires": [
134
+ [
135
+ "1093ab38b01fd39f"
136
+ ]
137
+ ]
138
+ },
139
+ {
140
+ "id": "1093ab38b01fd39f",
141
+ "type": "debug",
142
+ "z": "caef1e7b5b399e80",
143
+ "name": "debug 3",
144
+ "active": true,
145
+ "tosidebar": true,
146
+ "console": false,
147
+ "tostatus": true,
148
+ "complete": "payload",
149
+ "targetType": "msg",
150
+ "statusVal": "payload",
151
+ "statusType": "auto",
152
+ "x": 820,
153
+ "y": 160,
154
+ "wires": []
155
+ },
156
+ {
157
+ "id": "0ed3cd7e0d60beda",
158
+ "type": "hb-control",
159
+ "z": "caef1e7b5b399e80",
160
+ "name": "West Bedroom Fan",
161
+ "Homebridge": "homebridge",
162
+ "Manufacturer": "Tasmota",
163
+ "Service": "Fan",
164
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaWest Bedroom Fan00000040",
165
+ "conf": "7e647d67.f33acc",
166
+ "outputs": 0,
167
+ "x": 510,
168
+ "y": 220,
169
+ "wires": []
170
+ },
171
+ {
172
+ "id": "6703815a8874b156",
173
+ "type": "hb-control",
174
+ "z": "caef1e7b5b399e80",
175
+ "name": "West Bedroom",
176
+ "Homebridge": "homebridge",
177
+ "Manufacturer": "Tasmota",
178
+ "Service": "Lightbulb",
179
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaWest Bedroom00000043",
180
+ "conf": "7e647d67.f33acc",
181
+ "outputs": 1,
182
+ "x": 500,
183
+ "y": 300,
184
+ "wires": [
185
+ [
186
+ "f194fc4bcb1997a9"
187
+ ]
188
+ ]
189
+ },
190
+ {
191
+ "id": "24660f9d2862cee9",
192
+ "type": "inject",
193
+ "z": "caef1e7b5b399e80",
194
+ "name": "",
195
+ "props": [
196
+ {
197
+ "p": "payload"
198
+ },
199
+ {
200
+ "p": "topic",
201
+ "vt": "str"
202
+ }
203
+ ],
204
+ "repeat": "",
205
+ "crontab": "",
206
+ "once": false,
207
+ "onceDelay": 0.1,
208
+ "topic": "",
209
+ "payload": "{\"On\": true, \"RotationSpeed\": 33}",
210
+ "payloadType": "json",
211
+ "x": 90,
212
+ "y": 180,
213
+ "wires": [
214
+ [
215
+ "0ed3cd7e0d60beda"
216
+ ]
217
+ ]
218
+ },
219
+ {
220
+ "id": "8c0ecac45b01df73",
221
+ "type": "inject",
222
+ "z": "caef1e7b5b399e80",
223
+ "name": "",
224
+ "props": [
225
+ {
226
+ "p": "payload"
227
+ },
228
+ {
229
+ "p": "topic",
230
+ "vt": "str"
231
+ }
232
+ ],
233
+ "repeat": "",
234
+ "crontab": "",
235
+ "once": false,
236
+ "onceDelay": 0.1,
237
+ "topic": "",
238
+ "payload": "{\"On\": false}",
239
+ "payloadType": "json",
240
+ "x": 110,
241
+ "y": 240,
242
+ "wires": [
243
+ [
244
+ "0ed3cd7e0d60beda"
245
+ ]
246
+ ]
247
+ },
248
+ {
249
+ "id": "b14ebf264be0c60d",
250
+ "type": "inject",
251
+ "z": "caef1e7b5b399e80",
252
+ "name": "",
253
+ "props": [
254
+ {
255
+ "p": "payload"
256
+ },
257
+ {
258
+ "p": "topic",
259
+ "vt": "str"
260
+ }
261
+ ],
262
+ "repeat": "",
263
+ "crontab": "",
264
+ "once": false,
265
+ "onceDelay": 0.1,
266
+ "topic": "",
267
+ "payload": "{\"On\": true}",
268
+ "payloadType": "json",
269
+ "x": 110,
270
+ "y": 300,
271
+ "wires": [
272
+ [
273
+ "6703815a8874b156"
274
+ ]
275
+ ]
276
+ },
277
+ {
278
+ "id": "f872545e74246764",
279
+ "type": "inject",
280
+ "z": "caef1e7b5b399e80",
281
+ "name": "",
282
+ "props": [
283
+ {
284
+ "p": "payload"
285
+ },
286
+ {
287
+ "p": "topic",
288
+ "vt": "str"
289
+ }
290
+ ],
291
+ "repeat": "",
292
+ "crontab": "",
293
+ "once": false,
294
+ "onceDelay": 0.1,
295
+ "topic": "",
296
+ "payload": "{\"On\": false}",
297
+ "payloadType": "json",
298
+ "x": 110,
299
+ "y": 340,
300
+ "wires": [
301
+ [
302
+ "6703815a8874b156"
303
+ ]
304
+ ]
305
+ },
306
+ {
307
+ "id": "7eae7b87f319966e",
308
+ "type": "inject",
309
+ "z": "caef1e7b5b399e80",
310
+ "name": "",
311
+ "props": [
312
+ {
313
+ "p": "payload"
314
+ },
315
+ {
316
+ "p": "topic",
317
+ "vt": "str"
318
+ }
319
+ ],
320
+ "repeat": "",
321
+ "crontab": "",
322
+ "once": false,
323
+ "onceDelay": 0.1,
324
+ "topic": "",
325
+ "payload": "",
326
+ "payloadType": "date",
327
+ "x": 280,
328
+ "y": 260,
329
+ "wires": [
330
+ [
331
+ "6703815a8874b156",
332
+ "0ed3cd7e0d60beda"
333
+ ]
334
+ ]
335
+ },
336
+ {
337
+ "id": "6a7b40f6149f2d36",
338
+ "type": "inject",
339
+ "z": "caef1e7b5b399e80",
340
+ "name": "",
341
+ "props": [
342
+ {
343
+ "p": "payload"
344
+ },
345
+ {
346
+ "p": "topic",
347
+ "vt": "str"
348
+ }
349
+ ],
350
+ "repeat": "",
351
+ "crontab": "",
352
+ "once": false,
353
+ "onceDelay": 0.1,
354
+ "topic": "",
355
+ "payload": "{\"Off\": false}",
356
+ "payloadType": "json",
357
+ "x": 110,
358
+ "y": 380,
359
+ "wires": [
360
+ [
361
+ "6703815a8874b156"
362
+ ]
363
+ ]
364
+ },
365
+ {
366
+ "id": "80ffdbb93cd24b48",
367
+ "type": "inject",
368
+ "z": "caef1e7b5b399e80",
369
+ "name": "",
370
+ "props": [
371
+ {
372
+ "p": "payload"
373
+ },
374
+ {
375
+ "p": "topic",
376
+ "vt": "str"
377
+ }
378
+ ],
379
+ "repeat": "",
380
+ "crontab": "",
381
+ "once": false,
382
+ "onceDelay": 0.1,
383
+ "topic": "",
384
+ "payload": "{\"On\": true}",
385
+ "payloadType": "json",
386
+ "x": 110,
387
+ "y": 80,
388
+ "wires": [
389
+ [
390
+ "452e3e6171aa7a25"
391
+ ]
392
+ ]
393
+ },
394
+ {
395
+ "id": "d0e413b3c28f757a",
396
+ "type": "inject",
397
+ "z": "caef1e7b5b399e80",
398
+ "name": "",
399
+ "props": [
400
+ {
401
+ "p": "payload"
402
+ },
403
+ {
404
+ "p": "topic",
405
+ "vt": "str"
406
+ }
407
+ ],
408
+ "repeat": "",
409
+ "crontab": "",
410
+ "once": false,
411
+ "onceDelay": 0.1,
412
+ "topic": "",
413
+ "payload": "{\"On\": false}",
414
+ "payloadType": "json",
415
+ "x": 110,
416
+ "y": 140,
417
+ "wires": [
418
+ [
419
+ "452e3e6171aa7a25"
420
+ ]
421
+ ]
422
+ },
423
+ {
424
+ "id": "82638dac6ac32bb1",
425
+ "type": "hb-event",
426
+ "z": "caef1e7b5b399e80",
427
+ "name": "West Bedroom",
428
+ "Homebridge": "homebridge",
429
+ "Manufacturer": "Tasmota",
430
+ "Service": "Lightbulb",
431
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaWest Bedroom00000043",
432
+ "conf": "7e647d67.f33acc",
433
+ "sendInitialState": true,
434
+ "x": 500,
435
+ "y": 100,
436
+ "wires": [
437
+ [
438
+ "a866ae0bb24ce682"
439
+ ]
440
+ ]
441
+ },
442
+ {
443
+ "id": "f194fc4bcb1997a9",
444
+ "type": "debug",
445
+ "z": "caef1e7b5b399e80",
446
+ "name": "debug 4",
447
+ "active": true,
448
+ "tosidebar": true,
449
+ "console": false,
450
+ "tostatus": true,
451
+ "complete": "payload",
452
+ "targetType": "msg",
453
+ "statusVal": "payload",
454
+ "statusType": "auto",
455
+ "x": 800,
456
+ "y": 300,
457
+ "wires": []
458
+ },
459
+ {
460
+ "id": "12ce98441601c981",
461
+ "type": "hb-event",
462
+ "z": "caef1e7b5b399e80",
463
+ "name": "Driveway",
464
+ "Homebridge": "ECI-T24F2",
465
+ "Manufacturer": "HikVision",
466
+ "Service": "MotionSensor",
467
+ "device": "ECI-T24F2CB:6F:94:DD:43:77HikVisionDriveway00000085",
468
+ "conf": "7e647d67.f33acc",
469
+ "sendInitialState": true,
470
+ "x": 320,
471
+ "y": 520,
472
+ "wires": [
473
+ [
474
+ "e2919464e7c4ab5c",
475
+ "08bc0ab3e3f2439f"
476
+ ]
477
+ ]
478
+ },
479
+ {
480
+ "id": "6216377792cba653",
481
+ "type": "hb-control",
482
+ "z": "caef1e7b5b399e80",
483
+ "name": "Driveway 8E52",
484
+ "Homebridge": "ECI-T24F2",
485
+ "Manufacturer": "HikVision",
486
+ "Service": "CameraRTPStreamManagement",
487
+ "device": "ECI-T24F2CB:6F:94:DD:43:77HikVisionDriveway 8E5200000110",
488
+ "conf": "7e647d67.f33acc",
489
+ "outputs": 1,
490
+ "x": 940,
491
+ "y": 500,
492
+ "wires": [
493
+ [
494
+ "9dc75e95be7ba465",
495
+ "12d2a40f6441c49c"
496
+ ]
497
+ ]
498
+ },
499
+ {
500
+ "id": "08bc0ab3e3f2439f",
501
+ "type": "debug",
502
+ "z": "caef1e7b5b399e80",
503
+ "name": "debug 5",
504
+ "active": true,
505
+ "tosidebar": true,
506
+ "console": false,
507
+ "tostatus": true,
508
+ "complete": "true",
509
+ "targetType": "full",
510
+ "statusVal": "payload",
511
+ "statusType": "auto",
512
+ "x": 600,
513
+ "y": 580,
514
+ "wires": []
515
+ },
516
+ {
517
+ "id": "e2919464e7c4ab5c",
518
+ "type": "switch",
519
+ "z": "caef1e7b5b399e80",
520
+ "name": "",
521
+ "property": "payload.MotionDetected",
522
+ "propertyType": "msg",
523
+ "rules": [
524
+ {
525
+ "t": "eq",
526
+ "v": "1",
527
+ "vt": "num"
528
+ }
529
+ ],
530
+ "checkall": "true",
531
+ "repair": false,
532
+ "outputs": 1,
533
+ "x": 590,
534
+ "y": 500,
535
+ "wires": [
536
+ [
537
+ "4982be53458df3a8"
538
+ ]
539
+ ]
540
+ },
541
+ {
542
+ "id": "4982be53458df3a8",
543
+ "type": "change",
544
+ "z": "caef1e7b5b399e80",
545
+ "name": "",
546
+ "rules": [
547
+ {
548
+ "t": "set",
549
+ "p": "payload",
550
+ "pt": "msg",
551
+ "to": "",
552
+ "tot": "date"
553
+ }
554
+ ],
555
+ "action": "",
556
+ "property": "",
557
+ "from": "",
558
+ "to": "",
559
+ "reg": false,
560
+ "x": 740,
561
+ "y": 500,
562
+ "wires": [
563
+ [
564
+ "6216377792cba653"
565
+ ]
566
+ ]
567
+ },
568
+ {
569
+ "id": "9dc75e95be7ba465",
570
+ "type": "debug",
571
+ "z": "caef1e7b5b399e80",
572
+ "name": "debug 6",
573
+ "active": true,
574
+ "tosidebar": true,
575
+ "console": false,
576
+ "tostatus": true,
577
+ "complete": "true",
578
+ "targetType": "full",
579
+ "statusVal": "payload",
580
+ "statusType": "msg",
581
+ "x": 1120,
582
+ "y": 500,
583
+ "wires": []
584
+ },
585
+ {
586
+ "id": "25a7fbf22f944415",
587
+ "type": "inject",
588
+ "z": "caef1e7b5b399e80",
589
+ "name": "",
590
+ "props": [
591
+ {
592
+ "p": "payload"
593
+ },
594
+ {
595
+ "p": "topic",
596
+ "vt": "str"
597
+ }
598
+ ],
599
+ "repeat": "",
600
+ "crontab": "",
601
+ "once": false,
602
+ "onceDelay": 0.1,
603
+ "topic": "",
604
+ "payload": "{ \"MotionDetected\": 1 }",
605
+ "payloadType": "json",
606
+ "x": 340,
607
+ "y": 460,
608
+ "wires": [
609
+ [
610
+ "e2919464e7c4ab5c"
611
+ ]
612
+ ]
613
+ },
614
+ {
615
+ "id": "12d2a40f6441c49c",
616
+ "type": "file",
617
+ "z": "caef1e7b5b399e80",
618
+ "name": "",
619
+ "filename": "/Users/sgracey/Desktop/image.jpeg",
620
+ "filenameType": "str",
621
+ "appendNewline": false,
622
+ "createDir": false,
623
+ "overwriteFile": "true",
624
+ "encoding": "none",
625
+ "x": 1210,
626
+ "y": 620,
627
+ "wires": [
628
+ []
629
+ ]
630
+ },
631
+ {
632
+ "id": "4b787bfb023ccf23",
633
+ "type": "hb-event",
634
+ "z": "caef1e7b5b399e80",
635
+ "name": "Backyard",
636
+ "Homebridge": "Default Model",
637
+ "Manufacturer": "NRCHKB",
638
+ "Service": "TemperatureSensor",
639
+ "device": "Default Model69:62:B7:AE:38:D4NRCHKBBackyard0000008A",
640
+ "conf": "7e647d67.f33acc",
641
+ "sendInitialState": true,
642
+ "x": 160,
643
+ "y": 660,
644
+ "wires": [
645
+ [
646
+ "c68bef6563c5d07e"
647
+ ]
648
+ ]
649
+ },
650
+ {
651
+ "id": "c68bef6563c5d07e",
652
+ "type": "debug",
653
+ "z": "caef1e7b5b399e80",
654
+ "name": "debug 7",
655
+ "active": true,
656
+ "tosidebar": true,
657
+ "console": false,
658
+ "tostatus": true,
659
+ "complete": "payload",
660
+ "targetType": "msg",
661
+ "statusVal": "payload",
662
+ "statusType": "auto",
663
+ "x": 620,
664
+ "y": 740,
665
+ "wires": []
666
+ },
667
+ {
668
+ "id": "3c36252a6f45eed9",
669
+ "type": "hb-status",
670
+ "z": "caef1e7b5b399e80",
671
+ "name": "Backyard Tree",
672
+ "Homebridge": "Default Model",
673
+ "Manufacturer": "NRCHKB",
674
+ "Service": "TemperatureSensor",
675
+ "device": "Default Model69:62:B7:AE:38:D4NRCHKBBackyard Tree0000008A",
676
+ "conf": "7e647d67.f33acc",
677
+ "x": 360,
678
+ "y": 800,
679
+ "wires": [
680
+ [
681
+ "c68bef6563c5d07e"
682
+ ]
683
+ ]
684
+ },
685
+ {
686
+ "id": "3b7537939b63eee8",
687
+ "type": "inject",
688
+ "z": "caef1e7b5b399e80",
689
+ "name": "",
690
+ "props": [
691
+ {
692
+ "p": "payload"
693
+ },
694
+ {
695
+ "p": "topic",
696
+ "vt": "str"
697
+ }
698
+ ],
699
+ "repeat": "60",
700
+ "crontab": "",
701
+ "once": true,
702
+ "onceDelay": "60",
703
+ "topic": "",
704
+ "payload": "",
705
+ "payloadType": "date",
706
+ "x": 150,
707
+ "y": 800,
708
+ "wires": [
709
+ [
710
+ "3c36252a6f45eed9"
711
+ ]
712
+ ]
713
+ },
714
+ {
715
+ "id": "aabce5ff7fbbeec6",
716
+ "type": "status",
717
+ "z": "caef1e7b5b399e80",
718
+ "name": "",
719
+ "scope": [
720
+ "3d7babac3a298e60",
721
+ "452e3e6171aa7a25",
722
+ "0ed3cd7e0d60beda",
723
+ "6703815a8874b156",
724
+ "82638dac6ac32bb1",
725
+ "6216377792cba653",
726
+ "12ce98441601c981",
727
+ "4b787bfb023ccf23",
728
+ "3c36252a6f45eed9"
729
+ ],
730
+ "x": 1020,
731
+ "y": 380,
732
+ "wires": [
733
+ [
734
+ "94f051597d18eaa3"
735
+ ]
736
+ ]
737
+ },
738
+ {
739
+ "id": "94f051597d18eaa3",
740
+ "type": "debug",
741
+ "z": "caef1e7b5b399e80",
742
+ "name": "Status",
743
+ "active": true,
744
+ "tosidebar": true,
745
+ "console": false,
746
+ "tostatus": true,
747
+ "complete": "true",
748
+ "targetType": "full",
749
+ "statusVal": "status.source.name",
750
+ "statusType": "msg",
751
+ "x": 1190,
752
+ "y": 380,
753
+ "wires": []
754
+ },
755
+ {
756
+ "id": "296297c79b544f59",
757
+ "type": "catch",
758
+ "z": "caef1e7b5b399e80",
759
+ "name": "",
760
+ "scope": null,
761
+ "uncaught": false,
762
+ "x": 1020,
763
+ "y": 300,
764
+ "wires": [
765
+ [
766
+ "0073218b1ebc53f1"
767
+ ]
768
+ ]
769
+ },
770
+ {
771
+ "id": "0073218b1ebc53f1",
772
+ "type": "debug",
773
+ "z": "caef1e7b5b399e80",
774
+ "name": "Catch",
775
+ "active": true,
776
+ "tosidebar": true,
777
+ "console": false,
778
+ "tostatus": true,
779
+ "complete": "true",
780
+ "targetType": "full",
781
+ "statusVal": "payload",
782
+ "statusType": "msg",
783
+ "x": 1190,
784
+ "y": 280,
785
+ "wires": []
786
+ },
787
+ {
788
+ "id": "834248faa510b756",
789
+ "type": "hb-event",
790
+ "z": "ddaa42d2292b69e2",
791
+ "name": "Backyard",
792
+ "Homebridge": "homebridge",
793
+ "Manufacturer": "Eufy",
794
+ "Service": "MotionSensor",
795
+ "device": "homebridge0E:89:A7:DA:D3:21EufyBackyard00000085",
796
+ "conf": "7e647d67.f33acc",
797
+ "sendInitialState": false,
798
+ "x": 100,
799
+ "y": 140,
800
+ "wires": [
801
+ []
802
+ ]
803
+ },
804
+ {
805
+ "id": "55f84c7bfb7c121e",
806
+ "type": "hb-control",
807
+ "z": "ddaa42d2292b69e2",
808
+ "name": "Backyard",
809
+ "Homebridge": "homebridge",
810
+ "Manufacturer": "Eufy",
811
+ "Service": "CameraRTPStreamManagement",
812
+ "device": "homebridge0E:89:A7:DA:D3:21EufyBackyard00000110",
813
+ "conf": "7e647d67.f33acc",
814
+ "outputs": 0,
815
+ "x": 680,
816
+ "y": 140,
817
+ "wires": []
818
+ },
819
+ {
820
+ "id": "a5a864e72e6e8864",
821
+ "type": "hb-event",
822
+ "z": "ddaa42d2292b69e2",
823
+ "name": "Master",
824
+ "Homebridge": "homebridge",
825
+ "Manufacturer": "Tasmota",
826
+ "Service": "Lightbulb",
827
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaMaster00000043",
828
+ "conf": "557aec8e8c47e61e",
829
+ "sendInitialState": true,
830
+ "x": 170,
831
+ "y": 280,
832
+ "wires": [
833
+ [
834
+ "81f4056eb30cf459"
835
+ ]
836
+ ]
837
+ },
838
+ {
839
+ "id": "81f4056eb30cf459",
840
+ "type": "debug",
841
+ "z": "ddaa42d2292b69e2",
842
+ "name": "debug 8",
843
+ "active": true,
844
+ "tosidebar": true,
845
+ "console": false,
846
+ "tostatus": true,
847
+ "complete": "payload",
848
+ "targetType": "msg",
849
+ "statusVal": "payload",
850
+ "statusType": "auto",
851
+ "x": 540,
852
+ "y": 300,
853
+ "wires": []
854
+ },
855
+ {
856
+ "id": "eb734b7121195eba",
857
+ "type": "hb-event",
858
+ "z": "75c3fcfcb21ddc3a",
859
+ "name": "Driveway",
860
+ "Homebridge": "ECI-T24F2",
861
+ "Manufacturer": "HikVision",
862
+ "Service": "MotionSensor",
863
+ "device": "ECI-T24F2CB:6F:94:DD:43:77HikVisionDriveway00000085",
864
+ "conf": "7e647d67.f33acc",
865
+ "sendInitialState": true,
866
+ "x": 120,
867
+ "y": 220,
868
+ "wires": [
869
+ [
870
+ "8d57eff4a6076d16",
871
+ "a23e0ecde6232863"
872
+ ]
873
+ ]
874
+ },
875
+ {
876
+ "id": "a23e0ecde6232863",
877
+ "type": "debug",
878
+ "z": "75c3fcfcb21ddc3a",
879
+ "name": "debug 5",
880
+ "active": true,
881
+ "tosidebar": true,
882
+ "console": false,
883
+ "tostatus": true,
884
+ "complete": "true",
885
+ "targetType": "full",
886
+ "statusVal": "payload",
887
+ "statusType": "auto",
888
+ "x": 520,
889
+ "y": 460,
890
+ "wires": []
891
+ },
892
+ {
893
+ "id": "0444f0b25db4ab46",
894
+ "type": "inject",
895
+ "z": "75c3fcfcb21ddc3a",
896
+ "name": "",
897
+ "props": [
898
+ {
899
+ "p": "payload"
900
+ },
901
+ {
902
+ "p": "topic",
903
+ "vt": "str"
904
+ }
905
+ ],
906
+ "repeat": "",
907
+ "crontab": "",
908
+ "once": false,
909
+ "onceDelay": 0.1,
910
+ "topic": "",
911
+ "payload": "{ \"MotionDetected\": 1 }",
912
+ "payloadType": "json",
913
+ "x": 180,
914
+ "y": 460,
915
+ "wires": [
916
+ [
917
+ "8d57eff4a6076d16"
918
+ ]
919
+ ]
920
+ },
921
+ {
922
+ "id": "8d57eff4a6076d16",
923
+ "type": "switch",
924
+ "z": "75c3fcfcb21ddc3a",
925
+ "name": "",
926
+ "property": "payload.MotionDetected",
927
+ "propertyType": "msg",
928
+ "rules": [
929
+ {
930
+ "t": "eq",
931
+ "v": "1",
932
+ "vt": "num"
933
+ }
934
+ ],
935
+ "checkall": "true",
936
+ "repair": false,
937
+ "outputs": 1,
938
+ "x": 270,
939
+ "y": 220,
940
+ "wires": [
941
+ [
942
+ "97682489f01f08f1"
943
+ ]
944
+ ]
945
+ },
946
+ {
947
+ "id": "97682489f01f08f1",
948
+ "type": "change",
949
+ "z": "75c3fcfcb21ddc3a",
950
+ "name": "",
951
+ "rules": [
952
+ {
953
+ "t": "set",
954
+ "p": "payload",
955
+ "pt": "msg",
956
+ "to": "",
957
+ "tot": "date"
958
+ }
959
+ ],
960
+ "action": "",
961
+ "property": "",
962
+ "from": "",
963
+ "to": "",
964
+ "reg": false,
965
+ "x": 420,
966
+ "y": 220,
967
+ "wires": [
968
+ [
969
+ "8229d18be155be73"
970
+ ]
971
+ ]
972
+ },
973
+ {
974
+ "id": "549ec0882c597df6",
975
+ "type": "debug",
976
+ "z": "75c3fcfcb21ddc3a",
977
+ "name": "debug 8",
978
+ "active": true,
979
+ "tosidebar": true,
980
+ "console": false,
981
+ "tostatus": true,
982
+ "complete": "name & ' - ' & description",
983
+ "targetType": "jsonata",
984
+ "statusVal": "payload",
985
+ "statusType": "auto",
986
+ "x": 880,
987
+ "y": 220,
988
+ "wires": []
989
+ },
990
+ {
991
+ "id": "76b3d2f6cd1e4bd0",
992
+ "type": "link out",
993
+ "z": "75c3fcfcb21ddc3a",
994
+ "name": "",
995
+ "links": [
996
+ "3ed56a82.4d210e"
997
+ ],
998
+ "x": 1135,
999
+ "y": 320,
1000
+ "wires": []
1001
+ },
1002
+ {
1003
+ "id": "594fc20707b9c9df",
1004
+ "type": "hb-event",
1005
+ "z": "75c3fcfcb21ddc3a",
1006
+ "name": "Deck",
1007
+ "Homebridge": "ECI-T24F2",
1008
+ "Manufacturer": "HikVision",
1009
+ "Service": "MotionSensor",
1010
+ "device": "ECI-T24F28E:88:AB:7A:D0:54HikVisionDeck00000085",
1011
+ "conf": "7e647d67.f33acc",
1012
+ "sendInitialState": true,
1013
+ "x": 110,
1014
+ "y": 280,
1015
+ "wires": [
1016
+ [
1017
+ "9426fa3f44ce52cb",
1018
+ "41d308dfed51e431"
1019
+ ]
1020
+ ]
1021
+ },
1022
+ {
1023
+ "id": "9be24ad9c95d527b",
1024
+ "type": "hb-control",
1025
+ "z": "75c3fcfcb21ddc3a",
1026
+ "name": "Deck 6EED",
1027
+ "Homebridge": "ECI-T24F2",
1028
+ "Manufacturer": "HikVision",
1029
+ "Service": "CameraRTPStreamManagement",
1030
+ "device": "ECI-T24F28E:88:AB:7A:D0:54HikVisionDeck 6EED00000110",
1031
+ "conf": "7e647d67.f33acc",
1032
+ "outputs": 1,
1033
+ "x": 590,
1034
+ "y": 280,
1035
+ "wires": [
1036
+ [
1037
+ "549ec0882c597df6"
1038
+ ]
1039
+ ]
1040
+ },
1041
+ {
1042
+ "id": "9426fa3f44ce52cb",
1043
+ "type": "switch",
1044
+ "z": "75c3fcfcb21ddc3a",
1045
+ "name": "",
1046
+ "property": "payload.MotionDetected",
1047
+ "propertyType": "msg",
1048
+ "rules": [
1049
+ {
1050
+ "t": "eq",
1051
+ "v": "1",
1052
+ "vt": "num"
1053
+ }
1054
+ ],
1055
+ "checkall": "true",
1056
+ "repair": false,
1057
+ "outputs": 1,
1058
+ "x": 270,
1059
+ "y": 280,
1060
+ "wires": [
1061
+ [
1062
+ "70fe5beb0b66b983"
1063
+ ]
1064
+ ]
1065
+ },
1066
+ {
1067
+ "id": "70fe5beb0b66b983",
1068
+ "type": "change",
1069
+ "z": "75c3fcfcb21ddc3a",
1070
+ "name": "",
1071
+ "rules": [
1072
+ {
1073
+ "t": "set",
1074
+ "p": "payload",
1075
+ "pt": "msg",
1076
+ "to": "",
1077
+ "tot": "date"
1078
+ }
1079
+ ],
1080
+ "action": "",
1081
+ "property": "",
1082
+ "from": "",
1083
+ "to": "",
1084
+ "reg": false,
1085
+ "x": 420,
1086
+ "y": 280,
1087
+ "wires": [
1088
+ [
1089
+ "9be24ad9c95d527b"
1090
+ ]
1091
+ ]
1092
+ },
1093
+ {
1094
+ "id": "70057fa8f9dce3d8",
1095
+ "type": "hb-event",
1096
+ "z": "75c3fcfcb21ddc3a",
1097
+ "name": "Canoe",
1098
+ "Homebridge": "ECI-T24F2",
1099
+ "Manufacturer": "HikVision",
1100
+ "Service": "MotionSensor",
1101
+ "device": "ECI-T24F25C:EE:FE:4D:64:B4HikVisionCanoe00000085",
1102
+ "conf": "7e647d67.f33acc",
1103
+ "sendInitialState": true,
1104
+ "x": 110,
1105
+ "y": 340,
1106
+ "wires": [
1107
+ [
1108
+ "9f70a1f585fd7dc0",
1109
+ "6c7475363a807644"
1110
+ ]
1111
+ ]
1112
+ },
1113
+ {
1114
+ "id": "4953d9b78fbedf4f",
1115
+ "type": "hb-control",
1116
+ "z": "75c3fcfcb21ddc3a",
1117
+ "name": "Canoe 5036",
1118
+ "Homebridge": "ECI-T24F2",
1119
+ "Manufacturer": "HikVision",
1120
+ "Service": "CameraRTPStreamManagement",
1121
+ "device": "ECI-T24F25C:EE:FE:4D:64:B4HikVisionCanoe 503600000110",
1122
+ "conf": "7e647d67.f33acc",
1123
+ "outputs": 1,
1124
+ "x": 590,
1125
+ "y": 340,
1126
+ "wires": [
1127
+ [
1128
+ "549ec0882c597df6"
1129
+ ]
1130
+ ]
1131
+ },
1132
+ {
1133
+ "id": "9f70a1f585fd7dc0",
1134
+ "type": "switch",
1135
+ "z": "75c3fcfcb21ddc3a",
1136
+ "name": "",
1137
+ "property": "payload.MotionDetected",
1138
+ "propertyType": "msg",
1139
+ "rules": [
1140
+ {
1141
+ "t": "eq",
1142
+ "v": "1",
1143
+ "vt": "num"
1144
+ }
1145
+ ],
1146
+ "checkall": "true",
1147
+ "repair": false,
1148
+ "outputs": 1,
1149
+ "x": 270,
1150
+ "y": 340,
1151
+ "wires": [
1152
+ [
1153
+ "b8d28e61f01b0bbf"
1154
+ ]
1155
+ ]
1156
+ },
1157
+ {
1158
+ "id": "b8d28e61f01b0bbf",
1159
+ "type": "change",
1160
+ "z": "75c3fcfcb21ddc3a",
1161
+ "name": "",
1162
+ "rules": [
1163
+ {
1164
+ "t": "set",
1165
+ "p": "payload",
1166
+ "pt": "msg",
1167
+ "to": "",
1168
+ "tot": "date"
1169
+ }
1170
+ ],
1171
+ "action": "",
1172
+ "property": "",
1173
+ "from": "",
1174
+ "to": "",
1175
+ "reg": false,
1176
+ "x": 420,
1177
+ "y": 340,
1178
+ "wires": [
1179
+ [
1180
+ "4953d9b78fbedf4f"
1181
+ ]
1182
+ ]
1183
+ },
1184
+ {
1185
+ "id": "3d33b0ffdbaa181a",
1186
+ "type": "hb-event",
1187
+ "z": "75c3fcfcb21ddc3a",
1188
+ "name": "Porch",
1189
+ "Homebridge": "ECI-T24F2",
1190
+ "Manufacturer": "HikVision",
1191
+ "Service": "MotionSensor",
1192
+ "device": "ECI-T24F2C1:BB:DE:42:A5:39HikVisionPorch00000085",
1193
+ "conf": "7e647d67.f33acc",
1194
+ "sendInitialState": true,
1195
+ "x": 110,
1196
+ "y": 400,
1197
+ "wires": [
1198
+ [
1199
+ "5c38e473617fc92b",
1200
+ "6775fe2f7a1a5dcd"
1201
+ ]
1202
+ ]
1203
+ },
1204
+ {
1205
+ "id": "a02e763b600c57a7",
1206
+ "type": "hb-control",
1207
+ "z": "75c3fcfcb21ddc3a",
1208
+ "name": "Porch B6AE",
1209
+ "Homebridge": "ECI-T24F2",
1210
+ "Manufacturer": "HikVision",
1211
+ "Service": "CameraRTPStreamManagement",
1212
+ "device": "ECI-T24F2C1:BB:DE:42:A5:39HikVisionPorch B6AE00000110",
1213
+ "conf": "7e647d67.f33acc",
1214
+ "outputs": 1,
1215
+ "x": 590,
1216
+ "y": 400,
1217
+ "wires": [
1218
+ [
1219
+ "549ec0882c597df6"
1220
+ ]
1221
+ ]
1222
+ },
1223
+ {
1224
+ "id": "5c38e473617fc92b",
1225
+ "type": "switch",
1226
+ "z": "75c3fcfcb21ddc3a",
1227
+ "name": "",
1228
+ "property": "payload.MotionDetected",
1229
+ "propertyType": "msg",
1230
+ "rules": [
1231
+ {
1232
+ "t": "eq",
1233
+ "v": "1",
1234
+ "vt": "num"
1235
+ }
1236
+ ],
1237
+ "checkall": "true",
1238
+ "repair": false,
1239
+ "outputs": 1,
1240
+ "x": 270,
1241
+ "y": 400,
1242
+ "wires": [
1243
+ [
1244
+ "05f15068ece7986f"
1245
+ ]
1246
+ ]
1247
+ },
1248
+ {
1249
+ "id": "05f15068ece7986f",
1250
+ "type": "change",
1251
+ "z": "75c3fcfcb21ddc3a",
1252
+ "name": "",
1253
+ "rules": [
1254
+ {
1255
+ "t": "set",
1256
+ "p": "payload",
1257
+ "pt": "msg",
1258
+ "to": "",
1259
+ "tot": "date"
1260
+ }
1261
+ ],
1262
+ "action": "",
1263
+ "property": "",
1264
+ "from": "",
1265
+ "to": "",
1266
+ "reg": false,
1267
+ "x": 420,
1268
+ "y": 400,
1269
+ "wires": [
1270
+ [
1271
+ "a02e763b600c57a7"
1272
+ ]
1273
+ ]
1274
+ },
1275
+ {
1276
+ "id": "41d308dfed51e431",
1277
+ "type": "debug",
1278
+ "z": "75c3fcfcb21ddc3a",
1279
+ "name": "debug 9",
1280
+ "active": true,
1281
+ "tosidebar": true,
1282
+ "console": false,
1283
+ "tostatus": true,
1284
+ "complete": "true",
1285
+ "targetType": "full",
1286
+ "statusVal": "payload",
1287
+ "statusType": "auto",
1288
+ "x": 520,
1289
+ "y": 520,
1290
+ "wires": []
1291
+ },
1292
+ {
1293
+ "id": "6c7475363a807644",
1294
+ "type": "debug",
1295
+ "z": "75c3fcfcb21ddc3a",
1296
+ "name": "debug 10",
1297
+ "active": true,
1298
+ "tosidebar": true,
1299
+ "console": false,
1300
+ "tostatus": true,
1301
+ "complete": "true",
1302
+ "targetType": "full",
1303
+ "statusVal": "payload",
1304
+ "statusType": "auto",
1305
+ "x": 520,
1306
+ "y": 580,
1307
+ "wires": []
1308
+ },
1309
+ {
1310
+ "id": "6775fe2f7a1a5dcd",
1311
+ "type": "debug",
1312
+ "z": "75c3fcfcb21ddc3a",
1313
+ "name": "debug 11",
1314
+ "active": true,
1315
+ "tosidebar": true,
1316
+ "console": false,
1317
+ "tostatus": true,
1318
+ "complete": "true",
1319
+ "targetType": "full",
1320
+ "statusVal": "payload",
1321
+ "statusType": "auto",
1322
+ "x": 520,
1323
+ "y": 640,
1324
+ "wires": []
1325
+ },
1326
+ {
1327
+ "id": "e8106cc582d782cc",
1328
+ "type": "catch",
1329
+ "z": "75c3fcfcb21ddc3a",
1330
+ "name": "",
1331
+ "scope": null,
1332
+ "uncaught": false,
1333
+ "x": 120,
1334
+ "y": 640,
1335
+ "wires": [
1336
+ [
1337
+ "8e8a4ef83e6242fd"
1338
+ ]
1339
+ ]
1340
+ },
1341
+ {
1342
+ "id": "8e8a4ef83e6242fd",
1343
+ "type": "debug",
1344
+ "z": "75c3fcfcb21ddc3a",
1345
+ "name": "debug 12",
1346
+ "active": true,
1347
+ "tosidebar": true,
1348
+ "console": false,
1349
+ "tostatus": true,
1350
+ "complete": "true",
1351
+ "targetType": "full",
1352
+ "statusVal": "payload",
1353
+ "statusType": "auto",
1354
+ "x": 300,
1355
+ "y": 640,
1356
+ "wires": []
1357
+ },
1358
+ {
1359
+ "id": "d03872db5c80112d",
1360
+ "type": "inject",
1361
+ "z": "75c3fcfcb21ddc3a",
1362
+ "name": "",
1363
+ "props": [
1364
+ {
1365
+ "p": "payload"
1366
+ },
1367
+ {
1368
+ "p": "topic",
1369
+ "vt": "str"
1370
+ }
1371
+ ],
1372
+ "repeat": "",
1373
+ "crontab": "",
1374
+ "once": false,
1375
+ "onceDelay": 0.1,
1376
+ "topic": "",
1377
+ "payload": "{ \"MotionDetected\": 1 }",
1378
+ "payloadType": "json",
1379
+ "x": 180,
1380
+ "y": 500,
1381
+ "wires": [
1382
+ [
1383
+ "9426fa3f44ce52cb"
1384
+ ]
1385
+ ]
1386
+ },
1387
+ {
1388
+ "id": "aba241f6f08c6f9e",
1389
+ "type": "inject",
1390
+ "z": "75c3fcfcb21ddc3a",
1391
+ "name": "",
1392
+ "props": [
1393
+ {
1394
+ "p": "payload"
1395
+ },
1396
+ {
1397
+ "p": "topic",
1398
+ "vt": "str"
1399
+ }
1400
+ ],
1401
+ "repeat": "",
1402
+ "crontab": "",
1403
+ "once": false,
1404
+ "onceDelay": 0.1,
1405
+ "topic": "",
1406
+ "payload": "{ \"MotionDetected\": 1 }",
1407
+ "payloadType": "json",
1408
+ "x": 180,
1409
+ "y": 540,
1410
+ "wires": [
1411
+ [
1412
+ "9f70a1f585fd7dc0"
1413
+ ]
1414
+ ]
1415
+ },
1416
+ {
1417
+ "id": "ea7662762ddf0375",
1418
+ "type": "inject",
1419
+ "z": "75c3fcfcb21ddc3a",
1420
+ "name": "",
1421
+ "props": [
1422
+ {
1423
+ "p": "payload"
1424
+ },
1425
+ {
1426
+ "p": "topic",
1427
+ "vt": "str"
1428
+ }
1429
+ ],
1430
+ "repeat": "",
1431
+ "crontab": "",
1432
+ "once": false,
1433
+ "onceDelay": 0.1,
1434
+ "topic": "",
1435
+ "payload": "{ \"MotionDetected\": 1 }",
1436
+ "payloadType": "json",
1437
+ "x": 180,
1438
+ "y": 580,
1439
+ "wires": [
1440
+ [
1441
+ "5c38e473617fc92b"
1442
+ ]
1443
+ ]
1444
+ },
1445
+ {
1446
+ "id": "7a2475461de482b4",
1447
+ "type": "debug",
1448
+ "z": "75c3fcfcb21ddc3a",
1449
+ "name": "debug 14",
1450
+ "active": true,
1451
+ "tosidebar": true,
1452
+ "console": false,
1453
+ "tostatus": true,
1454
+ "complete": "true",
1455
+ "targetType": "full",
1456
+ "statusVal": "payload",
1457
+ "statusType": "auto",
1458
+ "x": 840,
1459
+ "y": 140,
1460
+ "wires": []
1461
+ },
1462
+ {
1463
+ "id": "6931422fe286da17",
1464
+ "type": "hb-event",
1465
+ "z": "75c3fcfcb21ddc3a",
1466
+ "name": "Backyard",
1467
+ "Homebridge": "homebridge",
1468
+ "Manufacturer": "Eufy",
1469
+ "Service": "MotionSensor",
1470
+ "device": "homebridge0E:89:A7:DA:D3:21EufyBackyard00000085",
1471
+ "conf": "7e647d67.f33acc",
1472
+ "sendInitialState": true,
1473
+ "x": 120,
1474
+ "y": 60,
1475
+ "wires": [
1476
+ [
1477
+ "7a2475461de482b4",
1478
+ "bc1dbdc71f651f70"
1479
+ ]
1480
+ ]
1481
+ },
1482
+ {
1483
+ "id": "bc1dbdc71f651f70",
1484
+ "type": "switch",
1485
+ "z": "75c3fcfcb21ddc3a",
1486
+ "name": "",
1487
+ "property": "payload.MotionDetected",
1488
+ "propertyType": "msg",
1489
+ "rules": [
1490
+ {
1491
+ "t": "eq",
1492
+ "v": "1",
1493
+ "vt": "num"
1494
+ }
1495
+ ],
1496
+ "checkall": "true",
1497
+ "repair": false,
1498
+ "outputs": 1,
1499
+ "x": 330,
1500
+ "y": 60,
1501
+ "wires": [
1502
+ [
1503
+ "88b52aba34898978"
1504
+ ]
1505
+ ]
1506
+ },
1507
+ {
1508
+ "id": "88b52aba34898978",
1509
+ "type": "change",
1510
+ "z": "75c3fcfcb21ddc3a",
1511
+ "name": "",
1512
+ "rules": [
1513
+ {
1514
+ "t": "set",
1515
+ "p": "payload",
1516
+ "pt": "msg",
1517
+ "to": "",
1518
+ "tot": "date"
1519
+ }
1520
+ ],
1521
+ "action": "",
1522
+ "property": "",
1523
+ "from": "",
1524
+ "to": "",
1525
+ "reg": false,
1526
+ "x": 480,
1527
+ "y": 60,
1528
+ "wires": [
1529
+ [
1530
+ "92080aad1c772833"
1531
+ ]
1532
+ ]
1533
+ },
1534
+ {
1535
+ "id": "92080aad1c772833",
1536
+ "type": "hb-control",
1537
+ "z": "75c3fcfcb21ddc3a",
1538
+ "name": "Backyard",
1539
+ "Homebridge": "homebridge",
1540
+ "Manufacturer": "Eufy",
1541
+ "Service": "CameraRTPStreamManagement",
1542
+ "device": "homebridge0E:89:A7:DA:D3:21EufyBackyard00000110",
1543
+ "conf": "7e647d67.f33acc",
1544
+ "outputs": 1,
1545
+ "x": 640,
1546
+ "y": 60,
1547
+ "wires": [
1548
+ [
1549
+ "ff4aa1872b3f1c61"
1550
+ ]
1551
+ ]
1552
+ },
1553
+ {
1554
+ "id": "4608897d6be5abf0",
1555
+ "type": "hb-event",
1556
+ "z": "75c3fcfcb21ddc3a",
1557
+ "name": "Side door",
1558
+ "Homebridge": "homebridge",
1559
+ "Manufacturer": "Eufy",
1560
+ "Service": "MotionSensor",
1561
+ "device": "homebridge0E:89:A7:DA:D3:21EufySide door00000085",
1562
+ "conf": "7e647d67.f33acc",
1563
+ "sendInitialState": true,
1564
+ "x": 120,
1565
+ "y": 100,
1566
+ "wires": [
1567
+ [
1568
+ "31f78afed56c7b31",
1569
+ "7a2475461de482b4"
1570
+ ]
1571
+ ]
1572
+ },
1573
+ {
1574
+ "id": "31f78afed56c7b31",
1575
+ "type": "switch",
1576
+ "z": "75c3fcfcb21ddc3a",
1577
+ "name": "",
1578
+ "property": "payload.MotionDetected",
1579
+ "propertyType": "msg",
1580
+ "rules": [
1581
+ {
1582
+ "t": "eq",
1583
+ "v": "1",
1584
+ "vt": "num"
1585
+ }
1586
+ ],
1587
+ "checkall": "true",
1588
+ "repair": false,
1589
+ "outputs": 1,
1590
+ "x": 330,
1591
+ "y": 100,
1592
+ "wires": [
1593
+ [
1594
+ "5be0436d655882ca"
1595
+ ]
1596
+ ]
1597
+ },
1598
+ {
1599
+ "id": "5be0436d655882ca",
1600
+ "type": "change",
1601
+ "z": "75c3fcfcb21ddc3a",
1602
+ "name": "",
1603
+ "rules": [
1604
+ {
1605
+ "t": "set",
1606
+ "p": "payload",
1607
+ "pt": "msg",
1608
+ "to": "",
1609
+ "tot": "date"
1610
+ }
1611
+ ],
1612
+ "action": "",
1613
+ "property": "",
1614
+ "from": "",
1615
+ "to": "",
1616
+ "reg": false,
1617
+ "x": 480,
1618
+ "y": 100,
1619
+ "wires": [
1620
+ [
1621
+ "542bdc76466cccc1"
1622
+ ]
1623
+ ]
1624
+ },
1625
+ {
1626
+ "id": "542bdc76466cccc1",
1627
+ "type": "hb-control",
1628
+ "z": "75c3fcfcb21ddc3a",
1629
+ "name": "Side door",
1630
+ "Homebridge": "homebridge",
1631
+ "Manufacturer": "Eufy",
1632
+ "Service": "CameraRTPStreamManagement",
1633
+ "device": "homebridge0E:89:A7:DA:D3:21EufySide door00000110",
1634
+ "conf": "7e647d67.f33acc",
1635
+ "outputs": 1,
1636
+ "x": 640,
1637
+ "y": 100,
1638
+ "wires": [
1639
+ [
1640
+ "ff4aa1872b3f1c61"
1641
+ ]
1642
+ ]
1643
+ },
1644
+ {
1645
+ "id": "0c51149918b663a3",
1646
+ "type": "inject",
1647
+ "z": "75c3fcfcb21ddc3a",
1648
+ "name": "",
1649
+ "props": [
1650
+ {
1651
+ "p": "payload"
1652
+ },
1653
+ {
1654
+ "p": "topic",
1655
+ "vt": "str"
1656
+ }
1657
+ ],
1658
+ "repeat": "",
1659
+ "crontab": "",
1660
+ "once": false,
1661
+ "onceDelay": 0.1,
1662
+ "topic": "",
1663
+ "payload": "{ \"MotionDetected\": 1 }",
1664
+ "payloadType": "json",
1665
+ "x": 180,
1666
+ "y": 160,
1667
+ "wires": [
1668
+ [
1669
+ "31f78afed56c7b31"
1670
+ ]
1671
+ ]
1672
+ },
1673
+ {
1674
+ "id": "72c938dab7d2fa8e",
1675
+ "type": "inject",
1676
+ "z": "75c3fcfcb21ddc3a",
1677
+ "name": "",
1678
+ "props": [
1679
+ {
1680
+ "p": "payload"
1681
+ },
1682
+ {
1683
+ "p": "topic",
1684
+ "vt": "str"
1685
+ }
1686
+ ],
1687
+ "repeat": "",
1688
+ "crontab": "",
1689
+ "once": false,
1690
+ "onceDelay": 0.1,
1691
+ "topic": "",
1692
+ "payload": "{ \"MotionDetected\": 1 }",
1693
+ "payloadType": "json",
1694
+ "x": 440,
1695
+ "y": 160,
1696
+ "wires": [
1697
+ [
1698
+ "bc1dbdc71f651f70"
1699
+ ]
1700
+ ]
1701
+ },
1702
+ {
1703
+ "id": "ff4aa1872b3f1c61",
1704
+ "type": "function",
1705
+ "z": "75c3fcfcb21ddc3a",
1706
+ "name": "function 2",
1707
+ "func": "msg.MinConfidence = 70;\nmsg.people = 99;\nlet image = msg.payload;\n\nmsg.payload = {};\nmsg.payload.name = msg.name;\nmsg.payload.people = 99;\nmsg.payload.image = image;\nmsg.description = 'Eufy People';\nreturn msg;",
1708
+ "outputs": 1,
1709
+ "noerr": 0,
1710
+ "initialize": "",
1711
+ "finalize": "",
1712
+ "libs": [],
1713
+ "x": 820,
1714
+ "y": 80,
1715
+ "wires": [
1716
+ [
1717
+ "76b3d2f6cd1e4bd0",
1718
+ "d7d047f06fe0ac63"
1719
+ ]
1720
+ ]
1721
+ },
1722
+ {
1723
+ "id": "d7d047f06fe0ac63",
1724
+ "type": "debug",
1725
+ "z": "75c3fcfcb21ddc3a",
1726
+ "name": "debug 16",
1727
+ "active": true,
1728
+ "tosidebar": true,
1729
+ "console": false,
1730
+ "tostatus": true,
1731
+ "complete": "true",
1732
+ "targetType": "full",
1733
+ "statusVal": "payload",
1734
+ "statusType": "auto",
1735
+ "x": 960,
1736
+ "y": 400,
1737
+ "wires": []
1738
+ },
1739
+ {
1740
+ "id": "8229d18be155be73",
1741
+ "type": "hb-control",
1742
+ "z": "75c3fcfcb21ddc3a",
1743
+ "name": "Driveway 8E52",
1744
+ "Homebridge": "ECI-T24F2",
1745
+ "Manufacturer": "HikVision",
1746
+ "Service": "CameraRTPStreamManagement",
1747
+ "device": "ECI-T24F2CB:6F:94:DD:43:77HikVisionDriveway 8E5200000110",
1748
+ "conf": "7e647d67.f33acc",
1749
+ "outputs": 1,
1750
+ "x": 600,
1751
+ "y": 220,
1752
+ "wires": [
1753
+ [
1754
+ "549ec0882c597df6"
1755
+ ]
1756
+ ]
1757
+ },
1758
+ {
1759
+ "id": "010efd22c1b6e439",
1760
+ "type": "hb-resume",
1761
+ "z": "efb3c9c5f6bdfd6c",
1762
+ "name": "Table Light",
1763
+ "Homebridge": "homebridge",
1764
+ "Manufacturer": "Signify Netherlands B.V.",
1765
+ "Service": "Lightbulb",
1766
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Table Light00000043",
1767
+ "conf": "7e647d67.f33acc",
1768
+ "x": 570,
1769
+ "y": 120,
1770
+ "wires": [
1771
+ [
1772
+ "72bd2d51087ce799",
1773
+ "0987572378c4101c"
1774
+ ]
1775
+ ]
1776
+ },
1777
+ {
1778
+ "id": "72bd2d51087ce799",
1779
+ "type": "hb-control",
1780
+ "z": "efb3c9c5f6bdfd6c",
1781
+ "name": "Table Light",
1782
+ "Homebridge": "homebridge",
1783
+ "Manufacturer": "Signify Netherlands B.V.",
1784
+ "Service": "Lightbulb",
1785
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Table Light00000043",
1786
+ "conf": "7e647d67.f33acc",
1787
+ "outputs": 0,
1788
+ "x": 750,
1789
+ "y": 100,
1790
+ "wires": []
1791
+ },
1792
+ {
1793
+ "id": "ad54d21c61a8d7fb",
1794
+ "type": "hb-resume",
1795
+ "z": "efb3c9c5f6bdfd6c",
1796
+ "name": "Floor Lamp One",
1797
+ "Homebridge": "homebridge",
1798
+ "Manufacturer": "Signify Netherlands B.V.",
1799
+ "Service": "Lightbulb",
1800
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Floor Lamp One00000043",
1801
+ "conf": "7e647d67.f33acc",
1802
+ "x": 580,
1803
+ "y": 200,
1804
+ "wires": [
1805
+ [
1806
+ "81148cb8a661a9d4",
1807
+ "8a60ee6cec4ca7e4"
1808
+ ]
1809
+ ]
1810
+ },
1811
+ {
1812
+ "id": "81148cb8a661a9d4",
1813
+ "type": "hb-control",
1814
+ "z": "efb3c9c5f6bdfd6c",
1815
+ "name": "Floor Lamp One",
1816
+ "Homebridge": "homebridge",
1817
+ "Manufacturer": "Signify Netherlands B.V.",
1818
+ "Service": "Lightbulb",
1819
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Floor Lamp One00000043",
1820
+ "conf": "7e647d67.f33acc",
1821
+ "outputs": 0,
1822
+ "x": 760,
1823
+ "y": 180,
1824
+ "wires": []
1825
+ },
1826
+ {
1827
+ "id": "6a917b28d8421fbf",
1828
+ "type": "hb-resume",
1829
+ "z": "efb3c9c5f6bdfd6c",
1830
+ "name": "Floor Lamp Two",
1831
+ "Homebridge": "homebridge",
1832
+ "Manufacturer": "Signify Netherlands B.V.",
1833
+ "Service": "Lightbulb",
1834
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Floor Lamp Two00000043",
1835
+ "conf": "7e647d67.f33acc",
1836
+ "x": 580,
1837
+ "y": 280,
1838
+ "wires": [
1839
+ [
1840
+ "e7671cdf7ca08bdb",
1841
+ "29ef1290a4393e23"
1842
+ ]
1843
+ ]
1844
+ },
1845
+ {
1846
+ "id": "e7671cdf7ca08bdb",
1847
+ "type": "hb-control",
1848
+ "z": "efb3c9c5f6bdfd6c",
1849
+ "name": "Floor Lamp Two",
1850
+ "Homebridge": "homebridge",
1851
+ "Manufacturer": "Signify Netherlands B.V.",
1852
+ "Service": "Lightbulb",
1853
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Floor Lamp Two00000043",
1854
+ "conf": "7e647d67.f33acc",
1855
+ "outputs": 0,
1856
+ "x": 780,
1857
+ "y": 260,
1858
+ "wires": []
1859
+ },
1860
+ {
1861
+ "id": "09aa3bc57223e1d7",
1862
+ "type": "inject",
1863
+ "z": "efb3c9c5f6bdfd6c",
1864
+ "name": "",
1865
+ "props": [
1866
+ {
1867
+ "p": "payload"
1868
+ },
1869
+ {
1870
+ "p": "topic",
1871
+ "vt": "str"
1872
+ }
1873
+ ],
1874
+ "repeat": "",
1875
+ "crontab": "",
1876
+ "once": false,
1877
+ "onceDelay": 0.1,
1878
+ "topic": "",
1879
+ "payload": "{\"On\": true}",
1880
+ "payloadType": "json",
1881
+ "x": 190,
1882
+ "y": 140,
1883
+ "wires": [
1884
+ [
1885
+ "49a103299064c61a"
1886
+ ]
1887
+ ]
1888
+ },
1889
+ {
1890
+ "id": "899072eff954f19e",
1891
+ "type": "inject",
1892
+ "z": "efb3c9c5f6bdfd6c",
1893
+ "name": "",
1894
+ "props": [
1895
+ {
1896
+ "p": "payload"
1897
+ },
1898
+ {
1899
+ "p": "topic",
1900
+ "vt": "str"
1901
+ }
1902
+ ],
1903
+ "repeat": "",
1904
+ "crontab": "",
1905
+ "once": false,
1906
+ "onceDelay": 0.1,
1907
+ "topic": "",
1908
+ "payload": "{\"On\": false}",
1909
+ "payloadType": "json",
1910
+ "x": 190,
1911
+ "y": 200,
1912
+ "wires": [
1913
+ [
1914
+ "49a103299064c61a"
1915
+ ]
1916
+ ]
1917
+ },
1918
+ {
1919
+ "id": "8a60ee6cec4ca7e4",
1920
+ "type": "debug",
1921
+ "z": "efb3c9c5f6bdfd6c",
1922
+ "name": "Kitchen Sink",
1923
+ "active": true,
1924
+ "tosidebar": true,
1925
+ "console": false,
1926
+ "tostatus": true,
1927
+ "complete": "payload",
1928
+ "targetType": "msg",
1929
+ "x": 970,
1930
+ "y": 160,
1931
+ "wires": []
1932
+ },
1933
+ {
1934
+ "id": "2194286c838b7d5e",
1935
+ "type": "debug",
1936
+ "z": "efb3c9c5f6bdfd6c",
1937
+ "name": "Alexa",
1938
+ "active": true,
1939
+ "tosidebar": true,
1940
+ "console": false,
1941
+ "tostatus": true,
1942
+ "complete": "payload",
1943
+ "targetType": "msg",
1944
+ "x": 370,
1945
+ "y": 160,
1946
+ "wires": []
1947
+ },
1948
+ {
1949
+ "id": "5f2718e15c1d2268",
1950
+ "type": "debug",
1951
+ "z": "efb3c9c5f6bdfd6c",
1952
+ "name": "State",
1953
+ "active": true,
1954
+ "tosidebar": true,
1955
+ "console": false,
1956
+ "tostatus": true,
1957
+ "complete": "payload",
1958
+ "targetType": "msg",
1959
+ "statusVal": "payload",
1960
+ "statusType": "auto",
1961
+ "x": 970,
1962
+ "y": 240,
1963
+ "wires": []
1964
+ },
1965
+ {
1966
+ "id": "0987572378c4101c",
1967
+ "type": "debug",
1968
+ "z": "efb3c9c5f6bdfd6c",
1969
+ "name": "Table",
1970
+ "active": true,
1971
+ "tosidebar": true,
1972
+ "console": false,
1973
+ "tostatus": false,
1974
+ "complete": "payload",
1975
+ "targetType": "msg",
1976
+ "x": 910,
1977
+ "y": 40,
1978
+ "wires": []
1979
+ },
1980
+ {
1981
+ "id": "1d740eb38c6e04d3",
1982
+ "type": "hb-control",
1983
+ "z": "efb3c9c5f6bdfd6c",
1984
+ "name": "Alice’s Light",
1985
+ "Homebridge": "homebridge",
1986
+ "Manufacturer": "Signify Netherlands B.V.",
1987
+ "Service": "Lightbulb",
1988
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Alice’s Light00000043",
1989
+ "conf": "7e647d67.f33acc",
1990
+ "outputs": 0,
1991
+ "x": 590,
1992
+ "y": 380,
1993
+ "wires": []
1994
+ },
1995
+ {
1996
+ "id": "49a103299064c61a",
1997
+ "type": "join",
1998
+ "z": "efb3c9c5f6bdfd6c",
1999
+ "name": "",
2000
+ "mode": "custom",
2001
+ "build": "merged",
2002
+ "property": "payload",
2003
+ "propertyType": "msg",
2004
+ "key": "topic",
2005
+ "joiner": "\\n",
2006
+ "joinerType": "str",
2007
+ "accumulate": false,
2008
+ "timeout": "0.200",
2009
+ "count": "",
2010
+ "reduceRight": false,
2011
+ "reduceExp": "",
2012
+ "reduceInit": "",
2013
+ "reduceInitType": "num",
2014
+ "reduceFixup": "",
2015
+ "x": 370,
2016
+ "y": 260,
2017
+ "wires": [
2018
+ [
2019
+ "5f2718e15c1d2268",
2020
+ "6a917b28d8421fbf",
2021
+ "ad54d21c61a8d7fb",
2022
+ "010efd22c1b6e439"
2023
+ ]
2024
+ ]
2025
+ },
2026
+ {
2027
+ "id": "4d03a7e3277b96e4",
2028
+ "type": "join",
2029
+ "z": "efb3c9c5f6bdfd6c",
2030
+ "name": "",
2031
+ "mode": "custom",
2032
+ "build": "merged",
2033
+ "property": "payload",
2034
+ "propertyType": "msg",
2035
+ "key": "topic",
2036
+ "joiner": "\\n",
2037
+ "joinerType": "str",
2038
+ "accumulate": false,
2039
+ "timeout": "0.100",
2040
+ "count": "",
2041
+ "reduceRight": false,
2042
+ "reduceExp": "",
2043
+ "reduceInit": "",
2044
+ "reduceInitType": "",
2045
+ "reduceFixup": "",
2046
+ "x": 370,
2047
+ "y": 340,
2048
+ "wires": [
2049
+ [
2050
+ "1d740eb38c6e04d3",
2051
+ "03d7f28b92211006"
2052
+ ]
2053
+ ]
2054
+ },
2055
+ {
2056
+ "id": "03d7f28b92211006",
2057
+ "type": "hb-control",
2058
+ "z": "efb3c9c5f6bdfd6c",
2059
+ "name": "Side Counter",
2060
+ "Homebridge": "homebridge",
2061
+ "Manufacturer": "Tasmota",
2062
+ "Service": "Outlet",
2063
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaSide Counter00000047",
2064
+ "conf": "7e647d67.f33acc",
2065
+ "outputs": 0,
2066
+ "x": 590,
2067
+ "y": 420,
2068
+ "wires": []
2069
+ },
2070
+ {
2071
+ "id": "29ef1290a4393e23",
2072
+ "type": "debug",
2073
+ "z": "efb3c9c5f6bdfd6c",
2074
+ "name": "State",
2075
+ "active": true,
2076
+ "tosidebar": true,
2077
+ "console": false,
2078
+ "tostatus": true,
2079
+ "complete": "payload",
2080
+ "targetType": "msg",
2081
+ "statusVal": "payload",
2082
+ "statusType": "auto",
2083
+ "x": 890,
2084
+ "y": 360,
2085
+ "wires": []
2086
+ },
2087
+ {
2088
+ "id": "24d42f55865cf219",
2089
+ "type": "debug",
2090
+ "z": "efb3c9c5f6bdfd6c",
2091
+ "name": "State",
2092
+ "active": true,
2093
+ "tosidebar": true,
2094
+ "console": false,
2095
+ "tostatus": true,
2096
+ "complete": "payload",
2097
+ "targetType": "msg",
2098
+ "statusVal": "payload",
2099
+ "statusType": "auto",
2100
+ "x": 730,
2101
+ "y": 440,
2102
+ "wires": []
2103
+ },
2104
+ {
2105
+ "id": "bafb7d2c0a674363",
2106
+ "type": "join",
2107
+ "z": "efb3c9c5f6bdfd6c",
2108
+ "name": "",
2109
+ "mode": "custom",
2110
+ "build": "merged",
2111
+ "property": "payload",
2112
+ "propertyType": "msg",
2113
+ "key": "topic",
2114
+ "joiner": "\\n",
2115
+ "joinerType": "str",
2116
+ "accumulate": false,
2117
+ "timeout": "0.100",
2118
+ "count": "",
2119
+ "reduceRight": false,
2120
+ "reduceExp": "",
2121
+ "reduceInit": "",
2122
+ "reduceInitType": "",
2123
+ "reduceFixup": "",
2124
+ "x": 370,
2125
+ "y": 440,
2126
+ "wires": [
2127
+ [
2128
+ "f8e02da296cf46c1",
2129
+ "793b832372283d1a"
2130
+ ]
2131
+ ]
2132
+ },
2133
+ {
2134
+ "id": "f8e02da296cf46c1",
2135
+ "type": "hb-resume",
2136
+ "z": "efb3c9c5f6bdfd6c",
2137
+ "name": "Alice’s Light",
2138
+ "Homebridge": "homebridge",
2139
+ "Manufacturer": "Signify Netherlands B.V.",
2140
+ "Service": "Lightbulb",
2141
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Alice’s Light00000043",
2142
+ "conf": "7e647d67.f33acc",
2143
+ "x": 570,
2144
+ "y": 520,
2145
+ "wires": [
2146
+ [
2147
+ "ef51cc04e563c2b4"
2148
+ ]
2149
+ ]
2150
+ },
2151
+ {
2152
+ "id": "ef51cc04e563c2b4",
2153
+ "type": "hb-control",
2154
+ "z": "efb3c9c5f6bdfd6c",
2155
+ "name": "Alice’s Light",
2156
+ "Homebridge": "homebridge",
2157
+ "Manufacturer": "Signify Netherlands B.V.",
2158
+ "Service": "Lightbulb",
2159
+ "device": "homebridgeCC:22:3D:E3:CF:33Signify Netherlands B.V.Alice’s Light00000043",
2160
+ "conf": "7e647d67.f33acc",
2161
+ "outputs": 0,
2162
+ "x": 770,
2163
+ "y": 520,
2164
+ "wires": []
2165
+ },
2166
+ {
2167
+ "id": "793b832372283d1a",
2168
+ "type": "hb-resume",
2169
+ "z": "efb3c9c5f6bdfd6c",
2170
+ "name": "Patio Room",
2171
+ "Homebridge": "homebridge",
2172
+ "Manufacturer": "Hunter Fan",
2173
+ "Service": "Lightbulb",
2174
+ "device": "homebridge0E:F4:E9:FC:AD:D1Hunter FanPatio Room00000043",
2175
+ "conf": "7e647d67.f33acc",
2176
+ "x": 570,
2177
+ "y": 560,
2178
+ "wires": [
2179
+ [
2180
+ "eddabe00a19c7019"
2181
+ ]
2182
+ ]
2183
+ },
2184
+ {
2185
+ "id": "eddabe00a19c7019",
2186
+ "type": "hb-control",
2187
+ "z": "efb3c9c5f6bdfd6c",
2188
+ "name": "Patio Room",
2189
+ "Homebridge": "homebridge",
2190
+ "Manufacturer": "Hunter Fan",
2191
+ "Service": "Lightbulb",
2192
+ "device": "homebridge0E:F4:E9:FC:AD:D1Hunter FanPatio Room00000043",
2193
+ "conf": "7e647d67.f33acc",
2194
+ "outputs": 0,
2195
+ "x": 770,
2196
+ "y": 560,
2197
+ "wires": []
2198
+ },
2199
+ {
2200
+ "id": "6bd69f69e77b53f5",
2201
+ "type": "join",
2202
+ "z": "efb3c9c5f6bdfd6c",
2203
+ "name": "",
2204
+ "mode": "custom",
2205
+ "build": "merged",
2206
+ "property": "payload",
2207
+ "propertyType": "msg",
2208
+ "key": "topic",
2209
+ "joiner": "\\n",
2210
+ "joinerType": "str",
2211
+ "accumulate": false,
2212
+ "timeout": "0.100",
2213
+ "count": "",
2214
+ "reduceRight": false,
2215
+ "reduceExp": "",
2216
+ "reduceInit": "",
2217
+ "reduceInitType": "",
2218
+ "reduceFixup": "",
2219
+ "x": 370,
2220
+ "y": 580,
2221
+ "wires": [
2222
+ [
2223
+ "df8098be03036599",
2224
+ "7ceb11204ab233ad",
2225
+ "9b3b66754785038a",
2226
+ "f05573c2da6e5a95"
2227
+ ]
2228
+ ]
2229
+ },
2230
+ {
2231
+ "id": "df8098be03036599",
2232
+ "type": "hb-resume",
2233
+ "z": "efb3c9c5f6bdfd6c",
2234
+ "name": "Bunkie Light",
2235
+ "Homebridge": "homebridge",
2236
+ "Manufacturer": "Tasmota",
2237
+ "Service": "Lightbulb",
2238
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaBunkie Light00000043",
2239
+ "conf": "7e647d67.f33acc",
2240
+ "x": 570,
2241
+ "y": 640,
2242
+ "wires": [
2243
+ [
2244
+ "a5668e0297b801de"
2245
+ ]
2246
+ ]
2247
+ },
2248
+ {
2249
+ "id": "7ceb11204ab233ad",
2250
+ "type": "hb-resume",
2251
+ "z": "efb3c9c5f6bdfd6c",
2252
+ "name": "Bunkie Lower",
2253
+ "Homebridge": "homebridge",
2254
+ "Manufacturer": "WLED",
2255
+ "Service": "Lightbulb",
2256
+ "device": "homebridge0E:03:4B:B3:AF:4CWLEDBunkie Lower00000043",
2257
+ "conf": "7e647d67.f33acc",
2258
+ "x": 580,
2259
+ "y": 680,
2260
+ "wires": [
2261
+ [
2262
+ "2abd3edc55335405"
2263
+ ]
2264
+ ]
2265
+ },
2266
+ {
2267
+ "id": "9b3b66754785038a",
2268
+ "type": "hb-resume",
2269
+ "z": "efb3c9c5f6bdfd6c",
2270
+ "name": "Bunkie Upper",
2271
+ "Homebridge": "homebridge",
2272
+ "Manufacturer": "Tasmota",
2273
+ "Service": "Lightbulb",
2274
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaBunkie Upper00000043",
2275
+ "conf": "7e647d67.f33acc",
2276
+ "x": 580,
2277
+ "y": 720,
2278
+ "wires": [
2279
+ [
2280
+ "149d4526b10a9f65"
2281
+ ]
2282
+ ]
2283
+ },
2284
+ {
2285
+ "id": "f05573c2da6e5a95",
2286
+ "type": "hb-resume",
2287
+ "z": "efb3c9c5f6bdfd6c",
2288
+ "name": "Bunkie Fan Light",
2289
+ "Homebridge": "homebridge",
2290
+ "Manufacturer": "Tasmota",
2291
+ "Service": "Lightbulb",
2292
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaBunkie Fan Light00000043",
2293
+ "conf": "7e647d67.f33acc",
2294
+ "x": 590,
2295
+ "y": 760,
2296
+ "wires": [
2297
+ [
2298
+ "200d1506e958ee58"
2299
+ ]
2300
+ ]
2301
+ },
2302
+ {
2303
+ "id": "c7aa6df53ac112dd",
2304
+ "type": "catch",
2305
+ "z": "efb3c9c5f6bdfd6c",
2306
+ "name": "",
2307
+ "scope": null,
2308
+ "uncaught": false,
2309
+ "x": 160,
2310
+ "y": 680,
2311
+ "wires": [
2312
+ [
2313
+ "f3466f804ebc55de"
2314
+ ]
2315
+ ]
2316
+ },
2317
+ {
2318
+ "id": "f3466f804ebc55de",
2319
+ "type": "debug",
2320
+ "z": "efb3c9c5f6bdfd6c",
2321
+ "name": "debug 13",
2322
+ "active": true,
2323
+ "tosidebar": true,
2324
+ "console": false,
2325
+ "tostatus": true,
2326
+ "complete": "true",
2327
+ "targetType": "full",
2328
+ "statusVal": "payload",
2329
+ "statusType": "auto",
2330
+ "x": 340,
2331
+ "y": 680,
2332
+ "wires": []
2333
+ },
2334
+ {
2335
+ "id": "a5668e0297b801de",
2336
+ "type": "hb-control",
2337
+ "z": "efb3c9c5f6bdfd6c",
2338
+ "name": "Bunkie Light",
2339
+ "Homebridge": "homebridge",
2340
+ "Manufacturer": "Tasmota",
2341
+ "Service": "Lightbulb",
2342
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaBunkie Light00000043",
2343
+ "conf": "7e647d67.f33acc",
2344
+ "outputs": 0,
2345
+ "x": 810,
2346
+ "y": 640,
2347
+ "wires": []
2348
+ },
2349
+ {
2350
+ "id": "2abd3edc55335405",
2351
+ "type": "hb-control",
2352
+ "z": "efb3c9c5f6bdfd6c",
2353
+ "name": "Bunkie Lower",
2354
+ "Homebridge": "homebridge",
2355
+ "Manufacturer": "WLED",
2356
+ "Service": "Lightbulb",
2357
+ "device": "homebridge0E:03:4B:B3:AF:4CWLEDBunkie Lower00000043",
2358
+ "conf": "7e647d67.f33acc",
2359
+ "outputs": 0,
2360
+ "x": 800,
2361
+ "y": 680,
2362
+ "wires": []
2363
+ },
2364
+ {
2365
+ "id": "149d4526b10a9f65",
2366
+ "type": "hb-control",
2367
+ "z": "efb3c9c5f6bdfd6c",
2368
+ "name": "Bunkie Upper",
2369
+ "Homebridge": "homebridge",
2370
+ "Manufacturer": "Tasmota",
2371
+ "Service": "Lightbulb",
2372
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaBunkie Upper00000043",
2373
+ "conf": "7e647d67.f33acc",
2374
+ "outputs": 0,
2375
+ "x": 800,
2376
+ "y": 720,
2377
+ "wires": []
2378
+ },
2379
+ {
2380
+ "id": "200d1506e958ee58",
2381
+ "type": "hb-control",
2382
+ "z": "efb3c9c5f6bdfd6c",
2383
+ "name": "Bunkie Fan Light",
2384
+ "Homebridge": "homebridge",
2385
+ "Manufacturer": "Tasmota",
2386
+ "Service": "Lightbulb",
2387
+ "device": "homebridge1C:22:3D:E3:CF:34TasmotaBunkie Fan Light00000043",
2388
+ "conf": "7e647d67.f33acc",
2389
+ "outputs": 0,
2390
+ "x": 810,
2391
+ "y": 760,
2392
+ "wires": []
2393
+ },
2394
+ {
2395
+ "id": "d6f10c868ae159d2",
2396
+ "type": "inject",
2397
+ "z": "efb3c9c5f6bdfd6c",
2398
+ "name": "",
2399
+ "props": [
2400
+ {
2401
+ "p": "payload"
2402
+ },
2403
+ {
2404
+ "p": "topic",
2405
+ "vt": "str"
2406
+ }
2407
+ ],
2408
+ "repeat": "",
2409
+ "crontab": "",
2410
+ "once": false,
2411
+ "onceDelay": 0.1,
2412
+ "topic": "",
2413
+ "payload": "{\"On\": true}",
2414
+ "payloadType": "json",
2415
+ "x": 150,
2416
+ "y": 20,
2417
+ "wires": [
2418
+ [
2419
+ "e7671cdf7ca08bdb"
2420
+ ]
2421
+ ]
2422
+ },
2423
+ {
2424
+ "id": "c25be79ed205ceea",
2425
+ "type": "inject",
2426
+ "z": "efb3c9c5f6bdfd6c",
2427
+ "name": "",
2428
+ "props": [
2429
+ {
2430
+ "p": "payload"
2431
+ },
2432
+ {
2433
+ "p": "topic",
2434
+ "vt": "str"
2435
+ }
2436
+ ],
2437
+ "repeat": "",
2438
+ "crontab": "",
2439
+ "once": false,
2440
+ "onceDelay": 0.1,
2441
+ "topic": "",
2442
+ "payload": "{\"On\": false}",
2443
+ "payloadType": "json",
2444
+ "x": 150,
2445
+ "y": 80,
2446
+ "wires": [
2447
+ [
2448
+ "e7671cdf7ca08bdb"
2449
+ ]
2450
+ ]
2451
+ }
2452
+ ]