Niels Faber
Niels Faber
I have done multiple attempts on implementing this, but I couldn't find a solution that works well for all actions. For On/Off actions the colors may be easy to pick,...
Try replacing 12:00 by 12:00:00. This is how scheduler-card sends time information to the component.
I haven't seen any issues with a schedule not triggering or disabling itself myself. In my setup I use multiple schedules that trigger on a daily basis, so any broken...
@Farmer-Eds-Shed > Maybe this is useful? Schedule triggered at 4:30 but next trigger time is showing as 4 min ago Are you sure you are running the latest version? I...
In an attempt to reproduce the issue, I created a schedule which changes an input_number entity 3 times per day (similar to the original problem description by @Marvin3241 ) I...
My testing schedule as described [here](https://github.com/nielsfaber/scheduler-component/issues/352#issuecomment-2090957994) has been running for a few days now, I have not been able to reproduce the reported issue. As shown below, the schedule triggers...
@xlash123 your initial bug report shows that the entity that is controlled by the schedule is 'Philips Hue A Power-on behaviour' and the reported issue is > The time passes,...
There is currently no intelligence built-in to compare start and end point of a schedule. So there is no check whether the slot has a positive duration, and skip it...
How would you do this in HA (outside of scheduler)? If some service call exist to increase/decrease temperature setting I can add support for this in scheduler.
@Beer17HWAM @wardpieters This is not related to this bug. Alarmo can only arm (or re-arm) the alarm if all sensors are inactive. If some sensor prevents this, you will need...