nielsfaber / scheduler-component

Custom component for HA that enables the creation of scheduler entities
GNU General Public License v3.0
622 stars 40 forks source link

Setting generic climate thermostat delayed from set schedule #280

Closed JohnnyPicnic closed 12 months ago

JohnnyPicnic commented 1 year ago

Expected behavior

Setting a new setpoint a for 18:40 should run at 18:40?

Actual behavior

`2023-07-13 18:30:49.587 DEBUG (MainThread) [custom_components.scheduler.timer] Timer of 014dde set for 2023-07-13 18:40:00-06:00

2023-07-13 18:45:39.891 DEBUG (MainThread) [custom_components.scheduler.timer] Timer 014dde has reached slot 0

2023-07-13 18:45:39.894 DEBUG (MainThread) [custom_components.scheduler.switch] Schedule 014dde is triggered, proceed with actions

2023-07-13 18:45:39.894 DEBUG (MainThread) [custom_components.scheduler.actions] [014dde]: Executing service climate.set_temperature on entity climate.washroom_floor_heat

2023-07-13 18:45:39.906 DEBUG (MainThread) [custom_components.scheduler.actions] [014dde]: Postponing next action for 5 seconds`

The card shows the task as executed and starts counting down till the next time it would run. I then have to wait until the debug shows up in the log. This time 5 minutes later.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days