-
Notifications
You must be signed in to change notification settings - Fork 3
/
bp_haauto_light_timer
74 lines (74 loc) · 1.76 KB
/
bp_haauto_light_timer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[{
"id": "ff28aa74.abf3e8",
"type": "comment",
"z": "c97206b0.e99878",
"name": "Office Exterior Lights",
"info": "Office outside lights turn on 40mins before sunset\nTurn off @11",
"x": 140,
"y": 260,
"wires": []
}, {
"id": "8ceb3f91.1eb3",
"type": "schedex",
"z": "c97206b0.e99878",
"name": "Sunset (-40min) - 11PM",
"passthroughunhandled": false,
"suspended": false,
"lat": "37.338167",
"lon": "-121.885388",
"ontime": "sunset",
"ontopic": "",
"onpayload": "{\"service\":\"turn_on\",\"brightness_pct\":\"10\"}",
"onoffset": "-40",
"onrandomoffset": 0,
"offtime": "23:00",
"offtopic": "",
"offpayload": "{\"service\":\"turn_off\"}",
"offoffset": 0,
"offrandomoffset": 0,
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": true,
"sun": true,
"x": 187,
"y": 311,
"wires": [
["bd73ab02.91e688"]
]
}, {
"id": "bd73ab02.91e688",
"type": "api-call-service",
"z": "c97206b0.e99878",
"name": "Office Outside Lights - ON/OFF",
"server": "bea6337e.54ee7",
"version": 1,
"debugenabled": false,
"service_domain": "light",
"service": "",
"entityId": "light.office_porch_light, light.office_side_light",
"data": "",
"dataType": "json",
"mergecontext": "",
"output_location": "payload",
"output_location_type": "msg",
"mustacheAltTags": false,
"x": 478,
"y": 311,
"wires": [
[]
]
}, {
"id": "bea6337e.54ee7",
"type": "server",
"z": "",
"name": "Home Assistant",
"legacy": false,
"addon": false,
"rejectUnauthorizedCerts": true,
"ha_boolean": "y|yes|true|on|home|open",
"connectionDelay": true,
"cacheJson": true
}]