forked from ledgardener/gardenAutomation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautomations.yaml
407 lines (407 loc) · 11 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
- id: 12flooddetected
alias: Flood Detected
trigger:
- entity_id: sensor.flood_detection
from: Dry
platform: state
condition: []
action:
- data:
data:
push:
sound: US-EN-Morgan-Freeman-Water-Detected-In-Basement.wav
message: "{{ (states('sensor.flood_detection')) }}"
title: Flood Detected!
service: notify.mobile_app_p20
- entity_id: switch.relay_8ch_1_1
service: switch.turn_on
- entity_id: automation.fertigation_1
service: automation.turn_off
- entity_id: automation.fertigation_2
service: automation.turn_off
- entity_id: automation.fertigation_3
service: automation.turn_off
- entity_id: automation.fertigation_4
service: automation.turn_off
- entity_id: automation.fertigation_5
service: automation.turn_off
- entity_id: switch.relay_4ch_1_0
service: switch.turn_off
- entity_id: switch.relay_4ch_1_1
service: switch.turn_off
- entity_id: switch.relay_4ch_1_2
service: switch.turn_off
- entity_id: switch.relay_4ch_1_3
service: switch.turn_off
mode: single
- id: 12phdown
alias: pH Down Dosing
description: ''
trigger:
- platform: time_pattern
minutes: /5
condition:
- condition: template
value_template: "{{ (float(states('sensor.atlas_ph'))) >= (float(states('input_number.target_ph_input'))
+ 0.1) }}"
- condition: state
entity_id: switch.relay_4ch_1_1
state: 'on'
action:
- data:
payload: 00:2250
topic: control/dosing
service: mqtt.publish
- id: 12phup
alias: pH Up Dosing
description: ''
trigger:
- platform: time_pattern
minutes: /5
condition:
- condition: template
value_template: "{{ (float(states('sensor.atlas_ph'))) <= (float(states('input_number.target_ph_input'))
- 0.1) }}"
- condition: state
entity_id: switch.relay_4ch_1_1
state: 'on'
action:
- data:
payload: 05:300
topic: control/dosing
service: mqtt.publish
- id: 12humidstart
alias: Humidifier Start
description: ''
trigger:
- entity_id: sensor.tent_avg_humidity
platform: state
condition:
- condition: template
value_template: "{{(states('sensor.tent_avg_humidity') | float) <= (states('input_number.humidity_target')
| float -5.0) }}"
- condition: state
entity_id: switch.tent_humidifier
state: 'off'
action:
- data: {}
entity_id: switch.tent_humidifier
service: switch.turn_on
mode: single
- id: 12humidstop
alias: Humidifier Stop
description: ''
trigger:
- entity_id: sensor.tent_avg_humidity
platform: state
condition:
- condition: template
value_template: "{{(states('sensor.tent_avg_humidity') | float) >= (states('input_number.humidity_target')
| float +5.0) }}"
- condition: state
entity_id: switch.tent_humidifier
state: 'on'
action:
- data: {}
entity_id: switch.tent_humidifier
service: switch.turn_off
mode: single
- id: 12phstream
alias: pH Stream
trigger:
- platform: state
entity_id: sensor.atlas_ph
action:
- data_template:
entity_id: input_number.reading10
value: "{{ states('input_number.reading9') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading9
value: "{{ states('input_number.reading8') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading8
value: "{{ states('input_number.reading7') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading7
value: "{{ states('input_number.reading6') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading6
value: "{{ states('input_number.reading5') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading5
value: "{{ states('input_number.reading4') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading4
value: "{{ states('input_number.reading3') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading3
value: "{{ states('input_number.reading2') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading2
value: "{{ states('input_number.reading1') }}"
service: input_number.set_value
- data_template:
entity_id: input_number.reading1
value: "{{ states('sensor.atlas_ph') }}"
service: input_number.set_value
mode: single
- id: 12lightsoff
alias: 4x4 Lights Off
description: ''
trigger:
- platform: template
value_template: "{{ states('input_datetime.lights_off_time_4x4').rsplit(':',1)[0]
== states('sensor.time') }} "
condition: []
action:
- data: {}
entity_id: switch.grow_light
service: switch.turn_off
mode: single
- id: 12lightson
alias: 4x4 Lights On
description: ''
trigger:
- platform: template
value_template: "{{ states('input_datetime.lights_on_time_4x4').rsplit(':',1)[0]
== states('sensor.time') }} "
condition: []
action:
- entity_id: switch.grow_light
service: switch.turn_on
mode: single
- id: 12autofert1
alias: Fertigation 1
description: ''
trigger:
- platform: template
value_template: "{{ states('sensor.time') == states('input_datetime.fert_1_time_4x4')[0:5]
}}"
condition:
- condition: state
entity_id: binary_sensor.fert_1
state: 'on'
action:
- data: {}
entity_id: script.1fertigate1
service: script.turn_on
- id: 12autofert2
alias: Fertigation 2
description: ''
trigger:
- platform: template
value_template: "{{ states('sensor.time') == states('input_datetime.fert_2_time_4x4')[0:5]
}}"
condition:
- condition: state
entity_id: binary_sensor.fert_2
state: 'on'
action:
- data: {}
entity_id: script.1fertigate2
service: script.turn_on
- id: 12autofert3
alias: Fertigation 3
description: ''
trigger:
- platform: template
value_template: "{{ states('sensor.time') == states('input_datetime.fert_3_time_4x4')[0:5]
}}"
condition:
- condition: state
entity_id: binary_sensor.fert_3
state: 'on'
action:
- data: {}
entity_id: script.1fertigate3
service: script.turn_on
- id: 12autofert4
alias: Fertigation 4
description: ''
trigger:
- platform: template
value_template: "{{ states('sensor.time') == states('input_datetime.fert_4_time_4x4')[0:5]
}}"
condition:
- condition: state
entity_id: binary_sensor.fert_4
state: 'on'
action:
- data: {}
entity_id: script.1fertigate4
service: script.turn_on
- id: 12autofert5
alias: Fertigation 5
description: ''
trigger:
- platform: template
value_template: "{{ states('sensor.time') == states('input_datetime.fert_5_time_4x4')[0:5]
}}"
condition:
- condition: state
entity_id: binary_sensor.fert_5
state: 'on'
action:
- data: {}
entity_id: script.1fertigate5
service: script.turn_on
- id: 12stirnuteres
alias: Stir Nute Res
description: ''
trigger:
- platform: time_pattern
minutes: /20
condition:
- above: '10'
condition: numeric_state
entity_id: sensor.water_level
action:
- entity_id: script.1stirnuteres
service: script.turn_on
- id: 12emptybasin
alias: Empty Basin
description: ''
trigger:
- platform: time_pattern
seconds: /30
condition:
- condition: state
entity_id: sensor.drain_basin
state: Basin full!
- condition: state
entity_id: script.1emptybasin
state: 'off'
action:
- service: script.1emptybasin
- id: 12setdosingconnect
alias: Set Dosing PWM on Connect
description: Sends values for pump speeds when the ESP32 connects to MQTT broker
trigger:
- platform: mqtt
topic: feedback/general
payload: Garden controller connected.
condition: []
action:
- delay: 00:00:05
- service: mqtt.publish
data:
topic: calibrate/dosing
payload_template: 0:{{ states('input_number.dosing_pwm_0_ph_down') | int }}
- service: mqtt.publish
data:
topic: calibrate/dosing
payload_template: 1:{{ states('input_number.dosing_pwm_1_calmag') | int }}
- service: mqtt.publish
data:
topic: calibrate/dosing
payload_template: 2:{{ states('input_number.dosing_pwm_2_micro') | int }}
- service: mqtt.publish
data:
topic: calibrate/dosing
payload_template: 3:{{ states('input_number.dosing_pwm_3_bloom') | int }}
- service: mqtt.publish
data:
topic: calibrate/dosing
payload_template: 4:{{ states('input_number.dosing_pwm_4_grow') | int }}
- service: mqtt.publish
data:
topic: calibrate/dosing
payload_template: 5:{{ states('input_number.dosing_pwm_5_ph_up') | int }}
mode: single
- id: 12updatedosing
alias: Update Dosing Pump PWM
description: ''
trigger:
- platform: state
entity_id: input_number.dosing_pwm_0_ph_down
- platform: state
entity_id: input_number.dosing_pwm_1_calmag
- platform: state
entity_id: input_number.dosing_pwm_2_micro
- platform: state
entity_id: input_number.dosing_pwm_3_bloom
- platform: state
entity_id: input_number.dosing_pwm_4_grow
- platform: state
entity_id: input_number.dosing_pwm_5_ph_up
condition: []
action:
- service: mqtt.publish
data:
topic: calibrate/dosing
payload_template: "{{ trigger.entity_id.split('_')[3] }}:{{ (trigger.to_state.state)
| int }}"
mode: single
- id: 12updatescalecal
alias: Update Scale Cal Factor
description: ''
trigger:
- platform: state
entity_id: input_number.scale_cal_factor
condition: []
action:
- service: mqtt.publish
data:
topic: calibrate/scale
payload_template: "{{ states('input_number.scale_cal_factor') | int }}"
mode: single
- id: 12setdefaults
alias: Set Defaults on HA Boot
description: ''
trigger:
- platform: homeassistant
event: start
condition: []
action:
- service: mqtt.publish
data:
topic: feedback/flood
payload: Dry
mode: single
- id: 12fanspeedhigh
alias: Exhaust Fan High Speed
description: ''
trigger:
- platform: time_pattern
seconds: '30'
condition:
- condition: template
value_template: "{{ (states('sensor.tent_avg_temp')| float) >= (states('input_number.temperature_target')
| float) + 1 }}"
- condition: template
value_template: "{{ (states('sensor.tent_avg_temp')| float) >= (states('input_number.temperature_target')
| float) + 1 }}"
action:
- service: fan.set_speed
data:
speed: high
entity_id: fan.tent_exhaust
mode: parallel
max: 10
- id: 12fanspeedlow
alias: Exhaust Fan Low Speed
description: ''
trigger:
- platform: time_pattern
seconds: '30'
condition:
- condition: template
value_template: "{{ (states('sensor.tent_avg_temp')| float) <= (states('input_number.temperature_target')
| float) - 1 }}"
- condition: template
value_template: "{{ (states('sensor.tent_avg_temp')| float) <= (states('input_number.temperature_target')
| float) - 1 }}"
action:
- service: fan.set_speed
data:
speed: low
entity_id: fan.tent_exhaust
mode: single