fjs21 / homebridge-kumo

Control your Kumo cloud devices using Homebridge.
https://www.npmjs.com/package/homebridge-kumo
Apache License 2.0
33 stars 8 forks source link

Fahrenheit off #71

Closed urbanhaas closed 1 year ago

urbanhaas commented 1 year ago

So I read somewhere on this project that Kumo stores things in Celsius. I see HomeKit being off by a degree or two from the Kumo app.

Is this a precision thing? I see in Homebridge Accessories tiles that the degree at least shows it to tenths of a degree. Is there a way to forward that greater precision, or round appropriately? (float/double vs. integer precision?)

fjs21 commented 1 year ago

Yeah, temperatures are stored in Celsius on the back end and then weirdly converted to Fahrenheit by the Kumo software. The plugin uses the native Celsius value and is converted by the HomeKit/Home App.