Closed amaisano closed 3 years ago
If I go into the 2.0 app and change the AC to use Fahrenheit, the UI shows the correct Celsius temps... but shouldn't it show the Fahrenheit temps because that is what the AC and App are set to use? This is really confusing... is this codebase hard-coded for Celsius or is there a config settings I am not using correctly?
HAP and Homebridge handle all temps in C. I'll look into this as I refactor things.
found the issue. there was a double conversion from F to C happening when in C mode. https://github.com/karlg100/homebridge-frigidaire/commit/ea44e66090048aae73644de088641a6d9cffa63b fixed and pushed into next release, which will be 2.1.1.
The 2.0 update works! However, now my current temperature numbers are all out of whack (see image). They shouldn't be negative Celsius values... (I use Celsius in the house).