Dear community, good afternoon
We have been working with a coordinator, a router device and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
All the devices are Zigbee 3.0 and implement Install Codes. The end device & router device cluster = 0x0201 (Thermostat) are binded
Under normal circumstances the end device reports different attributes every 60 seconds (except for Cluster=0x0201 AttrId=0x0012 which reports every 120 seconds) to the coordinator and router device (for the router device it only reports Cluster 0x0201 - Attributes 0x00, 0x08 and 0x21)
Then after a while this timing changes and the end device start sending reports with different intervals
Enclosed you will find a Wireshark capture (sorry for the lenght) .
The network addressess are as follows:
End Device Zigbee NWK Address = 0xab60
Router Device Zigbee NWK Address = 0x4bff
For ease of reading of the capture, for example you can use the following filter: zbee_nwk.src == 0xab60 && zbee_nwk.dst == 0x44bf && zbee_zcl.attr.data.type == 0x20
As you will see, the end device sends a report every 60 seconds until line 3010. The later reports are later sent every 90 seconds with several retransmition attempts.
1727.20201009 - Wireshark Capture.pcapng
Any thoughts on what could be causing this behaviour?
Thanks for your support.
Best regards,
Javier.

