Hey!
I’m rather new to HA, been playing around for a few months. Now I got a few of Midea AC units and connected them to HA using Midea AC LAN integration. All is good on that front, have full control and can use climate cards.
Problem is with AC units itself, their internal temperature sensors are way off, usually at least 1⁰C higher, but if heating is on, it can go even higher. Units also don’t like to switch off early, so today in bedroom I set temp to 25⁰C and it was still heating when internal temp sensor was reporting over 30⁰C.
My idea for solution is to use external temp sensors in a room. For that I got couple of sonoff t&h sensors reporting via ZHA. I created group helper to have average value from both sensors, way more accurate then AC internal one. Question is what is the best way to integrate them in the AC control flow?
One way I explored, is creating automation, say for cooling, triggered when my helper set value or room temperature changes. It will adjust AC set temp a degree below it’s internal temp sensor and keeps on doing that until room temperature sensors report desired temperature. Problem with this solution is that I would need separate automations for each AC units and for cooling and heating separately. Also, my inside AC units are connected to single outside unit (multi-split system), so they cannot do heating and cooling at the same time. In fact, even having one unit on heat and another on fan only is a problem, so awareness of what other units are doing would be very great.
Before I dig too deep into it, I though I’ll ask, maybe someone already had similar issues and there is a solution for that.
Thanks.