PJCzx / homebridge-thermostat

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

Remove min and max temperature for CurrentTemperature #43

Closed macjl closed 5 years ago

macjl commented 5 years ago

The Min and Max values should not be set for CurrentTemperature, but only for TargetTemperature. If you set it, and the real temperature is under or above thies values, Home will not show the real temperature in the room. You can also reduce the step to 0.1 for this temperature to be more accurate.

PJCzx commented 5 years ago

Thx for the update ;) I’ll npm publish ASAP

PJCzx commented 5 years ago

NPM Published a few sec ago ;) Thx @macjl !