<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to monitor Zigbee devices for dead or alive, especially end devices that sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120459/how-to-monitor-zigbee-devices-for-dead-or-alive-especially-end-devices-that-sleep</link><description>Hello, I have a question about how to monitor Zigbee devices for dead or alive, especially end devices that sleep. I am currently developing a hub to control and retrieve data from home appliances that support the Zigbee protocol. This hub is equipped</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Apr 2025 12:26:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120459/how-to-monitor-zigbee-devices-for-dead-or-alive-especially-end-devices-that-sleep" /><item><title>RE: How to monitor Zigbee devices for dead or alive, especially end devices that sleep</title><link>https://devzone.nordicsemi.com/thread/531177?ContentTypeID=1</link><pubDate>Wed, 09 Apr 2025 12:26:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af4dcffd-aa1d-414d-b6ee-957f0a60f8b1</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;The ZED aging and keep-alive should technically take care of this (chapter &amp;quot;End Device Aging and Management&amp;quot; in the Zigbee spec). When the device times out, it should be removed from the neighbor table, so the neighbor table of the parent device is the best indication that a device is no longer on the network.&lt;/p&gt;
&lt;p&gt;You could also check the age or time to expire fields of the neighbor table locally on the parent. &lt;a href="https://github.com/martelmy/Zigbee-examples-nRF5-SDK/blob/main/helper_functions/zb_helper_functions.c#L25-L79"&gt;Here is a function for how this could be retrieved&lt;/a&gt; (it is made for nRF5 SDK, though it should be somewhat similar in NCS).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Other than that, I guess the only option would be to regularly send commands to the ZED and keep a sort of manual neighbor table, but that seems unnecessary when there already is something for this exact thing.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to monitor Zigbee devices for dead or alive, especially end devices that sleep</title><link>https://devzone.nordicsemi.com/thread/530900?ContentTypeID=1</link><pubDate>Mon, 07 Apr 2025 23:43:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf8c7329-8b12-4c9b-aa4e-812509fff2bb</guid><dc:creator>masayuki_i</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;It is not a sniffer that I am looking for. I simply want to know how to check if the device is able to participate in the network (i.e., if it is ready to communicate) from a coordinator.&lt;br /&gt;I thought about using the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/libraries/zigbee/shell.html#zdo_mgmtlqi"&gt;zdo mgmt_lqi&lt;/a&gt; command of Zigbee shell to periodically check the LQI, but the table obtained by this command is not reflected in real time (we found that resetting a connected device does not remove the device&amp;#39;s information from the table, the LQI is not set to 0, etc.), so we decided that it would be difficult to use this command for periodic communication status checks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to monitor Zigbee devices for dead or alive, especially end devices that sleep</title><link>https://devzone.nordicsemi.com/thread/530781?ContentTypeID=1</link><pubDate>Mon, 07 Apr 2025 10:33:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f93297d-3822-4e15-9c6b-16f9f4808b87</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you looking for something like a &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-802154"&gt;Zigbee sniffer&lt;/a&gt;, that perhaps also gathers logs from the devices in the network?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>