PJCzx / homebridge-thermostat

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

Heating state #13

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 :)

Homekit seems to have the option to indicate if the heating is actually running based on the targetTemperature and temperature. I have this information and can also supply it to homebridge-thermostat. It would be great if this was added.

paulkoene commented 7 years ago

My bad, this is actually already possible, I implemented it and homekit now correctly shows if the heating is running or not.

PJCzx commented 7 years ago

Yeah :) From my side I'd like Apple to clarify between targetState and currentState fro GUI perspective. If you set to Target Auto, the heating will be either Heating or Cooling depending of the temperature. This will display the Heating to Heat of Cool/Off instead of Auto Heating, Auto Cooling.... If you have an insight it will be welcomed.

Best, PJ