Hello! I had asked a question about zigbee to parsing xiaomi data here . But there is no answer for my last ? .
tomchy adviced me this solution:
...
- register an endpoint callback on the first endpoint
- parse ZCL headers and look for attribute reports
...
I had found how to register ZCL callback then, but it is not a whole solution. It takes errors if i add only this code. May be i need to declare endpoint params or smthng else?