#HVAC turn off cool-down

1 messages · Page 1 of 1 (latest)

drifting canopy
#

Hi, I wanted to make this automation for a long time, but i've been struggling for a bit with it. The mini-split system i use has heating mode (Midea) and i use ESPHome to control it. The only thing i want to make is when i turn off the HVAC from heating mode then let the ventilation mode kick in to cool it down to less than 25℃/77F and then turn the HVAC off. I'm not very familiar with how the climate component separates the attributes associated with the HVAC, but we need the current_temperature <- the inside temperature of the mini-split system to monitor the temperature.

chrome surge
#

current_temperature is the temperature of the sensor the climate uses to monitor the area it is cooling or heating. I am assuming you want to cool down the actual HVAC, not the area you have been previously heating?

drifting canopy
chrome surge
#

ok, do you have this "current_temperature" available that is meaningful for the actual heater temperature and not the room temperature?