<?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 HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40371/zigbee-ha-atrribute-reporting</link><description>Hi, I&amp;#39;m trying to setup attribute reporting on zigbee HA, the device role is ZB_ZCL_CLUSTER_SERVER_ROLE, I want to configure reporting for cluster 0x0006, so each time I flip a switch it send clusters current state to the coordinator, none of the examples</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Mar 2019 14:53:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40371/zigbee-ha-atrribute-reporting" /><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/178439?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2019 14:53:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21e94e1e-e445-427d-a262-6d2bf23e6d4b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I think that you should be able to subscribe to the attribute change without having to bind two endpoints prior to calling zcl subscribe.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/173187?ContentTypeID=1</link><pubDate>Wed, 27 Feb 2019 09:50:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a56c7fe2-1486-4a1b-88eb-44b5cb99a1bd</guid><dc:creator>longrain</dc:creator><description>&lt;p&gt;Why use &amp;quot;bind on &amp;quot;,before &amp;quot;&lt;span&gt;subscribe&amp;nbsp;&lt;/span&gt;&amp;quot;? Do &amp;quot;&lt;span&gt;subscribe&amp;quot; depend&amp;nbsp;on &amp;quot;binding&amp;quot;?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/161465?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 13:50:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab2b0e4b-7c6c-4b66-b18f-10bb1d4fb2fa</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Jimmy: I&amp;#39;m still waiting to hear back from the Zigbee developers who are in contact with the 3rd party stack developer regarding subscribing to changes for any attribute on any cluster.Will update once I hear back from them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/159395?ContentTypeID=1</link><pubDate>Wed, 28 Nov 2018 11:07:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76a1cec0-2379-45b3-9a68-3cb6a2d8f030</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;param and test are params to the function i schedule it using&amp;nbsp;ZB_GET_OUT_BUF_DELAYED2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/159359?ContentTypeID=1</link><pubDate>Wed, 28 Nov 2018 08:22:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:870d6453-6f0f-46c9-b884-2caaa3560f83</guid><dc:creator>inv4</dc:creator><description>&lt;p&gt;Hi, where are you getting param and test from?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/158604?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 11:14:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c163afe4-94c0-4206-895b-11a45a5c7284</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;I am in a good mood =)&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; zb_buf_t* p_buf = ZB_BUF_FROM_REF(param);&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; zb_buf_t*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb&amp;nbsp; = ZB_BUF_FROM_REF(test);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; send_command__req_t* cmd = (send_command__req_t*)ZB_BUF_BEGIN(tb);&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; zb_zdo_bind_req_param_t* req;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; req = ZB_GET_BUF_PARAM(p_buf, zb_zdo_bind_req_param_t);&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; zb_address_ieee_by_short(cmd-&amp;gt;addr, req-&amp;gt;src_address);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; req-&amp;gt;req_dst_addr&amp;nbsp;&amp;nbsp; = cmd-&amp;gt;addr;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; req-&amp;gt;src_endp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = cmd-&amp;gt;endpoint;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; zb_get_long_address(req-&amp;gt;dst_address.addr_long);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; req-&amp;gt;dst_addr_mode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ZB_APS_ADDR_MODE_64_ENDP_PRESENT;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; req-&amp;gt;dst_endp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ZIGBEE_CLI_ENDPOINT;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; req-&amp;gt;cluster_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = cmd-&amp;gt;cluster_id;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; zb_uint8_t tsn = zb_zdo_bind_req(ZB_REF_FROM_BUF(p_buf), bind_acked_cb);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZB_FREE_BUF_BY_REF(test);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOG(&amp;quot;Binding %d\n&amp;quot;, tsn );&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/158578?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 09:58:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4daa5ed2-bb7c-41b4-8003-088174d5b98d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I guess you should be able to do that using the&amp;nbsp; &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.thread_zigbee.v2.0.0/group__zcl__api.html"&gt;ZCL API&lt;/a&gt; and &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.thread_zigbee.v2.0.0/group__zdo__api.html"&gt;ZDO API&lt;/a&gt; of the Zigbee stack.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/158567?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 09:07:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be7afe32-9d98-4e3b-8352-0c1add9ccaef</guid><dc:creator>inv4</dc:creator><description>&lt;p&gt;Is there a way to create the binding from the router to coordinator? In the example that you mention this is done via CLI but In reality it would be more like Light node to Zigbee coordinator/gateway.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/158551?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 08:17:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c121e3a-eaee-47e0-a364-e18f2ed0768d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;HI inv4,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think thats a typo and it should be&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.thread_zigbee.v2.0.0/zigbee_example_cli_reference.html#bind"&gt;zdo bind on&lt;/a&gt;&lt;span&gt;&amp;nbsp; and not zcl bind.&amp;nbsp;&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;Bjørn&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/158523?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 05:29:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5aba488-55e5-44da-8482-5d9e7d80c04a</guid><dc:creator>inv4</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/bjorn_2d00_spockeli"&gt;bjorn-spockeli&lt;/a&gt;, can you clarify step 5? there is no sign of this command in the documentation: &lt;strong&gt;zcl bind&lt;/strong&gt; or &lt;strong&gt;zcl_bind&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/158379?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 11:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20d77c49-1baf-4d14-a0a7-c839f7568d9b</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;Thanks, A good code snippet on how to best set it up if not would still be good ;)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/158366?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 10:42:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b28f6ada-856f-401a-aafc-df63c7627864</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Jimmy,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;we need to look into if&amp;nbsp;subscribing to changes for any attribute on any cluster is supported by our 3rd party Zigbee stack. Will get back to you on this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/158278?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 00:52:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0c8336a-e866-459b-8194-a673e81e7e21</guid><dc:creator>inv4</dc:creator><description>&lt;p&gt;Please don&amp;acute;t edit your comments because context of the subsequent comments is lost.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157793?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 18:06:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82c03bbc-df24-41ab-b12c-3190b9b23312</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;preferably any attribute on any cluster. Or do I need to list all the attributes that I might be interested in ? For instance I might want to know if the wallplugg is turend off manualy&amp;nbsp; using the button, if the power consumption is changed, a door lock is unlocked etc.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157771?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 15:28:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41cf7cca-1c9b-4fc9-b01c-2369f84542d1</guid><dc:creator>wbober</dc:creator><description>&lt;p&gt;Could you please elaborate on &amp;quot;&lt;span&gt;&amp;nbsp;is there a way to subscribe to all attribute changes ?&amp;quot; Are you asking about a change of any attribute on a cluster or any change of a given attribute?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;:)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157760?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 14:30:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3133052-ae20-4167-bbdb-0fcfedddb599</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I&amp;#39;ve forwarded the question to the Zigbee team again so will comment once they get back to me.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157750?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 14:06:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01a08ded-cea8-450c-a78d-0ab96f3c2050</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;I was but its unstable, don&amp;#39;t know what the problem is. Might be develco smart plug I am testing with or I have a bug =) A question I still have is the first on, is there a way to subscribe to all attribute changes ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157739?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 13:47:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10b34e95-8edb-475f-a1fe-ce37b52e8c46</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Saw you edited your comment. So you&amp;#39;re getting the&amp;nbsp;attribute reports?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157717?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 12:59:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd78487c-03d3-4c41-b32e-c959bac5749a</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157462?ContentTypeID=1</link><pubDate>Thu, 15 Nov 2018 10:23:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7da2f13a-432b-4420-a5d6-bfe6d8971340</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Found this in internal FAQ page:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Do we have a ZCL attribute reporting example&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We do not have an example created specifically to demonstrate attribute reporting, although:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From server/advertiser site: for every cluster there is a set of attributes, that shall have attribute reporting implemented and available. As a result, a simple light bulb example may be used as reporting ZCL server.&lt;/li&gt;
&lt;li&gt;From client/subscriber site: all commands required to configure reporting and logic to parse reports were added to the CLI Agent Router example.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Combination of those two gives a complete &amp;quot;reporting&amp;quot; example.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Additionally, the CLI uses a &amp;quot;raw&amp;quot; technique of intercepting ZCL reports. There is also a dedicated ZBOSS callback, that may be used to get ZCL attribute reports, but it was not used, as there might be only one reporting-callback defined.&lt;/p&gt;
&lt;p&gt;Steps to test ZCL reporting:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Flash light bub example to one board&lt;/li&gt;
&lt;li&gt;Flash CLI example (&lt;a title="Zigbee CLI Agent example" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.thread_zigbee.v2.0.0/zigbee_example_cli_agent.html?cp=4_2_0_2_2_7"&gt;Zigbee CLI Agent example&lt;/a&gt;) to another board.&lt;/li&gt;
&lt;li&gt;Use CLI as the coordinator:
&lt;ol&gt;
&lt;li&gt;bdb role zc&lt;/li&gt;
&lt;li&gt;bdb start&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Find the light bulb&amp;#39;s endpoint, short and long addresses:
&lt;ol&gt;
&lt;li&gt;zdo match_desc 0xFFFD 0xFFFD 0x0104 1 0x0006 0&lt;/li&gt;
&lt;li&gt;zdo ieee_addr &amp;lt;returned_short_address&amp;gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Create binding FROM the light bulb TO the CLI ON the light bulb:
&lt;ol&gt;
&lt;li&gt;zcl bind &amp;lt;bulb_long_addr&amp;gt; &amp;lt;bulb_ep_from_match_desc&amp;gt; &amp;lt;CLI_long_addr&amp;gt; &amp;lt;CLI_endpoint, defaults to 64&amp;gt; 0x0006 &amp;lt;bulb_short_addr&amp;gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Subscribe for attribute&amp;#39;s changes:
&lt;ol&gt;
&lt;li&gt;zcl subscribe &amp;lt;bulb_long_addr&amp;gt; &amp;lt;bulb_ep_from_match_desc&amp;gt; 0x0006 0x0104 0x0000 16&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;Magic numbers:&lt;/p&gt;
&lt;p&gt;0xFFFD - broadcast address, all devices with RxOnWhenIdle == 1&lt;br /&gt;0x0104 - Home Automation profile ID&lt;br /&gt;0x0006 - On/Off cluster ID&lt;br /&gt;0x0000 - On/Off attribute ID&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157178?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 18:36:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77d83701-6964-4473-b78b-1754e8f0ca63</guid><dc:creator>inv4</dc:creator><description>&lt;p&gt;Thanks for the update &lt;a href="https://devzone.nordicsemi.com/members/bjorn_2d00_spockeli"&gt;bjorn-spockeli&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA Atrribute Reporting</title><link>https://devzone.nordicsemi.com/thread/157142?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 15:00:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef33b055-f6f7-459b-876d-bfbf784e6ebc</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi inv4,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve forwarded your question to the Zigbee team and will update the case when they get back to me.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>