PJCzx / homebridge-thermostat

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

No Humidity #2

Closed mark-wade closed 7 years ago

mark-wade commented 7 years ago

My thermostat does not have a humidity sensor. Is there something I can return for the humidity value to make it ignore it?

PJCzx commented 7 years ago

Humidity is more when managing both heating and cooling. If you don't have cooling system, as a quick fix, you can return an hard coded value (maybe even -1).

As a more long term solution, the HAP documentation lists the mandatory and optional functions to implement. You can have a look at it and comment these lines :)

Is this answering your question?

mark-wade commented 7 years ago

That's what I figured. I was hoping you'd know of a way I could just hide those options, but no worries. Thanks - it's working really well :D

DirtyDevWork commented 7 years ago

You should be able to just comment out the current and target relative humidity from the Thermostat service (and the implementation in the prototype) as they are both optional to home kit in thermostats :)