<?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 Long Poll Interval does not follow the set value</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92502/zigbee-long-poll-interval-does-not-follow-the-set-value</link><description>We have created a zigbee custom sleepy end device with the base from light switch example. We are able to perform most of the operations successfully. 
 We have set the following configurations for end device polling. zb_zdo_pim_set_long_poll_interva</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Nov 2022 08:15:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92502/zigbee-long-poll-interval-does-not-follow-the-set-value" /><item><title>RE: Zigbee Long Poll Interval does not follow the set value</title><link>https://devzone.nordicsemi.com/thread/393370?ContentTypeID=1</link><pubDate>Tue, 01 Nov 2022 08:15:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76e1c118-bbdd-4f3f-b715-932259bab404</guid><dc:creator>ETnaveen</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&amp;nbsp; &amp;nbsp; We found the problem to be in setting the value of long poll interval and keep alive timeout. As keep alive timeout is less and it is more or less equal to long poll interval,&amp;nbsp;it created the problem.&amp;nbsp;We are able to achieve the required polling interval by increasing the keep alive timeout to a large value.&lt;br /&gt;&lt;br /&gt;Thank you very much for your time and effort.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Long Poll Interval does not follow the set value</title><link>https://devzone.nordicsemi.com/thread/391085?ContentTypeID=1</link><pubDate>Tue, 18 Oct 2022 06:23:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f10285a-1e80-4fd0-8e15-00fe928e4980</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I got an answer from our developers on this, and here are their thoughts on what the issue likely is connected to:&lt;/p&gt;
&lt;p&gt;The poll interval is indeed configurable, and depends on the &lt;strong&gt;device configuration&lt;/strong&gt;, &lt;strong&gt;Turbo poll functionality&lt;/strong&gt;, and the &lt;strong&gt;configuration commands, sent by the coordinator/hub&lt;/strong&gt;. Detailed information on this can be found in the &amp;quot;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.11.2.0/zigbee_prog_principles.html#zigbee_keep_alive_mechanism"&gt;End device keep alive&lt;/a&gt;&amp;quot; and &amp;quot;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.11.2.0/zigbee_prog_principles.html#zigbee_data_polling_mechanism"&gt;Data polling&lt;/a&gt;&amp;quot; mechanism in the ZBOSS documentation:&lt;/p&gt;
&lt;p&gt;One of these (likely the config commands) sent by I.E. the Alexa hub is likely the difference between your working and non-working application.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Long Poll Interval does not follow the set value</title><link>https://devzone.nordicsemi.com/thread/390164?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2022 07:32:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e6fa0b1-b84b-4db6-a6f2-68822ed31d3c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From looking at the sniffer traces, they both seem similar, except in the request for setting the poll interval. Where the connection to Conbee II seems to set the keep alive timeout to false, while it is set to true in the other poll interval request.&lt;/p&gt;
&lt;p&gt;I think that a gateway will always have the last say when it comes to most parameter negotiations, poll intervals included, so it might be that the Alexa doesn&amp;#39;t allow/support the poll interval you&amp;#39;re suggesting.&lt;/p&gt;
&lt;p&gt;I have asked internally for some of our experts to look at this, but unfortunately it doesn&amp;#39;t seem like we can&amp;#39;t expect a reply until next week.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Long Poll Interval does not follow the set value</title><link>https://devzone.nordicsemi.com/thread/389752?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2022 07:09:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d270c180-a37b-4dc3-a5f2-614ecf4e2342</guid><dc:creator>ETnaveen</dc:creator><description>&lt;p&gt;Hi, &lt;br /&gt;&lt;br /&gt;Thanks for the reply.&lt;br /&gt;&lt;br /&gt;The coordinator that&amp;#39;s working is Conbee II with deconz and some other gateways including Alexa has higher polling interval. So all coordinators are third party devices which we don&amp;#39;t have any control over.&lt;br /&gt;&lt;br /&gt;Please ignore the power part of ppk screenshot. The intention of ppk is to show the difference in frequency of polling peaks between the two coordinators. This can be validated with the attached wireshark sniffer logs.&lt;br /&gt;&lt;br /&gt;If&amp;nbsp;the coordinator can request preferred polling interval, can the end device override the request and stick to a polling interval? Is there any other possible scenario where we are going wrong? I understand that the information is less, but any help is greatly appreciated.&lt;br /&gt;&lt;br /&gt;The attached screenshots of the sniffer can give an idea about the difference between the two coordinators.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1665126172849v2.png" alt=" " /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1665126142886v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Long Poll Interval does not follow the set value</title><link>https://devzone.nordicsemi.com/thread/389026?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2022 14:13:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d519821-a475-4173-9b11-08d884b3b33b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I think I&amp;#39;ll need some more details on these gateways you&amp;#39;re using. What&amp;nbsp;is the difference between the &amp;quot;particular&amp;quot; working gateway compared to the other one that isn&amp;#39;t working? Is this two nRF devices or phones/tablets or some other product? I think gateways can request preferred polling intervals as well, so my guess is that that is what&amp;#39;s happening. What are the PPK logs supposed to show here? In what I assume is the non-working one, the poll intervals seemt o be very sporadic, or is the device doing something else than just polling here?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>