Is there a way to pause rather then disable a flow until a date I specify. I’m going on holiday and I don’t want my TV to turn on every day I’m gone
sorry if this is a simple question, I’m new to Homey
And I don’t know if this is the place to ask
Please advice if not
Vince
1 Like
Maybe use a yes/no variable instead. You can set the variable to yes when on holiday. Insert the check (logic variable yes/no is no) in flows (tv and maybe other flows). You will only need to change the variable when on holiday and back (which could also be automated)
Why not disable a flow?
IF time is 13:00
AND date is .. ..
THEN turn of flow ……
And for turning on the flow use the card Tun on flow ……
Usually holidays are not reoccurring on the same date every year. What holidays (or away from home) usually have in common is:
- nobody at home at 03:00 AM
And it ends when:
But you could use the “turn flow off automation” instead of the yes/no variable. Each will have their own advantage / disadvantage to use, but deliver the same result 
I have a YES/NO-variable ‘Is Wim op vakantie?’ like @Anoniemand suggested.
A favorite flow turns it to YES after confirmation.
When the status is changed to YES some workrelated alarms are turned off.
The triggers that would turn on the heating are followed by the extra condition ‘Wim is op vakantie?’ is NO.
Most of the lights are triggered by presence.
While the status is YES my presence is changed from asleep to awake to away to at home to asleep around the time it normally would be. Thus mimicking being at home.
When the status is changed to NO the workrelated alarms are turned back on..
Thanks for the help. These are good ideas
Thanks again
1 Like