Hi,
I am under long run test between coordinator and end device.
End device sends a message and goes into system off state until next event(door open) for minimal power consumption.
After long period(in my case 10 hours) in system off state of end device, if i give event to end device, end device wakes up from system off state and
joins to the network and sends message successfully. In such case i can see several Leave messages from coordinator to end device with wireshark.
I have found that it is aging features of zigbee 3.0.
Aging time is set to 64 mins (same as light bulb example).
Question is
1) Can i disable aging function ?
2) Can i make aging time to eternal ?( maximum can be found as 16384 minutes(almost 11 days)) -- ED_AGING_TIMEOUT_16384MIN /*!< 16384 minutes */
3) End device with system off state, how can make coordinator not to aging out the device ?
4) Currently end device ignores the leave message and seems it work normally. No problem with ignoring leave message ?
Thanks.