Geofence triggered scene - time of day based?

Hello,
Is it possible to create a geofence that triggers a scene that is time of day based? I don’t want my lights coming on when I arrive during the day. Thanks in advance. - Derek

Very easy using Reactor. Check out the videos.

When not having Reactor (get it its great :slight_smile: ) you can put a time check in the Scene Lua code and have that return true in the window it should trigger and false if not.

See Conditional Scene Execution: Some Examples - Scene Scripting - Ezlo Community for more examples (or http://forum.micasaverde.com/index.php/topic,18679.msg141962.html#msg141962 with the proper formatting for readability).

Cheers Rene

1 Like