eclipse-archived/smarthome

[HUE] Channel dimmer_switch_event triggered with last state at OH start

Opened this issue · 1 comments

When OH (2.4.0) starts the last pressed button of the hue controller (thing type 0820) is sent through the dimmer_switch_event channel.

The rules that use this channel or linked item are also trigger with last pressed button. In my case it open my smart lock. So in case of system restart (power supply failure then backup)...

According to Item state manipulation I expected a postUpdate when recover the last event state and sendCommand when a button is actually pressed.

This behavior should be fixed with #6770 - which has been merged after OH2.4 release and is part of OH2.5 snapshots and milestones.

Please be aware that the Hue binding has been moved to https://github.com/openhab/openhab2-addons/.