<?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 ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85314/zigbee-zcl-read-attributes-command-always-times-out-without-any-response</link><description>I&amp;#39;m using the nRF52840 dongle with nRF Connect 1.90 and the CLI. I cannot get &amp;quot;zcl attr read&amp;quot; command to return anything. It simply times-out. What am I doing wrong?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Mar 2022 14:29:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85314/zigbee-zcl-read-attributes-command-always-times-out-without-any-response" /><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356657?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 14:29:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cdbb1f3-b6cf-4852-89c1-babea36aa2b3</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;Thank you very much for all of the excellent help.&amp;nbsp; I think that we can consider this issue closed!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356655?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 14:26:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4c24fef-6aad-40d5-a3bb-26653376e9f5</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Jody,&lt;/p&gt;
[quote user="MC_PlusPlus"]Should I get a report every time that the subscribed attribute changes?&amp;nbsp; I&amp;#39;m only seeing one report after I subscribe.[/quote]
&lt;p&gt;If you create a binding between the two endpoints (for example using&amp;nbsp;&lt;strong&gt;zdo bind on&lt;/strong&gt;) you will receive periodic attribute reports.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356649?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 14:20:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecd1a677-6b0a-4257-96c8-063dc5c183c7</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Jody,&lt;/p&gt;
&lt;p&gt;Edit: I did not reload the page before publishing this response, so I did not see see that you already figured&amp;nbsp;it out yourself.&lt;/p&gt;
&lt;p&gt;I figured out what the issue was. You must use the decimal value for the attr_type in the subscribe on command, and not the hexadecimal value:&lt;/p&gt;
&lt;pre&gt;zcl subscribe on &lt;em&gt;h:addr&lt;/em&gt; &lt;em&gt;d:ep&lt;/em&gt; &lt;em&gt;h:cluster&lt;/em&gt; &lt;em&gt;h:profile&lt;/em&gt; &lt;em&gt;h:attr_id&lt;/em&gt; &lt;em&gt;d:attr_type&lt;/em&gt; [&lt;em&gt;d:min interval (s)&lt;/em&gt;] [&lt;em&gt;d:max interval (s)&lt;/em&gt;]&lt;/pre&gt;
&lt;p&gt;When you send the command with attr_type set to 20, you actually send that the&amp;nbsp;data type of the attribute is 0x14, which is the value for 56-bit data type:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/500x500/__key/communityserver-discussions-components-files/4/4426.pastedimage1646661917868v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;For current hue you should instead use 32 as attr_type:&lt;/p&gt;
&lt;pre&gt;zcl subscribe on 3e2d 11 0x0300 0x0104 0x00 32 2 5&lt;/pre&gt;
&lt;p&gt;This will send the command with 8-bit unsigned int as data type, which is the correct one for current hue:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/500x500/__key/communityserver-discussions-components-files/4/3731.pastedimage1646662651415v4.png" /&gt;&lt;/p&gt;
&lt;p&gt;This picture is from a sniffer log I captured&amp;nbsp;where I successfully subscribed on the current hue attribute.&lt;/p&gt;
&lt;p&gt;I can understand where the confusion comes from, because zcl attr read shows the hexadecimal value, and not the decimal.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356640?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 14:04:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5639e107-005f-441e-a92d-eff3c01121bb</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;I found the problem in my &amp;quot;zcl subscribe on&amp;quot; command.&amp;nbsp; I was not specifying the correct type.&amp;nbsp; I did not realize that the response to my earlier attribute queries included the attribute type in hexadecimal while the &amp;quot;subscribe on&amp;quot; command wants the attribute type in DECIMAL.&amp;nbsp; Anyway, it looks like it&amp;#39;s working, sort of.&amp;nbsp; Should I get a report every time that the subscribed attribute changes?&amp;nbsp; I&amp;#39;m only seeing one report after I subscribe.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356623?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 13:33:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb4e5342-edf4-49e8-aec0-b86d9f665602</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;The network key is:&amp;nbsp;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;41a30653e935ab6f531655f4c4c841d0&lt;/strong&gt;&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356570?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 12:19:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d27433cd-33de-4374-80eb-6b1e74158e28</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;Actually, I did start the sniffer before the coordinator and I&amp;#39;ve never been able to capture the network key,&amp;nbsp; Is there a way that I can get the network key from the coordinator?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356569?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 12:16:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa78e249-d366-43dc-951e-6f3d5967601e</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Jody,&lt;/p&gt;
&lt;p&gt;The packets in the sniffer are encrypted. Do you have the network key so that I can decrypt the packets? If not, can you capture a sniffer log where you start the sniffer before the coordinator starts the network so that the sniffer has the network key?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356540?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 11:00:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b411e115-0598-437f-9496-fbcea99eec2d</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s my command window:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;uart:~$ bdb start
Started router
Done
[00:00:11.535,461] &amp;lt;inf&amp;gt; zigbee_app_utils: Production configuration is not present or invalid (status: -1)
[00:00:11.536,193] &amp;lt;inf&amp;gt; zigbee_app_utils: Zigbee stack initialized
[00:00:11.572,082] &amp;lt;inf&amp;gt; zigbee_app_utils: Unimplemented signal (signal: 54, status: 0)
[00:00:11.576,141] &amp;lt;inf&amp;gt; app: Start network steering
[00:00:12.049,743] &amp;lt;inf&amp;gt; zigbee_app_utils: Unimplemented signal (signal: 54, status: 0)
[00:00:12.053,192] &amp;lt;inf&amp;gt; app: Network steering started
[00:01:00.393,127] &amp;lt;inf&amp;gt; zigbee_app_utils: Device authorization event received (short: 0x3e2d, long: 001788010b6dec20, authorization type: 1, authorization status: 0)
[00:01:04.344,482] &amp;lt;inf&amp;gt; app: New device commissioned or rejoined (short: 0x3e2d)
[00:01:04.344,543] &amp;lt;inf&amp;gt; app: Joining period extended.
[00:01:10.199,310] &amp;lt;inf&amp;gt; zigbee_app_utils: Unimplemented signal (signal: 50, status: 0)
[00:03:14.206,390] &amp;lt;inf&amp;gt; zigbee_app_utils: Unimplemented signal (signal: 54, status: 0)
[00:04:06.627,136] &amp;lt;inf&amp;gt; app: Network steering finished
uart:~$ zcl cmd 3e2d 11 0x0300 0x00 -l a9000000
Done
uart:~$ zcl cmd 3e2d 11 0x0300 0x00 -l 64000000
Done
uart:~$ zcl cmd 3e2d 11 0x0006 0x02
Done
uart:~$ zcl subscribe on 3e2d 11 0x0300 0x0104 0x00 20 2 5
Error: Unable to configure attribute 0 reporting. Status: 141

