nielsfaber / scheduler-component

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

Scheduler to have Conditional Override #237

Closed scott400k closed 1 year ago

scott400k commented 1 year ago

Checklist

Proposal

A way to have a Conditional override, The issue I currently face is is I set a Condition it will stop the whole schedule working, What I’m trying to do is have a Schedule for my Thermostat so if the Temp is < 15 turn the heat on based on the schedule this works great but if the temp is then > 15 it won't ever set the thermostat back to the lower value. My Schedule is :- 6°C 00:00 - 06:00, 23°c 06:00-20:00, 6°c 20:00-00:00 but I only want the 23°C 06:00-20:00 if the temp is < 15°c.

Additional info

to have an override on the Temperature so if the schedule is not active it will set the temp to 6°c (I did try to have 2 schedules the same setup one for <15 and one >15 but this also didn't work.).

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