I have a rule that controls thermostats Monday thru Friday at 0500 and turns the heat up. I want to add an additional triggers to change the temperature again at 0600 and again at 0800. Is there a way to accomplish this with out separate rules?
I would probably just add a "Wait for event: time is 6 AM," then your desired actions, then again something like that for 8 AM.
Note that this alone won't stop the future changes from happening if your required expression was true at the 5 AM trigger and later becomes false; if that's not the behavior you want, you can address it in various ways in the actions, all involving something kind of conditional.
4 Likes