I’m trying to figure out how to achieve the following:
When out of the house for more than a couple of days, we turn down the thermostat controlling our heat pump a couple degrees, because heating the house when nobody is around, is a bit unnecessary and expensive.
I already have an automation that sets “vacation mode” for the house and 24 hours before the vacation ends, it exists “vacation mode”. Works great.
But for the heating, I basically want to heat per half degree, so the heat pump only uses (excess from the solar panels) power and not use gas for the boiler. When the difference between the current and setpoint temperature is more than a half degree, the heat pump engages the gas boiler to help with heating.
I have thought about this, but haven’t figured out yet how to set the setpoint by half degree at a time, until the real setpoint (I already have this value in a helper) is reached.
I don’t think an automation that has a lot of “waits” is the way to go, as those get cut of when reloading the automations and with a restart of HA.
So it probably have to be multiple automation, firing in order according to triggers.
Not looking for a ready-to-go automation, but a nudge in the correct direction, to get me started.
You cannot set a half degree usually, well reliably anyway.
You could add a normally closed relay in the stage 2 thermostat wire so that on demand, you could just not let it come on.
Also some thermostats let you set the offset to stage2, where you could make that latrger.
But the set-point is likely an integer in the thermostat integration, which means that might or might not do as intended.
In their case I would want full control on that, based on the outside temperature. battery level, and solar output just not let the stage 2 work unless you need it.
I can set half a degree with my T6 thermostat. Currently using this for night and (short) away moments.
I can not separately trigger the heat pump and/or the bolier. The thermostat controls the heat pump and when the logic of the heat pump determines it needs gas to get to the wanted setpoint, it triggers the boiler.