<?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] How to send event notification commands ( custom response packet )</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69682/zigbee-how-to-send-event-notification-commands-custom-response-packet</link><description>Hi, I want to send Door Lock Event Notification commands. 
 so I modified ZB_ZCL_DOOR_LOCK_SEND_LOCK_DOOR_RES macro in zb_zcl_door_lock.h file. 
 
 
 
 
 
 
 
 The result always is zero (ZB_FALSE). There is no a packet sent out checked by sniffer. 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 19 Dec 2020 01:29:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69682/zigbee-how-to-send-event-notification-commands-custom-response-packet" /><item><title>RE: [ZIGBEE] How to send event notification commands ( custom response packet )</title><link>https://devzone.nordicsemi.com/thread/285921?ContentTypeID=1</link><pubDate>Sat, 19 Dec 2020 01:29:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf431129-3409-43e2-b2df-86008a9185a7</guid><dc:creator>_maibi</dc:creator><description>&lt;p&gt;Hi, Thanks for reply.&lt;/p&gt;
&lt;p&gt;I solved my problem which is address error. I set destination address to my address. after changing this, I checked a packet sent out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [ZIGBEE] How to send event notification commands ( custom response packet )</title><link>https://devzone.nordicsemi.com/thread/285879?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 15:12:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ab7be25-de72-4880-8324-e2cdd778df60</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;zb_zcl_finish_and_send_packet_new returns&amp;nbsp;zb_ret_t (return type for Zigbee functions returning execution status). The different error codes that &lt;span&gt;zb_ret_t&amp;nbsp;returns&amp;nbsp;&lt;/span&gt;can be found in the enum &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/group__error__codes.html"&gt;zb_ret_e&lt;/a&gt;, which states that 0 is the same as RET_OK, so the function returned without error.&lt;/p&gt;
&lt;p&gt;The door lock cluster is implemented according to the Zigbee Cluster Library (ZCL) specification, in chapter 7.3. Since you get&amp;nbsp;&lt;span&gt;ZB_ZCL_STATUS_UNSUP_CLUST, the problem might be that the implementation of&amp;nbsp;ZB_ZCL_MY_DOOR_LOCK_SEND_OPERATING_EVENT_NOTIFICATION is not according to the ZCL specifications.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I need some more time to figure out what the issue is, and why, so I&amp;#39;ll come back to you later.&lt;/span&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></channel></rss>