I have a problem with schedule flow, maybe someone could help.
I want to do a simple automation with my water pump connected to a Neo Coolcam plug. I want it to turn on, on monday-friday schedule between 6 to 9 AM, and 6 to 11 PM, and weekends from 8 to 11 AM/6 to 1 PM. Otherwise it should stay off. Is it possible to do it with a single flow? What conditions should i use?
Would it not work with two flows using “or” and “else” in And and Then conditions? I’ve done something like that and the first set of hours is not working, but the second is, and i don’t know why.
You need a trigger, a trigger can’t be 6AM AND 6PM, as you can only have 1 trigger per flow, no matter what AND/OR you use.
So you’ll have to create flows like:
It is 6AM AND it is time:weekdays, turn on and turn off after 3 hour delay.
That should work, test your flow when you’re in that time frame, and you’ll see errors why it doesn’t work.
Do keep in mind that it might trigger the flow at 5:59:99, so it isn’t 6:00 yet and it will take the full hour to retrigger.
4 flows with 6 to 9 AM, and 6 to 11 PM will trigger 4 times a day.
1 flow with “every minute” will trigger 1440 times a day.
It’s just what u like.
Hi,
What about using alarms for scheduling?
1 called PUMP WEEK ON AM
1 called PUMP WEEK OFF AM
And so on for PM and weekends.
The flow would be
When an alarm goes off
And LOGIC : name tag contains PUMP
Then toggle state