Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.28 KB

heating-control.md

File metadata and controls

26 lines (17 loc) · 1.28 KB

Heating (Heat Pump) control 🎉️

This automation requires that your Heat Pump can be controlled by HA. In my case I have only one Room Thermostats of the Heat Pump, which is not an ideal setup because if I need more heating power (eg. in the bathroom), if the room where the Ecodan unit is located is warm enough, I can't heat the bathroom. the Schdeuler of the Thermostats aren't deman

So this flow sets the Mitsubishi Ecodan Target temperature according the demand temp from all the Thermostats in relation to the room temp. Or it can be set by a scheduler.

The automation has 3 modes:

  • Manual (Manual setting of desired Room Temp)
  • Scheduled (Over scheduler component)
  • Auto (Controlled by the Z-Wave thermostats)

image.png

The target temp house and salon are sensor templates that add all the Delta T (Diff Air Temp / Target temp) in two values. In the flow function I add those values together and calculate a decent target temp for the Ecodan Heat Pump.

As you can see that works quite well, so for instance during the night my Heat Pump goes to idle because the Thermostats aren't demand any heat.

image.png

(Please ignore the curves from 13:00 to 16:00 this is mechanical problem.)