Hi,
We have been working with a coordinator and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement Install Codes.
The End Device (low power device powered by batteries) tries to create some automatic bindings from itself to the coordinator by calling the function zb_zdo_bind_req() to enable automatic reporting.
This process is invoked in the same way for the same endpoint (1) with clusters:
- Thermostat (0x201)
- OnOff (0x06)
- PowerConfig(0x01)
Thermostat and OnOff clusters always are successfully bound, but every time we try to bind PowerConfig cluster, the zigbee stack gets stucked. On every reset it starts working and gets stucked after some seconds.
The only solution is to erase config and avoid binding Power Config cluster.
Is there any known issue about PowerConfig binding? Is there something done out of specs from our side?
Thanks in advance,
Santiago