-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target Temperature off by 1 degree (F) #100
Comments
The Kumo Cloud app uses, inexplicably, a lookup table for C <-> F conversion. We haven't figured out a good reason for this. The Kumo HA integration does processing solely in Celsius, the indoor unit API's native temperature unit. All conversion to F is done by Home Assistant itself. I would argue that HA's temperature conversion and display is more accurate. If we wanted to precisely match the Kumo Cloud app, we'd have to:
The result would be a double conversion, since HA's own internal temperature unit is C. Nobody has been interested enough to put together patches to implement this. Instead, anecdotally most users stop using the Kumo Cloud app except for occasional use. |
Sorry for the long pause from open to review. Thanks for the explanation and I agree that some things clearly aren't worth the investment. |
See discussion in #105. TL;DR: Mitsubishi broke something, and I've done all the workarounds I can think of. |
The target temperature displayed in home assistant is 1 degree F lower than the corresponding value in Kumo Cloud app
The text was updated successfully, but these errors were encountered: