<?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>Zigbee data request</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59686/zigbee-data-request</link><description>Hi, Im developing a Zigbee concentrator. I used nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730 ble_zigbee_template as start point of my project. The light bulbs and switch control is working well, the first sample are on the field for test: Now I&amp;#39;m approching</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 May 2020 16:40:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59686/zigbee-data-request" /><item><title>RE: Zigbee data request</title><link>https://devzone.nordicsemi.com/thread/249801?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 16:40:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10acb7f2-8fdf-40b0-b18a-23ad62ee588c</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hello, I will try the solution as you suggest. I will keep you updated.&lt;br /&gt;Many thanks for help&lt;br /&gt;Abele&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee data request</title><link>https://devzone.nordicsemi.com/thread/249777?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 14:27:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:680cb668-a5e1-411b-988c-e2848a692bda</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Reply from Zigbee team:&lt;/p&gt;
&lt;p&gt;What about using Poll Control Cluster Check-In command instead? This seems as a bit better solution. Also I am pretty sure that we don&amp;#39;t have some sort of data-request callback/handler exposed to the application (why should we?).&lt;/p&gt;
&lt;p&gt;Data requests are sent from end device to the parent device only. If the coordinator is not within end device radio range it will not even hear the frame.&lt;br /&gt;Check-In commands are sent to bound devices with configured interval and are received by the application using zcl_device_cb(), seems easier to check if the device is alive or not.&lt;/p&gt;
&lt;p&gt;What about this solution?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee data request</title><link>https://devzone.nordicsemi.com/thread/249655?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 10:21:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:892a537f-164a-4c73-8719-e7880be6ccf4</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hello, any news about?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee data request</title><link>https://devzone.nordicsemi.com/thread/247910?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 13:51:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c2cae26-3da9-437f-869e-8ee9c2931640</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hi Edvin, I&amp;#39;m sorry for delay, I was busy for other works...&lt;br /&gt;Here attached the sniffer trace file. You can see the behavior as in the image starting from line 286&lt;br /&gt;Many thanks, regards&lt;br /&gt;Abele&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/DataRequest.pcapng"&gt;devzone.nordicsemi.com/.../DataRequest.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee data request</title><link>https://devzone.nordicsemi.com/thread/245228?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2020 12:08:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acdf4f16-3675-47ea-ba06-0beb42346682</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t received any response on this internal ticket either [ref your other case]. I have pinged this one as well. Can you please upload the full sniffer trace that your screenshot is from so I can add it to the internal ticket? Just in case they ask for it, to save some time.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee data request</title><link>https://devzone.nordicsemi.com/thread/243686?ContentTypeID=1</link><pubDate>Mon, 06 Apr 2020 13:31:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17634102-0a63-4ed8-8234-1be44e3730bc</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hello, &lt;br /&gt;this is not a specific cluster (I used bind and subcribe procedures for cluster and attributes with other end nodes). My question is another. This is radio level protocol data sent from battery powered end node as a &amp;quot;keep alive&amp;quot; signal.&lt;br /&gt;Alexa use this info to update his internal connected device list:&lt;br /&gt;In other words, where on the radio level protocol I can intercept this info/request?&lt;br /&gt;Abele&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee data request</title><link>https://devzone.nordicsemi.com/thread/243131?ContentTypeID=1</link><pubDate>Thu, 02 Apr 2020 09:45:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:843a09ee-e356-4f09-9b73-494fd8ee5345</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Do you know what sort of message this is? Have you tried to bind the coordinator to this cluster, and to enable subscription on it?&lt;/p&gt;
&lt;p&gt;Please see the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.0.0/zigbee_multi_sensor_example.html?cp=7_3_3_8_5_3_1#zigbee_multi_sensor_example_test" rel="noopener noreferrer" target="_blank"&gt;multisensor example test description&lt;/a&gt; for how to bind and subscribe to a cluster.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>