Skip to content
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

Domoticz Settings change to Fahrenheit confuses homebridge #172

Open
gknops opened this issue Nov 27, 2018 · 1 comment
Open

Domoticz Settings change to Fahrenheit confuses homebridge #172

gknops opened this issue Nov 27, 2018 · 1 comment

Comments

@gknops
Copy link

gknops commented Nov 27, 2018

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

@PatchworkBoy
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants