InventoCasa / ha-advanced-blueprints

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

Dynamic current control for inverter heat pump #44

Closed giuseppe072000 closed 8 months ago

giuseppe072000 commented 8 months ago

With Dynamic current control what settings I need to make to user 95% from PV production with a inverter heat pump?

For heat pump is possible to : -switch on /off , -to reduce with 50% power of the device /Eco mode ,

From smart meter we have all info

InventoCasa commented 8 months ago

At the moment the dynamic current control only supports setting a dynamic current (as the name says). You could implement a workaround by providing a helper current set entity, and then observing that entity in an automation. E.g. if the current is set higher than X, change hot water temp to Y °C, if the current is higher than B, change hot water temp to Z °C and so on.