rbaron / b-parasite

🌱💧 An open source DIY soil moisture sensor
1.85k stars 143 forks source link

Added zigbee identify callback #116

Closed oleo65 closed 1 year ago

oleo65 commented 1 year ago

The zigbee identify cluster defines an action which can be called e.g. from home assistant to identify the device.

The action is currently not implemented in the device firmware. This PR changes this. 😉

On calling the identify action the device LED will flash 15 times to identify itself visually. This is especially helpful during provisioning of many devices at the same time.

rbaron commented 1 year ago

That's fantastic, thanks @oleo65! I just did a quick test and it seems like it's working as expected 👌