InventoCasa/ha-advanced-blueprints

Feature Request: Allow periods to be excluded so that free hours of power can be used

dmshimself opened this issue · 2 comments

I have an electricity provider that gives an hour of free power every day. I can automate turning on the devices I want, but then there is a clash with the PV optimiser doing its own thing.

Could we have a feature which allows certain periods of time to be excluded from the optimisers watchful gaze?

Hello, you can simply disable the specific PV excess control automations dynamically with another automation.
The script always checks If the excess control automations are enabled, before performing any actions.

Nice idea! I could set up an HA schedule helper to deal with that. Many thanks