InventoCasa/ha-advanced-blueprints

Dynamic current control for inverter heat pump

giuseppe072000 opened this issue · 1 comments

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 ,

  • to change flow temperature 25-60C
  • to change flow temperature ,
  • to chose another temperature curve
    -to change from heating to hot water
  • to read temperature from boiler
  • to change hot water temperature 25-60C from boiler
    -to read flow and return temperature

From smart meter we have all info

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.