Hello
Sorry, but I cannot properly configure a simple program.
I created an occupancy node that works great with the locative app. When I'm home it say “in” and when I'm outside it say “out”.
Now, how in a program that involves the status of this node, can I trigger it only when the status is changing from out to in and then for example turn on a light outside at sunset?
The following program turns the light on even though I am at home.
Should I use a program with variables ?
Help please
Thank you ..
Jack
If
'home' Occupied is True
And From Sunset - 15 minutes
To Sunrise + 15 minutes (next day)
Then
Set 'Light Garage' On
Wait 30 minutes
Set 'Light Garage' Off
Else
- No Actions - (To add one, press