hillaliy / homebridge-midea-air

Homebridge plugin for Midea units
MIT License
71 stars 23 forks source link

Fahrenheit Temp at lowest is 63 #48

Closed bwt615 closed 2 years ago

bwt615 commented 2 years ago

When in Midea app it is 62.

hillaliy commented 2 years ago

The Default unit is Celsius. The AC always expects a celsius temperature. The Formula from Celsius to Fahrenheit is: F = C * 1.8 + 32 In your example: 17C = 62.6F HomeKit can't Show 62.6 so the number is round to the nearest integer 63. Maybe Midea app round it down. 16C = 60.8F will round to 61 17C = 62.6F will round to 63 18C = 64.4F will round to 64 etc....

bwt615 commented 2 years ago

The display on the unit rounds down too - might want to align for consistency. I get it, but people would notice :)

[https://i.imgur.com/zf87pbX.jpg] Benjamin Wesley Thomas m +1 (781) 864-3648 | f +1 (781) 787-2609 e @.***file:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/iOS%20Signatures/EmailSignature1.html# w www.benjaminwesleythomas.comfile:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/iOS%20Signatures/EmailSignature1.html# [https://i.imgur.com/LekBgmL.png]https://twitter.com/benjaminwthomas [https://i.imgur.com/lyRQWJR.png] https://www.linkedin.com/in/benjaminwesleythomas/


From: Yossi Hillali @.> Sent: Thursday, February 10, 2022 10:22:20 AM To: hillaliy/homebridge-midea-air @.> Cc: Benjamin Thomas @.>; Author @.> Subject: Re: [hillaliy/homebridge-midea-air] Fahrenheit Temp at lowest is 63 (Issue #48)

Closed #48https://github.com/hillaliy/homebridge-midea-air/issues/48.

— Reply to this email directly, view it on GitHubhttps://github.com/hillaliy/homebridge-midea-air/issues/48#event-6043123532, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALRHQ3PE6ARS7JI7F56S2ITU2PJ2ZANCNFSM5N5RH7WQ. You are receiving this because you authored the thread.Message ID: @.***>

hillaliy commented 2 years ago

try 1.4.4-beta.1

hillaliy commented 2 years ago

Fix with version 1.4.4