You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change the Settings/Temperature to display in Fahrenheit, Homekit (via home bridge) interprets the Fahrenheit as if it were celsius. Changing the setting back to Celsius and Homekit shows the temperature correct.
Domoticz folks say: When homebridge is using the json 'getconfig' it will receive the scaling
And homebridge folks say: homebridge/HomeKit uses Celsius internally and the plugin needs to normalize the data
This sounds like #106 which was fixed last year, but I installed the plugin July 2018 using "npm install -g homebridge-edomoticz", shouldn't that have picked up the fix for #106?
There was no fix committed / pull request despatched for #106... I suggested corrections to deal with a single device but as stated there, rest of source would need inspecting for anywhere else that may be impacted.
When I change the Settings/Temperature to display in Fahrenheit, Homekit (via home bridge) interprets the Fahrenheit as if it were celsius. Changing the setting back to Celsius and Homekit shows the temperature correct.
Example:
Settings: Celsius (correct)
Domoticz: 0ºC, Homekit 32F
Settings: Fahrenheit (wrong)
Domoticz: 32F, Homekit: 90F (32ºC)
Domoticz folks say: When homebridge is using the json 'getconfig' it will receive the scaling
And homebridge folks say: homebridge/HomeKit uses Celsius internally and the plugin needs to normalize the data
This sounds like #106 which was fixed last year, but I installed the plugin July 2018 using "npm install -g homebridge-edomoticz", shouldn't that have picked up the fix for #106?
#106
The text was updated successfully, but these errors were encountered: