-
Notifications
You must be signed in to change notification settings - Fork 15
/
automations.yaml
149 lines (149 loc) · 3.66 KB
/
automations.yaml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
- id: '1645793480899'
alias: Delay Solar Diverter
description: ''
trigger:
- platform: state
entity_id: sensor.myenergi_eddi_status
to: Max temp reached
condition: []
action:
- service: automation.turn_off
data: {}
target:
entity_id: automation.turn_off_solar_diverter_below_100w_pv
- service: automation.turn_off
data: {}
target:
entity_id: automation.turn_on_solar_diverter_above_100w_pv
- device_id: 1c434db3f2899078cbe101a7a54deede
domain: select
entity_id: select.myenergi_eddi_operating_mode
type: select_option
option: Stopped
- delay:
hours: 0
minutes: 30
seconds: 0
milliseconds: 0
- device_id: 1c434db3f2899078cbe101a7a54deede
domain: select
entity_id: select.myenergi_eddi_operating_mode
type: select_option
option: Normal
- service: automation.turn_on
data: {}
target:
entity_id: automation.turn_off_solar_diverter_below_100w_pv
- service: automation.turn_on
data: {}
target:
entity_id: automation.turn_on_solar_diverter_above_100w_pv
mode: single
- id: '1645793972068'
alias: Turn false Garage Light off
description: ''
trigger:
- platform: device
type: turned_on
device_id: 9baba3ff60ce677d613ac519c125e6e4
entity_id: light.garage_light_right
domain: light
for:
hours: 0
minutes: 5
seconds: 0
condition:
- condition: device
device_id: 6b6ac76533c5741284ac3f254fdb79f0
domain: lock
entity_id: lock.conexis_garage_door
type: is_locked
action:
- type: turn_off
device_id: 9baba3ff60ce677d613ac519c125e6e4
entity_id: light.garage_light_right
domain: light
mode: single
- id: '1645795348588'
alias: Turn on Solar Diverter
description: ''
trigger:
- type: battery_level
platform: device
device_id: 576c6ce6230a18a2de653c8e254dfbfb
entity_id: sensor.solax_battery_capacity
domain: sensor
above: 95
condition:
- type: is_power
condition: device
device_id: 576c6ce6230a18a2de653c8e254dfbfb
entity_id: sensor.solax_pv_total_power
domain: sensor
above: 500
action:
- service: select.select_option
data:
option: Back Up Mode
target:
entity_id: select.solax_charger_use_mode
- device_id: 1c434db3f2899078cbe101a7a54deede
domain: select
entity_id: select.myenergi_eddi_operating_mode
type: select_option
option: Normal
mode: single
- id: '1645795423311'
alias: Turn off Solar Diverter below 100w PV
description: ''
trigger:
- type: power
platform: device
device_id: 576c6ce6230a18a2de653c8e254dfbfb
entity_id: sensor.solax_pv_total_power
domain: sensor
below: 400
for:
hours: 0
minutes: 5
seconds: 0
condition: []
action:
- device_id: 1c434db3f2899078cbe101a7a54deede
domain: select
entity_id: select.myenergi_eddi_operating_mode
type: select_option
option: Stopped
- service: select.select_option
data:
option: Self Use Mode
target:
entity_id: select.solax_charger_use_mode
mode: single
- id: '1645990036998'
alias: New Automation
description: ''
trigger:
- type: energy
platform: device
device_id: e542bbaca249d970af1a30180277e247
entity_id: sensor.energy_production_today
domain: sensor
below: 8
condition:
- type: is_battery_level
condition: device
device_id: 576c6ce6230a18a2de653c8e254dfbfb
entity_id: sensor.solax_battery_capacity
domain: sensor
below: 50
- condition: time
after: 02:00
before: 03:30
action:
- service: select.select_option
data:
option: Force Time Use
target:
entity_id: select.solax_charger_use_mode
mode: single