<?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>Zed request ZC to read a Cluster</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103480/zed-request-zc-to-read-a-cluster</link><description>I have Zed devices that report periodic data from a cluster. The ZC has a repeating timer that reads this cluster. Zed has also has a cluster that has attributes that are relating to errors that are critical to the system, I would like the ZC to be notified</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Sep 2023 20:22:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103480/zed-request-zc-to-read-a-cluster" /><item><title>RE: Zed request ZC to read a Cluster</title><link>https://devzone.nordicsemi.com/thread/446739?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2023 20:22:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e434bcd-5c61-4b77-a840-43d9c6a551f0</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Configure attribute reporting for the ZED to report the attributes.&lt;br /&gt;So since you are using nRF5 SDK, I recommend to look at the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.2.0/zigbee_multi_sensor_example.html"&gt;Zigbee Multi Sensor Example&lt;/a&gt; just to get an understanding of binding and attribute reporting/subscribing. &lt;br /&gt;&lt;br /&gt;Note that Zigbee CLI does not support reporting on value change by default, but you can see in the replies here a solution: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/65547/zigbee-attribute-reporting-only-on-value-change/270995"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/65547/zigbee-attribute-reporting-only-on-value-change/270995&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Check out the&amp;nbsp;&amp;#39;Configure Reporting Command&amp;#39; section in the Zigbee Cluster Library specification.&lt;br /&gt;&lt;br /&gt;Once reporting is configured correctly, the ZED should automatically send a report when the value changes (according to the threshold), which the ZC will then receive.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zed request ZC to read a Cluster</title><link>https://devzone.nordicsemi.com/thread/446130?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2023 17:29:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d233300-0082-40f9-8645-997b7e0b897e</guid><dc:creator>AndrewDF</dc:creator><description>&lt;p&gt;This is how the attribute is set on ZED:&lt;/p&gt;
&lt;p&gt;#define ZB_SET_ATTR_DESCR_WITH_ZB_ZCL_ATTR_ERROR1_ID(data_ptr) \&lt;br /&gt;{ \&lt;br /&gt; ZB_ZCL_ATTR_ERROR1_VALUE_ID, \&lt;br /&gt; ZB_ZCL_ATTR_TYPE_U8, \&lt;br /&gt; ZB_ZCL_ATTR_ACCESS_READ_ONLY | ZB_ZCL_ATTR_ACCESS_REPORTING, \&lt;br /&gt; (void*) data_ptr \&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;how does the ZC get the updated value?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zed request ZC to read a Cluster</title><link>https://devzone.nordicsemi.com/thread/446034?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2023 10:46:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91c312c8-cfd0-4fd4-979d-c33ecec4d5fe</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Update:&lt;br /&gt;If the attribute supports attribute reporting then they can configure reporting on attribute value change. They just need to use the reportable change field in the &amp;#39;configure reporting&amp;#39; command.&lt;br /&gt; &lt;br /&gt;From ZCL spec:&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1694688360158v1.jpeg" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1694688369943v2.jpeg" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zed request ZC to read a Cluster</title><link>https://devzone.nordicsemi.com/thread/445886?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2023 14:39:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c01fb98-1547-42b3-973a-307333f4f540</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Will be taking our as Sigurd is Out of Office ATM. Working on getting the developers to provide some feedback. Will update when i have more info to share or questions to ask.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zed request ZC to read a Cluster</title><link>https://devzone.nordicsemi.com/thread/445189?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2023 15:35:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f12fa792-a7ea-433a-9b68-3ec4d4747fbe</guid><dc:creator>AndrewDF</dc:creator><description>&lt;p&gt;I am using NRF5_SDK 17.1. The hardware is nrf52840. The zigbee version is 4.2.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know if I need to be looking for Zed to send alerts, alarms, or something else to accomplish this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zed request ZC to read a Cluster</title><link>https://devzone.nordicsemi.com/thread/445000?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 16:44:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8b3d74a-8e88-428e-a91f-605488b6f4c9</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I will check with our Zigbee developers. What SDK , and SDK version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>