Help with scenes please

Hi

A newcomer on Vera here

Can you tell me the interaction between timers and events in scenes please??

I want to make a scene event triggers but no more often than a set interval

I also want to make “alternative scenes” that events will trigger at different times of day, a “heating on” scene to trigger at different temperatures at different times of day

The ability to set “and” / “or” seems to be missing

Thanks

Nick

Timers and events both serve as triggers to scenes. If any (i.e. an OR function) of them occurs, the scene is run.

See also this wiki page for a diagram.
And here are some scene scripts that may be useful.

Many thanks for that, I was starting to realise the lack of a “non-coded” and function.

Looks like I need to get into Lua coding to achieve what I want.

Nick