PJCzx / homebridge-thermostat

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

Humidity not passed #11

Closed paulkoene closed 7 years ago

paulkoene commented 7 years ago

First of all great plugin, but I have a few things I would like to have included :) First of all the humidity seems to not be passing through to homekit. I don't see the value showing up while it is included in the script output. Below the current output. It also returns the air pressure which can be ignored.

{ "targetTemperature": 19, "temperature": 20, "humidity": 48.4, "pressure": 104546 }

PJCzx commented 7 years ago

Hello,

CurrentHumidity and TargetHumidity are currently managed by the plugin. Presure is not managed yet because apple is not expecting such a value. If you can tel me what the value for a thermostat to handle this, I will consider this or you can suggest a pull request.

Finally, I played a bit with additional Characteristics and "Home" App is not that fancy when it comes to complex objects (only basic stuff are perfectly integrated for now. (eg speakers and displayed as "not managed" even if present in the documentation)

Best,