<?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 Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77039/zigbee-cli-agent-router-and-greenpower-endpoint</link><description>Hello, 
 
 I use zb_cli_wrapper.py and the Zigbee Cli Agent Router example. 
 I try to discover attributes from a GreenPower endpoint (242), the commande is : 
 communicator.py: DEBUG: CLI::UartConn: COM15@115200 TX: zcl cmd -w -d 0004740000CFFDA7 242</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Sep 2021 07:40:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77039/zigbee-cli-agent-router-and-greenpower-endpoint" /><item><title>RE: Zigbee Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/328936?ContentTypeID=1</link><pubDate>Fri, 10 Sep 2021 07:40:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76e9a859-777e-46f2-b887-4afb08887db2</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This seams to be caused by a profile_id mismatch between the Discover Attribute Responses command and the endpoint used for receiving it. The command is filtered out by the stack, and it does not get to the endpoints device handler.&amp;nbsp;&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 Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/327719?ContentTypeID=1</link><pubDate>Thu, 02 Sep 2021 07:53:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:687a7a3e-c47d-4fb1-87e6-dc7f5ea7da68</guid><dc:creator>c.tessierpiart</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It has been a quite a while since your last reply. I am interested to know what could cause this issue and I hope your team can give us an answer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Charles Tessier-Piart&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/321822?ContentTypeID=1</link><pubDate>Mon, 26 Jul 2021 12:46:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db35b753-f976-48c0-b3c1-392d578b9790</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Nicholas,&lt;/p&gt;
&lt;p&gt;Thank you for providing your&amp;nbsp;project. I have forwarded it to the developers, and I will let you know when I hear from them.&lt;/p&gt;
&lt;p&gt;Please be aware that due to summer vacations there might be longer response times.&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 Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/321465?ContentTypeID=1</link><pubDate>Fri, 23 Jul 2021 06:09:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:872b148e-2731-4ca8-ae9c-cf2b6044c39a</guid><dc:creator>nicho2</dc:creator><description>&lt;p&gt;Hello, below you found the CLI agent project with very few modifications&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/zigbee.cli_5F00_router_5F00_agent.zip"&gt;devzone.nordicsemi.com/.../zigbee.cli_5F00_router_5F00_agent.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;N.S&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/320808?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 06:29:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa54139c-5dca-48a2-ac10-abe60def64df</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Nicholas,&lt;/p&gt;
&lt;p&gt;They key was correct.&lt;/p&gt;
&lt;p&gt;I forwarded your pcap file to the Zigbee team, and they could not find anything wrong there. They believe the response is received by the lower layers of the device, and then not handled properly, as it would be very strange if the frame is not received at all.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From the logs it seems like you have made changes to both the CLI wrapper and the CLI agent. Would it be possible for you to&amp;nbsp;provide your code so our developers can take a look at it? I can make the ticket private before you share the code if you do not want to&amp;nbsp;upload it to a public ticket.&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 Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/320226?ContentTypeID=1</link><pubDate>Thu, 15 Jul 2021 11:24:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b29dc561-164c-4b9b-ad67-51372f373441</guid><dc:creator>nicho2</dc:creator><description>&lt;p&gt;the key is this, i thing&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;951da7958fdb0fee1df0050d9dd672f3&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/320194?ContentTypeID=1</link><pubDate>Thu, 15 Jul 2021 09:39:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:598cd02b-94ef-4e4d-963f-c9afb9a62854</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Nicholas,&lt;/p&gt;
&lt;p&gt;Thank you for sharing the pcap file. It seems like the messages are encrypted. Can you either share the network key so that I can see the content of the packets, or can you start the sniffer before starting the network so the packets will not be encrypted in the sniffer log?&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 Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/320137?ContentTypeID=1</link><pubDate>Thu, 15 Jul 2021 05:17:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5f1b3d7-c249-4549-9e13-e956d3d8c018</guid><dc:creator>nicho2</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;attached the file&lt;/p&gt;
&lt;p&gt;and put this filter&amp;nbsp;&lt;/p&gt;
&lt;p&gt;!(zbee_nwk.cmd.id == 0x08) &amp;amp;&amp;amp; !(zbee_nwk.cmd.id == 0x01) &amp;amp;&amp;amp; !(zbee_nwk.cmd.id == 0x05)&amp;nbsp; &amp;amp;&amp;amp; (wpan.dst_pan == 0x79AA&amp;nbsp; || wpan.src_pan == 0x79AA)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/wireshark_5F00_wireshark_5F00_extcap2972CSUI50.pcapng"&gt;devzone.nordicsemi.com/.../wireshark_5F00_wireshark_5F00_extcap2972CSUI50.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have add in the project the flag -w to send frame with the frame type : profile-wide&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Nicolas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/319925?ContentTypeID=1</link><pubDate>Wed, 14 Jul 2021 06:09:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aabbdfc2-6ab8-471b-a586-4cc376707db7</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Nicholas,&lt;/p&gt;
&lt;p&gt;Could you please share the pcap file of the sniffer log so we can examine the packets more closely?&lt;/p&gt;
&lt;p&gt;What does the flag &amp;quot;-w&amp;quot; do in your zcl cmd call?&amp;nbsp;&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 Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/319387?ContentTypeID=1</link><pubDate>Fri, 09 Jul 2021 12:58:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f42e8010-f2c8-4482-9308-499ec36a3199</guid><dc:creator>nicho2</dc:creator><description>&lt;p&gt;OK, Thanks.&lt;/p&gt;
&lt;p&gt;Nicholas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/319372?ContentTypeID=1</link><pubDate>Fri, 09 Jul 2021 12:25:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:182ac8b4-49c2-4af8-b0b1-3e9ac8355299</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am sorry for the delay, but I am still waiting on a reply from our Zigbee team. There might be some extra delays due to summer holidays, but I have pinged them and hopefully I will get an answer regarding this soon. I will update you as soon as I hear from them.&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 Cli Agent Router and Greenpower endpoint</title><link>https://devzone.nordicsemi.com/thread/318473?ContentTypeID=1</link><pubDate>Fri, 02 Jul 2021 14:06:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04e966e4-86c9-4213-9f70-8e088e9a067f</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It is possible that some functionality is not supported for Green Power in the SDK, but I am not certain. I will ask our Zigbee team about this and come back to you.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>