Since I don't have your code, I don't know what is causing the device to free. You should be able to read the Zstackapi_ZdoBindReq return status to determine whether it was successful, as it should be done locally. You could also try to have the Zigbee2MQTT…
The correct Monitor and Test API would be ZDO_BIND_REQ (ZNP), and for the Z-Stack API (application level) it is Zstackapi_ZdoBindReq. This will require the nwk address of the target device, source endpoint & IEEE address, destination endpoint & IEEE address…
Hi Frithjof,
It is assumed that the device sending reports should have a bind which contains the cluster and attribute ID being used. MT command ZDO_BIND_REQ (for ZNP) or Z-Stack API Zstackapi_ZdoBindReq (ZCL projects) should help create a manual bind…