If A and B are true then D
If A and C are true then E
So i’ve created a flow to watch tv based on the time of the day with sun events. Whether i need a light scene (Hue) in the living room during this flow depends on the time of the day.
A = when someone says ‘i would like to watch tv’
B = it is between sunrise and sunset
C = it is after sunset
D = turn on tv, receiver, set volume
E = turn on tv, receiver, set volume, activate ‘Chill-scene’ (Hue)
I’ve tried this tonight (after sunset) but the checkmarks appear next to events of D where i expected the checkmarks to appear next to E
How come the amount of options for time & date for IF are less than the amount of options for time & date for AND?
I was experimenting with a flow where Sonos plays a playlist if there is a change in brightness in a Hue bulb (me saying ‘Hey Siri, let’s eat’ which dims the lights in the kitchen) and the time is between 18:00 and 19:00
I would like to take in account that there is a possibility the lights are ON. The change of brightness won’t work in that case.
If i could use IF ‘time is between’ AND hue bulb brightness changes OR hue bulb is ON THEN start PLAY3 Kitchen and playlist ‘xxx’
Probably a good test for me whether i finally understand how to setup flows. I don’t want to disappoint @jamie after his explanation above
Like said a couple of times before “a time between” is not a moment something happens… When do you see this working? if it’s 18.00 hours? Or if it’s 18:07:00 hours? Or 18:07:01 hours? And how often would this flow run then?
I’m new to this so it is clear i have to get used to a certain point of view. I now understand what you mean by ‘a time between’ is not an event.
Let’s say i would like to start this flow when the time is 18:00. In my believe nothing will happen if the Hue bulb changes brightness at 18:15.
Therefore i have to create 2 flows as you mentioned earlier:
IF Hue brightness changes AND time is between 18:00-19:00 THEN start play3 with playlist x
IF HUE bulb is switched ON AND time is between 18:00-19:00 THEN start Play3 with playlist x
I guess i will have to understand that it is not always possible to put all of your demands in 1 flow.
Like i said. One big learning process. Thanks for your help!