Hi guys!
I’m trying to do automation for a watering system for my bonsai.
I made a system that only depends on a switch.
So I want this automation to turn on that switch every 2 days, but also have the possibility to increase or decrease this frequency. I thought that a counter would help but I couldn’t figure how.
Here’s what I have so far:
- id: '1594200781640'
alias: Rega - ligar
description: ''
trigger:
- hours: /48
platform: time_pattern
condition: []
action:
- data: {}
entity_id: switch.rega
service: switch.turn_on
I’m not sure that this will work, I was hoping that someone could help me with an idea for this kind of automation.
Any solutions or suggestions are welcome!