Scheduling multiple events
-
Is it possible to schedule multiple events in one schedule or doI have to create separate schedules for different events?
Is it possible to query the content of a sensor which deals with the schedule or only on "is null".
-
@eporocrail said in Scheduling multiple events:
Is it possible to schedule multiple events in one schedule or doI have to create separate schedules for different events?
Despite rules can leverage multiple sensors based on a schedule, you'd need different calendar widgets for configuring individual sensors at this time.
Is it possible to query the content of a sensor which deals with the schedule or only on "is null".
When in a rule you retrieve the value of a sensor with format "calendar" this is returning the value you added into the schedule. For example I use it for setting the target temperature to reach when turning the heater on which can be different for each scheduled timeframe, If understood correctly what you mean here.
-
Thanks.