InventoCasa / ha-advanced-blueprints

Advanced Blueprints combined with pyscript for extra useful automations
139 stars 33 forks source link

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

Closed dmshimself closed 7 months ago

dmshimself commented 7 months ago

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?

InventoCasa commented 7 months ago

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.

dmshimself commented 7 months ago

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