Error: One or more attributes reporting were not configured successfully[00:08:16.009,094] &amp;lt;inf&amp;gt; zigbee.eprxzcl: Received ZCL command (0): src_addr=0x3e2d(sho~
uart:~$
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And &lt;a href="https://drive.google.com/file/d/1fP4Q9ZEQvnNXtGEJqnKcr0WRzbR1RYS_/view?usp=sharing"&gt;here&amp;#39;s my Wireshark capture&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356518?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 09:37:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa704ec8-82a8-4a06-83e4-39f7ce0456cd</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Jody,&lt;/p&gt;
&lt;p&gt;Can you show me what the command you are sending looks like? Are you able to get a sniffer log of this that you can upload here for me to look at?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356500?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 08:38:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27e9b2b6-2042-4283-a57d-d63a33c4ce58</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;I get the same error, &amp;quot;Unable to configure attribute 0 reporting. Status: 141&amp;quot;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356486?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 08:02:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2836cb0-2df3-4f7f-a82a-d444b48062e9</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Jody,&lt;/p&gt;
&lt;p&gt;Can you try using&amp;nbsp;0xc05e as profile ID instead? This is the profile ID for Zigbee Link Link, which I know some Zigbee light bulbs use instead of Home Automation.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356422?ContentTypeID=1</link><pubDate>Sat, 05 Mar 2022 05:04:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6adfb362-6842-445d-8fcb-fdeefc4e511c</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;Your changes to the prj.conf file work very well!&amp;nbsp; I am finding another issue, though.&amp;nbsp; I am unable to subscribe to any reportable attributes with &amp;quot;zcl subscribe on&amp;quot;.&amp;nbsp; I keep getting a &amp;quot;Status 141&amp;quot; error, which is &amp;quot;Invalid Type&amp;quot;.&amp;nbsp; I am using the same type that is returned when I query the same attribute with &amp;quot;zcl attr read&amp;quot;.&amp;nbsp; I have tried the CurrentHue and CurrentX attributes of the Color Control cluster (0x0300) on a Philips Hue bulb.&amp;nbsp; These are reportable attributes per the Zigbee specification.&amp;nbsp; Can you please assist?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356279?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2022 12:04:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f80bd9c5-63bd-4a1f-a4f7-5b5b71c80671</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;This is great news.&amp;nbsp; I will modify the firmware and test tomorrow (er, today, I guess?).&amp;nbsp; Anyway, it&amp;#39;s really late (or early) here and I need to get some sleep.&amp;nbsp; Thanks again for your exemplary (and quick) problem solving!&amp;nbsp; I&amp;#39;ll report back with my results.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356271?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2022 11:55:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23bd3d4e-0204-47c9-8d51-f309c6a0527d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It seems to have been a misunderstanding on my part. I thought that the CLI endpoint is a different endpoint than the application endpoint, and that you could set it to whatever valid endpoint value you wanted. However, it is actually the same endpoint as the application endpoint. So to fix this, all you need to do is to set&amp;nbsp;CONFIG_ZIGBEE_SHELL_ENDPOINT in prj.conf to the same as&amp;nbsp;ZIGBEE_COORDINATOR_ENDPOINT, which should be 10 unless you have changed in your code.&lt;/p&gt;
&lt;p&gt;I also realized that the prj.conf that I shared earlier does not enable logging on the dongle. I was able to fix this by removing the configuration&amp;nbsp;CONFIG_NCS_SAMPLES_DEFAULTS and setting CONFIG_LOG=y.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356206?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2022 08:59:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b3104af-5c58-4d25-9315-655deb09f150</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;Thank you for all of your hard work!&amp;nbsp; I look forward to whatever you and the Nordic developers discover and hope that a fix is possible.&lt;/p&gt;
&lt;p&gt;Regarding your Wireshark capture, are you using some special kind of interpreting plugin such that details of the ZCL command (like profile ID and endpoint) are shown in your capture?&amp;nbsp; When I do a capture, it does not display that kind of detail.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356190?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2022 08:01:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da4a2990-e656-40ee-a70a-6f4613c464ea</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Jody,&lt;/p&gt;
&lt;p&gt;Yes, I used our 802.15.4 sniffer and Wireshark. I suspect that there might be a bug or something missing in the actual SDK. I tested with unmodified versions of the network coordinator and light bulb samples from the SDK on a nRF52840 DK as well, only adding&amp;nbsp;&lt;span&gt;CONFIG_ZIGBEE_SHELL=y to configure Zigbee shell,&lt;/span&gt;&amp;nbsp;and I saw the same there.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After some more digging I have found out what happens, but not exactly why. The CLI endpoint does not get registered, causing the endpoint handler, cli_agent_ep_handler_attr, to never be called. This seems to be true for all the CLI handlers in Zigbee shell (attr, generic_cmd, report, ping), and not just the one for attribute read/write. This handler is used to intercept incoming frames, so the way it is supposed to work is that when the read attr command is constructed and sent an alarm is scheduled. When the device receives a response, e.g. read attributes response, the endpoint handler should be called, and the alarm is cancelled inside the endpoint handler. Since the handler is never called the alarm is not cancelled, and it says that it times out even though the response was actually received.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the Zigbee shell sample the CLI endpoint was registered and the endpoint handler worked as expected. I have not been able to figure out why it works in this example and not when configuring Zigbee shell in the other examples yet, as the latter worked in earlier versions of nRF Connect SDK. I have asked the developers about this, whether it is a bug somewhere, or if there is just some additional configuration or code that is needed in order to enable Zigbee shell in v1.9.0. I will update you when I get a response or if I find something else.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/356004?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 11:34:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3850bf6e-cfac-4264-95d8-86ff01d8d13f</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;My Wireshark capture looks the same as yours, i.e. I can see broadcast and response packets.&amp;nbsp; How did you manage to display the specific Zigbee ZCL details of each packet?&amp;nbsp; Did you use Wireshark?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/355939?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 08:09:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75a1cac3-6479-449c-baaf-c55ea3e45e7c</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;I just finished setting up my system with the sniffer and Wireshark.&amp;nbsp; I&amp;#39;ll fire-up everything and see if my results match yours.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/355934?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 07:23:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03647242-de7f-43da-8445-ad6596ab6aeb</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Jody,&lt;/p&gt;
&lt;p&gt;I just wanted to&amp;nbsp;update you on what I have found so far. After getting a sniffer log of the behavior myself, I see that the&amp;nbsp;commands are sent correctly:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/500x500/__key/communityserver-discussions-components-files/4/pastedimage1646292001821v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;So the dongle does send the Read Attributes command, and you can see that it successfully receives the Read Attribute response command as well, as it sends an ACK in return. So&amp;nbsp;the error is not with sending and receiving the command, but something else. I will keep looking into this and inform you or your colleagues when I find out more.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/355912?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 19:45:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa78c9f1-d0d7-4720-9e01-a0e3d9e7e62c</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;One of my colleagues will likely be picking-up this issue in the coming days to get a sniffer log to you.&amp;nbsp; Thanks for all of your help!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/355863?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 15:02:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83112efa-0eb2-4078-9765-370a0bb3e2b3</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Jody,&lt;/p&gt;
&lt;p&gt;It is hard giving suggestions without knowing what is causing the issue, and a sniffer log would greatly help in figuring this out. I was able to reproduce the issue on my side, but I am not able to get a sniffer log of it today. I will look more into this and get a sniffer log of it tomorrow.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/355757?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 09:51:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d230449c-2626-4a83-8fb3-9594a0ec43c4</guid><dc:creator>Jody P Ono</dc:creator><description>&lt;p&gt;Hi, Marte:&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried sending the &amp;quot;zcl attr read&amp;quot; command to each of five different devices: Three Philips Hue bulbs and two DK boards running as Zigbee light bulbs.&amp;nbsp; I&amp;#39;ve tried cluster 0x0000, attribute 0x00.&amp;nbsp; The command times-out without any response every time.&amp;nbsp; Probably will take me a day or two to fire-up a sniffer as I have other deadlines.&amp;nbsp; Any other suggestions in the meantime would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jody&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee ZCL read attributes command always times-out without any response.</title><link>https://devzone.nordicsemi.com/thread/355735?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 09:05:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f051eac1-ee88-464d-ba17-d487436d7424</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What device are you sending the zcl attr read command to, and what cluster and attribute?&lt;/p&gt;
&lt;p&gt;Are you able to get a sniffer log of this? If you have an additional nRF52840 Dongle or DK you can use our&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_sniffer_802154/UG/sniffer_802154/intro_802154.html"&gt;nRF Sniffer for 802.15.4&lt;/a&gt;. Please start the sniffer before the network is started, so the sniffer has the network key.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>