snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

dimmer handler: fix for problem with onHKValueChange () switching off outside timer #136

Closed misc2000 closed 5 years ago

misc2000 commented 5 years ago

it looks like there is an error in dimmer handler. If you switch on the light over the knx bus (room switch) with the On group address and after that off with the same knx group address the off status is not handled and in the home app the light is still shows as on.

snowdd1 commented 5 years ago

Thanks for fixing that. I've seen over Christmas that I had several dimmers still set to "ON" but with "0% Brightness" I'll test if that also fixes that.