asednev / homebridge-plugin-govee

Govee H-series Thermometer Hygrometer plugin for Homebrige.
Apache License 2.0
52 stars 9 forks source link

Holy rounding, batman! #9

Closed clogan2 closed 3 years ago

clogan2 commented 3 years ago

From what I can tell, it looks like temperature is ROUNDED UP, to the nearest degree. Why?

Why not, not round at all and just give the temperature to the tens?

asednev commented 3 years ago

This plug exposes raw value from the temperature sensor to Homekit. You can find the raw value by opening settings for your accessory on Homebridge Accessories page. It seems that Home app rounds up (or down) the value before displaying to the end user.

Untitled2 Untitled

If you find a way to turn off rounding in Home app, please share!