ginkage / MHI-AC-Ctrl-ESPHome

ESPHome integration for MHI-AC-Ctrl project
MIT License
95 stars 35 forks source link

setting temperature to .5 degrees doesn't work #88

Open RobertJansen1 opened 3 months ago

RobertJansen1 commented 3 months ago

Currently, setting the temperature to 19.5 just sends a 19 degrees value to the airco unit as the units don't support half degree target temperatures.

in the upstream project, this is worked-around by mocking the temperature reading of the internal sensor and modifying the temp. we should do the same some time. the solution in #87 allows for this to be extended and should be investigated