arthurdent75 / SimpleScheduler

An Home Assistant AddOn to schedule entities on/off on weekly base
183 stars 36 forks source link

Power Outages #132

Closed sugarfunk closed 1 year ago

sugarfunk commented 1 year ago

I learned the hard way today that if power flickers and the bulb state is lost ( in my case a heat lamp light that must be on for dragon) the state won’t resume.

Long shot here, but any chance to poll on some set time to ensure switch/lights are in their correct states during a given schedule?

like if it should be on from 800 to 2200, have it poll hourly to ensure on and if not, resume to schedule?

arthurdent75 commented 1 year ago

This is not how it works. The scheduler is not designed to FORCE the entity on or off. It just executes a command at a given time.

This is not an issue and it won't be considered as an improvement 😅