<?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>Creating a Binding locally on a Zigbee device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55365/creating-a-binding-locally-on-a-zigbee-device</link><description>Hello, 
 
 I am porting several of our devices which implement ZCL from another stack vendor to run on Nordic. These are legacy devices that support Report Configuration/Reportable Attributes but require that these attribute reports be sent to the coordinator</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Dec 2019 14:06:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55365/creating-a-binding-locally-on-a-zigbee-device" /><item><title>RE: Creating a Binding locally on a Zigbee device</title><link>https://devzone.nordicsemi.com/thread/225181?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2019 14:06:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca5e2016-9912-4d08-aaca-3d04b97f0a12</guid><dc:creator>Jon</dc:creator><description>&lt;p&gt;Yeah unfortunately the&amp;nbsp;&lt;span&gt;zb_zcl_set_attr_val(...) function is not what I need (unless I am able to manually add to the binding table) since this function changes the attribute but does not provide me with a buffer that I can send manually to an address.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating a Binding locally on a Zigbee device</title><link>https://devzone.nordicsemi.com/thread/225094?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2019 09:19:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e8df523-4511-47e7-8f5f-89a6325d6bf5</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Jon,&lt;/p&gt;
&lt;p&gt;I have filed your question to our Zigbee Team. I am waiting on a reply from them.&lt;/p&gt;
&lt;p&gt;Regarding your #2, this looks like something that is done in the attribute report function,&amp;nbsp;zb_zcl_set_attr_val(...), which is used in e.g. the multi_sensor example found in:&lt;/p&gt;
&lt;p&gt;SDK\examples\zigbee\experimental\multi_sensor.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I will let you know as soon as I hear something from our Zigbee team.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating a Binding locally on a Zigbee device</title><link>https://devzone.nordicsemi.com/thread/224946?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2019 14:20:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c88027b-c90d-48dc-a089-b797410e1d0b</guid><dc:creator>Jon</dc:creator><description>&lt;p&gt;Any updates on this? Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating a Binding locally on a Zigbee device</title><link>https://devzone.nordicsemi.com/thread/224546?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 17:55:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ef0b61d-704c-4b0d-9d87-b0d5de5e00e0</guid><dc:creator>Jon</dc:creator><description>&lt;p&gt;Edvin,&lt;/p&gt;
&lt;p&gt;As far as I can tell, the CLI only supports sending a Binding *request* (e.g., the &amp;quot;binding on&amp;quot; command will sent a ZDO.BIND request to another node). What I need to do is create a binding locally within the device (since I am in a situation where another node will *not* be sending me a binding request). This is supported by other Zigbee stacks -- as an example, see&amp;nbsp;&lt;a href="https://docs.silabs.com/zigbee/6.6/em35x/group-binding-table"&gt;https://docs.silabs.com/zigbee/6.6/em35x/group-binding-table&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Regarding item #2: I would like to send an ATTRIBUTE_REPORT command manually. I can certainly do this by writing all of the code necessary to build a header, add all of the attributes and their types, etc. However, I sould expect that the stack already has such code internally since the stack is able to send attribute reports when attributes are configured to report to other bindings. How can I use this code. For example, see the&amp;nbsp;emberAfFillCommandGlobalServerToClientReportAttributes API documented in&amp;nbsp;&lt;a href="https://www.silabs.com/documents/public/miscellaneous/AF-V2-API.pdf"&gt;https://www.silabs.com/documents/public/miscellaneous/AF-V2-API.pdf&lt;/a&gt;), which builds a REPORT_ATTRIBUTES payload suitable for sending.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating a Binding locally on a Zigbee device</title><link>https://devzone.nordicsemi.com/thread/224481?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 13:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fde45a53-e8d1-44ef-bc71-1b224f7a88ee</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Can you please check the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v3.2.0%2Fzigbee_multi_sensor_example.html&amp;amp;anchor=zigbee_multi_sensor_example_test" rel="noopener noreferrer" target="_blank"&gt;testing description for the multisensor example in the Zigbee SDK&lt;/a&gt;. Here you see what commands you can use in the CLI example to set bindings and subscriptions. Then you can see what functions the different CLI commands are calling in the CLI example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) check the description in the multisensor example.&lt;/p&gt;
&lt;p&gt;2) I am not sure I understand this question.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&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>