-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.yaml
More file actions
505 lines (483 loc) · 20.4 KB
/
Copy pathscripts.yaml
File metadata and controls
505 lines (483 loc) · 20.4 KB
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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
notify_alert_water_tank_status:
alias: 'Notify: Alert Water Tank Status'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Water Reservoir Level is {{ states('sensor.reservoir_water_current_height_status')
}} at {{ states('sensor.reservoir_water_current_height_percentage') }}% ({{
states('sensor.reservoir_water_current_height') }})!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Water Reservoir Level is {{ states('sensor.reservoir_water_current_height_status')
}} at {{ states('sensor.reservoir_water_current_height_percentage') }}% ({{
states('sensor.reservoir_water_current_height') }})!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Water Reservoir Level is {{ states('sensor.reservoir_water_current_height_status')
}} at {{ states('sensor.reservoir_water_current_height_percentage') }}% ({{
states('sensor.reservoir_water_current_height') }})!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Water Reservoir Level is {{ states('sensor.reservoir_water_current_height_status')
}} at {{ states('sensor.reservoir_water_current_height_percentage') }}% ({{
states('sensor.reservoir_water_current_height') }})!
mode: single
icon: mdi:square-rounded-badge
reservoir_ph_up_pump_on:
alias: 'Reservoir PH Up: Dispensing Sequence'
sequence:
- repeat:
count: '5'
sequence:
- service: switch.turn_on
data: {}
target:
entity_id: switch.reservoir_limbs_module_ph_up_pump
- delay: '{{ states(''input_number.reservoir_ph_pump_up_run_time'') }}
'
- service: switch.turn_off
data: {}
target:
entity_id: switch.reservoir_limbs_module_ph_up_pump
- delay: '{{ states(''input_number.reservoir_ph_pump_up_hold_time'') }}
'
mode: single
icon: mdi:transfer-up
reservoir_ph_down_dispensing_sequence:
alias: 'Reservoir PH Down: Dispensing Sequence'
sequence:
- repeat:
count: '5'
sequence:
- service: switch.turn_on
data: {}
target:
entity_id: switch.reservoir_limbs_module_ph_down_pump
- delay: '{{ states(''input_number.reservoir_ph_pump_down_run_time'') }}
'
- service: switch.turn_off
data: {}
target:
entity_id: switch.reservoir_limbs_module_ph_down_pump
- delay: '{{ states(''input_number.reservoir_ph_pump_down_hold_time'') }}
'
mode: single
icon: mdi:transfer-down
reservoir_tds_up_dispensing_sequence:
alias: 'Reservoir TDS Up: Dispensing Sequence'
sequence:
- repeat:
count: '5'
sequence:
- service: switch.turn_on
data: {}
target:
entity_id:
- switch.reservoir_limbs_module_tds_nut_a_pump
- switch.reservoir_limbs_module_tds_nut_b_pump
- delay: '{{ states(''input_number.reservoir_tds_pump_up_run_time'') }}
'
- service: switch.turn_off
data: {}
target:
entity_id:
- switch.reservoir_limbs_module_tds_nut_a_pump
- switch.reservoir_limbs_module_tds_nut_b_pump
- delay: '{{ states(''input_number.reservoir_tds_pump_up_hold_time'') }}
'
mode: single
icon: mdi:chevron-double-up
reservoir_nutSol_add_water:
alias: 'Reservoir NutSol: Add Water'
sequence:
- service: switch.turn_on
data: {}
target:
entity_id: switch.reservoir_limbs_module_water_valve
- wait_for_trigger:
- platform: state
entity_id:
- sensor.reservoir_nutsol_current_height_status
to: Normal
for:
hours: 0
minutes: 0
seconds: 3
timeout:
hours: 0
minutes: 0
seconds: '{{ states(''input_number.reservoir_nutsol_water_valve_max_runtime'')
}}'
milliseconds: 0
continue_on_timeout: true
- service: switch.turn_off
data: {}
target:
entity_id: switch.reservoir_limbs_module_water_valve
mode: single
icon: mdi:beaker-check-outline
reservoir_tds_down_add_water:
alias: 'Reservoir TDS Down: Add Water'
sequence:
- service: switch.turn_on
data: {}
target:
entity_id: switch.reservoir_limbs_module_water_valve
- delay: '{{ states(''input_number.reservoir_tds_down_add_water_run_time'') }}
'
- service: switch.turn_off
data: {}
target:
entity_id: switch.reservoir_limbs_module_water_valve
mode: single
icon: mdi:chevron-double-down
notify_alert_nutsol_tank_status:
alias: 'Notify: Alert NutSol Tank Status'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
NutSol Reservoir Level is {{ states(''sensor.reservoir_nutsol_current_height_status'')
}} at {{ states(''sensor.reservoir_nutsol_current_height_percentage'') }}%
({{ states(''sensor.reservoir_nutsol_current_height'') }}m)!'
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
NutSol Reservoir Level is {{ states(''sensor.reservoir_nutsol_current_height_status'')
}} at {{ states(''sensor.reservoir_nutsol_current_height_percentage'') }}%
({{ states(''sensor.reservoir_nutsol_current_height'') }}m)!'
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
NutSol Reservoir Level is {{ states(''sensor.reservoir_nutsol_current_height_status'')
}} at {{ states(''sensor.reservoir_nutsol_current_height_percentage'') }}%
({{ states(''sensor.reservoir_nutsol_current_height'') }}m)!'
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
NutSol Reservoir Level is {{ states(''sensor.reservoir_nutsol_current_height_status'')
}} at {{ states(''sensor.reservoir_nutsol_current_height_percentage'') }}%
({{ states(''sensor.reservoir_nutsol_current_height'') }}m)!'
- service: persistent_notification.create
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
NutSol Reservoir Level is {{ states(''sensor.reservoir_nutsol_current_height_status'')
}} at {{ states(''sensor.reservoir_nutsol_current_height_percentage'') }}%
({{ states(''sensor.reservoir_nutsol_current_height'') }}m)!'
mode: single
icon: mdi:square-rounded-badge
notify_alert_nutsol_ph_status:
alias: 'Notify: Alert PH Status'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
PH Level is {{ states(''sensor.reservoir_ph_current_value_status'') }} at
{{ states(''sensor.reservoir_ph_current_value'') }} pH!'
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
PH Level is {{ states(''sensor.reservoir_ph_current_value_status'') }} at
{{ states(''sensor.reservoir_ph_current_value'') }} pH!'
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
PH Level is {{ states(''sensor.reservoir_ph_current_value_status'') }} at
{{ states(''sensor.reservoir_ph_current_value'') }} pH!'
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
PH Level is {{ states(''sensor.reservoir_ph_current_value_status'') }} at
{{ states(''sensor.reservoir_ph_current_value'') }} pH!'
- service: persistent_notification.create
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
PH Level is {{ states(''sensor.reservoir_ph_current_value_status'') }} at
{{ states(''sensor.reservoir_ph_current_value'') }} pH!'
mode: single
icon: mdi:square-rounded-badge
notify_alert_tds_status:
alias: 'Notify: Alert TDS Status'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
TDS Level is {{ states(''sensor.reservoir_tds_current_value_status'') }} at
{{ states(''sensor.reservoir_tds_current_value'') }} ppm!'
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
TDS Level is {{ states(''sensor.reservoir_tds_current_value_status'') }} at
{{ states(''sensor.reservoir_tds_current_value'') }} ppm!'
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
TDS Level is {{ states(''sensor.reservoir_tds_current_value_status'') }} at
{{ states(''sensor.reservoir_tds_current_value'') }} ppm!'
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
TDS Level is {{ states(''sensor.reservoir_tds_current_value_status'') }} at
{{ states(''sensor.reservoir_tds_current_value'') }} ppm!'
- service: persistent_notification.create
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: 'Nutrient Quality Balancing Automation Triggered {{ states(''input_text.reservoir_automation_pump_manager_condition_state'')
}}
TDS Level is {{ states(''sensor.reservoir_tds_current_value_status'') }} at
{{ states(''sensor.reservoir_tds_current_value'') }} ppm!'
mode: single
icon: mdi:square-rounded-badge
notify_alert_lux_status:
alias: 'Notify: Alert Lux Status'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Luminescence is {{ states('sensor.reservoir_water_current_height_status')
}}!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Luminescence is {{ states('sensor.reservoir_water_current_height_status')
}}!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Luminescence is {{ states('sensor.reservoir_water_current_height_status')
}}!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Luminescence is {{ states('sensor.reservoir_water_current_height_status')
}}!
mode: single
icon: mdi:square-rounded-badge
notify_alert_water_temperature:
alias: 'Notify: Alert Water Temperature'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: NutSol Water Temperature is {{ states('sensor.reservoir_ph_module_ph_water_temperature')
}} °C!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: NutSol Water Temperature is {{ states('sensor.reservoir_ph_module_ph_water_temperature')
}} °C!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: NutSol Water Temperature is {{ states('sensor.reservoir_ph_module_ph_water_temperature')
}} °C!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: NutSol Water Temperature is {{ states('sensor.reservoir_ph_module_ph_water_temperature')
}} °C!
mode: single
icon: mdi:square-rounded-badge
notify_alert_air_temperature:
alias: 'Notify: Alert Air Temperature'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Temperature is {{ states('sensor.farm_sensors_module_room_temperature')
}} °C!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Temperature is {{ states('sensor.farm_sensors_module_room_temperature')
}} °C!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Temperature is {{ states('sensor.farm_sensors_module_room_temperature')
}} °C!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Temperature is {{ states('sensor.farm_sensors_module_room_temperature')
}} °C!
mode: single
icon: mdi:square-rounded-badge
notify_alert_air_humidity:
alias: 'Notify: Alert Air Humidity'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Temperature is {{ states('sensor.farm_sensors_module_room_humidity')
}}%!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Temperature is {{ states('sensor.farm_sensors_module_room_humidity')
}}%!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Temperature is {{ states('sensor.farm_sensors_module_room_humidity')
}}%!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Temperature is {{ states('sensor.farm_sensors_module_room_humidity')
}}%!
mode: single
icon: mdi:square-rounded-badge
notify_alert_air_quality:
alias: 'Notify: Alert Air Quality'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Quality is {{ states('sensor.farm_sensors_module_air_quality')
}}%!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Quality is {{ states('sensor.farm_sensors_module_air_quality')
}}%!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Quality is {{ states('sensor.farm_sensors_module_air_quality')
}}%!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Farm Air Quality is {{ states('sensor.farm_sensors_module_air_quality')
}}%!
mode: single
icon: mdi:square-rounded-badge
notify_alert_water_flow_rate:
alias: 'Notify: Alert Water Flow Rate'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: NutSol Water Flow Rate is {{ states('sensor.farm_sensors_module_water_flow_rate')
}}L/hr!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: NutSol Water Flow Rate is {{ states('sensor.farm_sensors_module_water_flow_rate')
}}L/hr!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: NutSol Water Flow Rate is {{ states('sensor.farm_sensors_module_water_flow_rate')
}}L/hr!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: NutSol Water Flow Rate is {{ states('sensor.farm_sensors_module_water_flow_rate')
}}L/hr!
mode: single
icon: mdi:square-rounded-badge
notify_alert_hardware_processor_temperature:
alias: 'Notify: Alert Hardware Processor Temperature'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Hardware Processor Temperature is {{ states('sensor.processor_temperature')
}} °C!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Hardware Processor Temperature is {{ states('sensor.processor_temperature')
}} °C!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Hardware Processor Temperature is {{ states('sensor.processor_temperature')
}} °C!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Hardware Processor Temperature is {{ states('sensor.processor_temperature')
}} °C!
mode: single
icon: mdi:square-rounded-badge
new_script_4:
alias: 'Notify: Alert Smoke Detected'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Smoke detected! Farm Air Quality is abnormal - {{ states('sensor.farm_sensors_module_air_quality')
}}%!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Smoke detected! Farm Air Quality is abnormal - {{ states('sensor.farm_sensors_module_air_quality')
}}%!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Smoke detected! Farm Air Quality is abnormal - {{ states('sensor.farm_sensors_module_air_quality')
}}%!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Smoke detected! Farm Air Quality is abnormal - {{ states('sensor.farm_sensors_module_air_quality')
}}%!
mode: single
icon: mdi:square-rounded-badge
new_script_5:
alias: 'Notify: Alert Reservoir Sensor Abnormal'
sequence:
- service: notify.mobile_app_raol_ojisan
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Alert! Reservoir sensors indicate abnormal behavior!
- service: notify.mobile_app_mat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Alert! Reservoir sensors indicate abnormal behavior!
- service: notify.mobile_app_nat
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Alert! Reservoir sensors indicate abnormal behavior!
- service: notify.mobile_app_ej
data:
title: '{{ states(''input_text.hydroponic_farm_name'') }}'
message: Alert! Reservoir sensors indicate abnormal behavior!
mode: single
icon: mdi:square-rounded-badge