You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked for similar existing issues (both open and closed) before posting.
I am running the latest version.
Expected behavior
When my thermostat is switched on manually and the time slot in the scheduler is set to "Off" I expect that running scheduler.run_action on the given schedule would switch the thermostat off.
Actual behavior
Nothing happens - the schedule does not apply manually, and no action is taken.
No events are observed in HA logs.
Steps to Reproduce
A schedule to switch the thermostat on at 9 AM and off at 6 PM.
Schedule switches the thermostat off at 6.
I manually set thermostat on at 7 PM.
I run scheduler.run_action on the schedule in question and nothing happens.
The text was updated successfully, but these errors were encountered:
Added this to the config, restarted HA, run action - nothing in the logs.
Logs generally do work, I can see other logs. And Scheduler generally does work. Just does nothing when I invoke the action.
Checklist
Expected behavior
When my thermostat is switched on manually and the time slot in the scheduler is set to "Off" I expect that running
scheduler.run_action
on the given schedule would switch the thermostat off.Actual behavior
Nothing happens - the schedule does not apply manually, and no action is taken.
No events are observed in HA logs.
Steps to Reproduce
A schedule to switch the thermostat on at 9 AM and off at 6 PM.
Schedule switches the thermostat off at 6.
I manually set thermostat on at 7 PM.
I run
scheduler.run_action
on the schedule in question and nothing happens.The text was updated successfully, but these errors were encountered: