...
- Scheduler Configuration page
- Holidays page
Event types
...
Time events
...
are triggered by a temporal event - e.g.
...
monday 7 a.m..
Conditional events are triggered if a defined condition is met - e.g. temperature > 30.
Time Events
- One-time event: an action is executed at a specific time.
- Start-stop event: a time period specified by its start and end time. An action can be executed when the event starts and when it ends.
- Cyclical event: a time period specified by its start and end time. An action can be executed when the event starts, when it ends. During that period an action is executed periodically at a given time interval.
...
- if the condition goes from false to true: the condition was not met previously and a change of an input lead to the condition being met.
- if the condition goes from true to true: the condition was met previously and a change of an input did not change that.
- if the condition goes from true to false: the conditon condition was met previously and a change of an input lead to the condition being no longer met.