Hi,
I have ducted HVAC setup in Home Assistant. I use Tasmota to to send IR signals to the control unit on the wall, which is working great. However, unfortunately, my HVAC unit does not differentiate between on/off signals, it only has a power toggle. Therefore, I can send a IR code to toggle it, however I have no idea whether it worked or not, or whether I was actually turning it on or off.
Im looking for any sensor ideas that people have that could tell homeassistant, via espHome, whether the AC is on or off.
My thoughts so far:
Just look at the temperature graph, (however this is not instantaneous, or automated)
Maybe some kind of sensor stuck to the unit in the roof to detect vibrations from the fans?
Power usage sensor (however, I dont want to go rooting around with the AC power of the HVAC)
How are you sending the IR commands? If you create an input_boolean to represent the AC, with automations to send the IR code each time it’s toggled, you will at least know whether HA thinks it is on or off.
Only a half measure, I know. I have a couple of lights set up like this and it’s reasonably reliable provided you only ever turn them on and off with the input_boolean. And hide the original remote control.
This depends on the brand and model. As for Daikin AC’s they go to their last state before the power cut. But I’ve seeen models which will stay off although they where in state on/cool before the power cut.
I may give this a go. The unit is used for heating and cooling, so it may be complicated to work out if its on or off. Maybe instead of temp, something to detect air flow…hmm