<?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>Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69370/integrate-zigbee-green-power-devices-into-nordic-coordinator</link><description>Hi, 
 We have been working with a Zigbee coordinator based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b, Softdevice and FreeRTOS. 
 We are tring to integrate to the Zigbee network some Dusun devices (PIR sensors, leakage sensors, etc</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Feb 2021 21:03:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69370/integrate-zigbee-green-power-devices-into-nordic-coordinator" /><item><title>RE: Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/thread/294249?ContentTypeID=1</link><pubDate>Fri, 12 Feb 2021 21:03:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51fd32a5-de63-4bad-b6b9-668fa772869f</guid><dc:creator>sjf</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;Thanks for your response.&lt;/p&gt;
&lt;p&gt;The IAS Zone behavior&amp;nbsp;appears once the device has joined the network. By the way, our project does support it.&lt;/p&gt;
&lt;p&gt;Regards,&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/thread/293508?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2021 10:22:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32fd8612-e6de-4b7c-8a57-e4cddf4da81c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Santiago,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know which Dusun device you have, but I found two Dusun IoT gateways on the&amp;nbsp;Zigbee alliance website (&lt;a href="https://zigbeealliance.org/zigbee_products/programmable-and-multi-protocol-iot-gateway/"&gt;1&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://zigbeealliance.org/zigbee_products/dusun-programmable-and-multi-protocol-mini-iot-gateway/"&gt;2&lt;/a&gt;). From their compliance documents I could tell that they both use the IAS Zone cluster. Unless you have implemented this in your application, these devices will not be able to join your network, as the IAS Zone cluster adds more security, and you must perform IAS Zone enrollment in order to be able to connect. We do have support for the cluster in the SDK, and you can find the documentation&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/group___z_b___z_c_l___i_a_s___z_o_n_e.html"&gt;here&lt;/a&gt;. However, we don&amp;#39;t have any examples with IAS Zone as of now. If you decide that you want to implement this, you should take a look at the Zigbee Cluster Library specification, specifically the chapter about implementation guidelines. You can also take a look at&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/71253/zigbee-coordinator-client---ias-zone-implementation"&gt;this DevZone case&lt;/a&gt;.&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: Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/thread/293326?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2021 12:38:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e755f1ef-7fce-4f10-80c1-c5cadb9d1a8c</guid><dc:creator>sjf</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Yes, other devices can join normally. It seems that the Dusun device does not join to the network by some reason.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/thread/292172?ContentTypeID=1</link><pubDate>Mon, 01 Feb 2021 10:17:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c0fbb8f-f095-49d9-b8ff-282cdf1a52ad</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Santiago,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry for the late response on my part as well. I have been trying to look into your problem, but I can&amp;#39;t tell what the problem is. Permit Join request is a part of the association process, and enables and disables permit join in the network. In the examples in the SDK, such as the light control example, the coordinator enables permit join for 180 seconds, which is the time window where nodes can join the network. Is the problem that nothing happens after the coordinator has enabled permit join, and that no nodes are able to join the network, or is it something else?&lt;/p&gt;
&lt;p&gt;This process shouldn&amp;#39;t&amp;nbsp;be any different when using the Green Power cluster. Have you compared how you&amp;#39;re doing the association process etc. in your application with how it&amp;#39;s done in the examples?&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: Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/thread/289524?ContentTypeID=1</link><pubDate>Fri, 15 Jan 2021 21:16:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fbc3cdc-a4d2-42d8-aaa3-1012dc51e2d1</guid><dc:creator>sjf</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry for the late response. We are&amp;nbsp;periodically receiving the message Channel Request when the device is in &amp;quot;pairing mode&amp;quot;.&lt;/p&gt;
&lt;p&gt;The coordinator sends a Permit Join Request but there is no signal or update from Zboss stack.&lt;/p&gt;
&lt;p&gt;How this has to be handled?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Santiago&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/thread/285866?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 14:40:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c66fd907-d929-4164-8986-8a04c3ead572</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Santiago,&lt;/p&gt;
&lt;p&gt;No, we don&amp;#39;t have any Zigbee Green Power examples in the SDK. We have support for Green Power and an API for it, but you&amp;#39;ll have to implement it yourself using the ZGP API.&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: Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/thread/285853?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 13:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e74da0-d09a-4723-8892-3469eeffb5f4</guid><dc:creator>sjf</dc:creator><description>&lt;p&gt;Thanks Marte, is there any example from Nordic related to Green Power?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Santigo&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrate Zigbee Green Power devices into Nordic Coordinator</title><link>https://devzone.nordicsemi.com/thread/284467?ContentTypeID=1</link><pubDate>Fri, 11 Dec 2020 10:08:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d9b874f-a64b-455d-b072-f4d9715ae0cb</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Santiago,&lt;/p&gt;
&lt;p&gt;You can find which Zigbee standards are supported in the ZBOSS stack&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_features.html?cp=7_3_3_1_0#supported_zigbee_standards"&gt;here&lt;/a&gt;. There you can see that there&amp;#39;s support for&amp;nbsp;&lt;span&gt;Zigbee PRO Green Power feature. For detailed information n which features have been implemented in the stack, you can check out the following&amp;nbsp;Protocol Implementation Conformance Statement (PICS):&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/pdf/docs-14-0416-03-pcor-r21-PICS_DSR_Nordic.pdf"&gt;ZigBee PRO Layer PICS and Stack Profile 6&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/pdf/15-02016-010-GP_Errata_for_GP_Basic_PICS_DSR_Nordic.pdf"&gt;Errata for GP Basic PICS&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can also check out the file zboss_api_zgp.h for the ZGP (Zigbee Green Power) API, which can be found in&amp;nbsp;\external\zboss\include.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marte&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>