PJCzx / homebridge-thermostat

Supports thermostat devices on HomeBridge Platform
Apache License 2.0
34 stars 71 forks source link

Fixes to necessary status fields in README #8

Closed jharmn closed 7 years ago

jharmn commented 7 years ago

This caused my implemenation of https://hub.docker.com/r/jharmn/docker-homebridge-homeassistant to get 404s:

192.168.1.54 - - [27/Nov/2016 19:21:21] "GET /targetTemperature/19 HTTP/1.1" 404 -

One more issue, second commit:

Turns out, HomeKit constantly says the thermostat isn't responding without the state variables, and eventually shows it as off. It probably works, but it's definitely confusing. I simply hardcoded these variables in my API implementation (along with humidity: 0, in case it was an issue). I dug these values out of your disabled code for changing heating/cooling state.

PJCzx commented 7 years ago

Thanks you for your contribution @jharmn