I don’t understand the rule engine. I want an event to trigger if mode=home.
At 03:00pm turn ON device Device IF mode = Home. Else ignore.
There’s not a way to select a mode being a certain value, only changes to a value. Or am I stupid?
I don’t understand the rule engine. I want an event to trigger if mode=home.
At 03:00pm turn ON device Device IF mode = Home. Else ignore.
There’s not a way to select a mode being a certain value, only changes to a value. Or am I stupid?
Your trigger is whatever you want to start the rule (3pm in your case). Your flow would include any conditions (mode) and actions (turn device on). You can have multiple triggers, conditions, and actions.
Trigger event
Everyday at 3pm
Flow
IF
mode is Home
Then
turn on device
Ok, I’m stupid. I was looking in Trigger for mode is home, rather than in flow. Got it now. Thanks!