exsilium / pxbee-trigger

Programmable XBee trigger for relay impulse. For automating things that are not yet automated.
BSD 2-Clause "Simplified" License
25 stars 5 forks source link

Trigger works when ZigBee All On is sent #2

Closed exsilium closed 6 years ago

exsilium commented 7 years ago

When testing OSRAM Lightify ZigBee 4-button switch, which by default has a function to send out "All On" / "All Off" command it was seen that the Trigger also reacted to the On command. As the aim of the trigger is to control gates etc. This should not happen. Ignore broadcast commands and only Trigger when signal is explicitly sent to the device.

https://github.com/exsilium/pxbee-trigger/blob/d4d1ee0b6b15bada5034871f5918d0bb33095e6b/src/main.c#L264

exsilium commented 6 years ago

Some findings: