<?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 files are missing in v2.0.0 ZCL8 update</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88813/zigbee-ha-files-are-missing-in-v2-0-0-zcl8-update</link><description>% ls /opt/nordic/ncs/v1.9.1/nrfxlib/zboss/production/include/ha/ zb_ha_combined_interface.h zb_ha_gp_dev.h zb_ha_scene_selector.h zb_ha_config.h zb_ha_ias_ancillary_control_equipment.h zb_ha_shade.h zb_ha_configuration_tool.h zb_ha_ias_control_indicating_equipment</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Jun 2022 22:55:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88813/zigbee-ha-files-are-missing-in-v2-0-0-zcl8-update" /><item><title>RE: Zigbee HA files are missing in v2.0.0 ZCL8 update</title><link>https://devzone.nordicsemi.com/thread/372237?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 22:55:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:121d499b-b441-4742-8d2b-690fcd527c46</guid><dc:creator>mytzyiay</dc:creator><description>&lt;p&gt;If it isn&amp;#39;t appropriate to ship these old HA headers as part of ZBOSS because they aren&amp;#39;t ZCL8 compliant, perhaps one workaround is to ship them as part of another samples/ folder along with officially sanctioned / tested instructions on how to use them to build a Zigbee device?&lt;/p&gt;
&lt;p&gt;I was able to update one of my apps to work with NCS v2.0.0 by copying the header into my project from NCS v1.9.1 and then &lt;code&gt;#define ZB_HA_DEFINE_DEVICE_ON_OFF_OUTPUT&lt;/code&gt; .&amp;nbsp; I don&amp;#39;t know&amp;nbsp;how well this will be supported into the future, though -- it&amp;#39;s kind of a hacky approach.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA files are missing in v2.0.0 ZCL8 update</title><link>https://devzone.nordicsemi.com/thread/372042?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 08:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ff75b28-4e04-464f-9496-4a10771d9ac9</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are working on those examples as the feature requests, but I cannot promise the schedule. Sorry for the inconvenience.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA files are missing in v2.0.0 ZCL8 update</title><link>https://devzone.nordicsemi.com/thread/371942?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 14:50:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ec9683b-312c-433e-93a8-790a23865826</guid><dc:creator>mytzyiay</dc:creator><description>[quote userid="77782" url="~/f/nordic-q-a/88813/zigbee-ha-files-are-missing-in-v2-0-0-zcl8-update/371918#371918"]However, you could take a look at how it&amp;#39;s done in the samples at least[/quote]
&lt;p&gt;The samples only cover a&amp;nbsp;tiny number of use cases.&amp;nbsp; For instance, what would somebody implementing a Zigbee IAS or door lock use as a reference now that the HA definition is gone and there is no sample for either of these devices?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee HA files are missing in v2.0.0 ZCL8 update</title><link>https://devzone.nordicsemi.com/thread/371918?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 13:04:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27e15c47-2a8a-4503-aadf-24f78e09f51e</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user=""]This looks like a pretty major change, which I don&amp;#39;t even see mentioned in the release notes:[/quote]
&lt;p&gt;The change is mentioned in the&amp;nbsp;&lt;a title="https://developer.nordicsemi.com/nrf_connect_sdk/doc/2.0.0/nrfxlib/zboss/changelog.html" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrfxlib/zboss/CHANGELOG.html"&gt;nrfxlib ZBOSS changelog&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
[quote user=""]If&amp;nbsp;ZBOSS no longer&amp;nbsp;ships these HA declarations, is there another centralized place to&amp;nbsp;obtain them from?[/quote]
&lt;p&gt;Because each sample and application shall provide its own device definition, you would have to create it by yourself for your application. However, you could take a look at how it&amp;#39;s done in the samples at least, e.g. &lt;a title="https://github.com/nrfconnect/sdk-nrf/blob/v2.0.0/samples/zigbee/light_bulb/include/zb_dimmable_light.h" href="https://github.com/nrfconnect/sdk-nrf/blob/v2.0.0/samples/zigbee/light_bulb/include/zb_dimmable_light.h" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v2.0.0/samples/zigbee/light_bulb/include/zb_dimmable_light.h&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;div&gt;Currently, no alternative way of defining Zigbee devices was introduced in the scope of NCS v2.0.&lt;/div&gt;
&lt;p&gt;-Amanda&lt;/p&gt;
&lt;div&gt;
&lt;dl&gt;
&lt;dd&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>