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

Schedules not updating when input_boolean changes #279

Closed chrismelba closed 1 year ago

chrismelba commented 1 year ago

Checklist

Expected behavior

Schedule reevaluates when input boolean changes

Actual behavior

Schedule doesn't adjust heating

Steps to Reproduce

I run 4 schedules for my HVAC based on two input_boolean. I have one for "anyone_home" and one for "house_in_heating_mode". When I first installed scheduler it would change the heating down 2 degrees when I changed anyone_home off (so the house isn't heated too hard when aren't home).

The schedules have both input_boolean in their options, the mode is set to "all" and to "reevaluate when conditions change"

Today the heating did not go low when we left, despite the input_boolean being changed. I have manually triggered the input_boolean, but the schedules do not adjust. I have restarted HA and nothing has changed.

I can see the input_boolean change in the logs, but nothing from the schedules

chrismelba commented 1 year ago

Update:

I've been playing around. After renaming the schedules (many were just called "heat when home") to all have different names it seems to work again?

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