<?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>ID of Window Covering Device wrong</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54132/id-of-window-covering-device-wrong</link><description>Hi, 
 I&amp;#39;m using the Home Automation profile of the Zigbee protocol and, in particular, I&amp;#39;m developing the Window Covering Device, present in the SDK &amp;quot;nRF5_SDK_for_Thread_and_Zigbee_v3.1.0&amp;quot;: from specification (as shown in the photo) the ID corresponding</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Nov 2019 13:25:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54132/id-of-window-covering-device-wrong" /><item><title>RE: ID of Window Covering Device wrong</title><link>https://devzone.nordicsemi.com/thread/220320?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2019 13:25:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e692ec89-cae7-4a9f-a07b-2756163bb609</guid><dc:creator>Raffaela</dc:creator><description>&lt;p&gt;Perfect!!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you so much,&lt;/p&gt;
&lt;p&gt;Raffaela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ID of Window Covering Device wrong</title><link>https://devzone.nordicsemi.com/thread/220303?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2019 12:40:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5ad26c7-6750-4582-a413-3943a409f673</guid><dc:creator>Zigbee Team</dc:creator><description>&lt;p&gt;This will be fixed in the next release.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ID of Window Covering Device wrong</title><link>https://devzone.nordicsemi.com/thread/219634?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2019 10:35:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:625da196-b00b-4ed9-826c-bd7d118516d1</guid><dc:creator>Zigbee Team</dc:creator><description>&lt;p&gt;Hi Raffaela,&lt;/p&gt;
&lt;p&gt;This seems to be a bug. I&amp;#39;ll open a ticket internally with the stack vendor to see what is their take. Note, however, that Zigbee 3.0, which the stack is compatible with, dropped former profiles such as Home Automation.&lt;/p&gt;
&lt;p&gt;Previously device id was used to identify the device type. However with Zigbee 3.0 this should not be used in favor of matching input and output clusters. In other words if the clusters for window covering device are there then it&amp;#39;s probably a window covering device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ID of Window Covering Device wrong</title><link>https://devzone.nordicsemi.com/thread/219215?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2019 08:28:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5f626d3-9e25-4b7b-b7a4-2b8bb9ed2c64</guid><dc:creator>Raffaela</dc:creator><description>&lt;p&gt;Hi Edvin,&lt;/p&gt;
&lt;p&gt;The ID that I ask can&amp;#39;t be a internal IDs for the SDK because is the ID of the Device and the ID of the Device are specified by the table that I sent before. The ID also is used here:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define ZB_ZCL_DECLARE_WINDOW_COVERING_SIMPLE_DESC(ep_name, ep_id, in_clust_num, out_clust_num) \
  ZB_DECLARE_SIMPLE_DESC(in_clust_num, out_clust_num);                                          \
  ZB_AF_SIMPLE_DESC_TYPE(in_clust_num, out_clust_num) simple_desc_##ep_name =                   \
  {                                                                                             \
    ep_id,                                                                                      \
    ZB_AF_HA_PROFILE_ID,                                                                        \
    ZB_HA_WINDOW_COVERING_DEVICE_ID,                                                            \
    ZB_HA_DEVICE_VER_WINDOW_COVERING,                                                           \
    0,                                                                                          \
    in_clust_num,                                                                               \
    out_clust_num,                                                                              \
    {                                                                                           \
      ZB_ZCL_CLUSTER_ID_BASIC,                                                                  \
      ZB_ZCL_CLUSTER_ID_IDENTIFY,                                                               \
      ZB_ZCL_CLUSTER_ID_WINDOW_COVERING,                                                        \
	    ZB_ZCL_CLUSTER_ID_SCENES,                                                                 \
      ZB_ZCL_CLUSTER_ID_GROUPS                                                                  \
    }                                                                                           \
  }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;it is important that it is consistent with the Home Automation specification. Right?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The ID cluster is correct.&lt;/p&gt;
&lt;p&gt;Thank you and best regards,&lt;/p&gt;
&lt;p&gt;Raffaela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ID of Window Covering Device wrong</title><link>https://devzone.nordicsemi.com/thread/219135?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2019 16:28:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a854833c-5baa-4d61-9631-f72da0255933</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Raffaela,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;According to the &lt;a href="http://www.zigbee.org/wp-content/uploads/2014/10/07-5123-06-zigbee-cluster-library-specification.pdf" rel="noopener noreferrer" target="_blank"&gt;ZCL specification&lt;/a&gt;, the identifier of the window covering cluster is 0x0102 (0x0202 may be a typo). You can find this in zb_zcl_common.h on line 175:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;ZB_ZCL_CLUSTER_ID_WINDOW_COVERING = 0x0102,       /**&amp;lt; Window covering cluster identifier. */&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I am not sure what exactly the&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;ZB_HA_WINDOW_COVERING_DEVICE_ID     = 0x0060,&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;is used for. I believe it is some internal IDs for the SDK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>