<?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-Device not being found by Philips Hue Bridge on Factory Reset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53299/zigbee-device-not-being-found-by-philips-hue-bridge-on-factory-reset</link><description>Dear support team &amp;amp; community 
 Our company tries to integrate communications between our NRF52840 -based product and a Philips Hue Bridge gateway. We successfully connect, bind and exchange ZLL &amp;amp; Zigbee HA frames. 
 In the process of development, we</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Oct 2019 11:29:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53299/zigbee-device-not-being-found-by-philips-hue-bridge-on-factory-reset" /><item><title>RE: Zigbee-Device not being found by Philips Hue Bridge on Factory Reset</title><link>https://devzone.nordicsemi.com/thread/215487?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2019 11:29:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b30e9ef-82e7-4f16-8827-09a2259ca051</guid><dc:creator>Atok</dc:creator><description>&lt;p&gt;Hi Andreas&lt;br /&gt;&lt;br /&gt;Many thanks to you and the development team.&amp;nbsp;&lt;span&gt;zb_bdb_reset_via_local_action(zb_uint8_t param) is doing its job.&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;Markus&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee-Device not being found by Philips Hue Bridge on Factory Reset</title><link>https://devzone.nordicsemi.com/thread/215434?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2019 08:43:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9132748-66a8-40b8-8e84-66465febc8c2</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve talked with the development team.&lt;/p&gt;
&lt;p&gt;A way to solve this issue is to not use &lt;strong&gt;zb_set_nvram_erase_at_start(true)&lt;/strong&gt;&lt;strong&gt;;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Instead of using this, use the reset routine that is used in the CLI example: zb_bdb_reset_via_local_action(zb_uint8_t param).&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/**
 * @brief Perform a factory reset via local action
 *
 * See Base Device Behavior specification chapter 9.5 for details.
 *
 * @code
 * &amp;gt; bdb factory_reset
 * Done
 * @endcode
 */
static void cmd_zb_factory_reset(nrf_cli_t const * p_cli, size_t argc, char **argv)
{
    if (nrf_cli_help_requested(p_cli))
    {
        print_usage(p_cli, argv[0], &amp;quot;factory_reset - Perform factory reset&amp;quot;);
        return;
    }

    zb_bdb_reset_via_local_action(0U);
    print_done(p_cli, ZB_FALSE);
}
/**
 *  @brief Perform &amp;quot;Reset with a Local Action&amp;quot; procedure (as described in BDB spec, chapter 9.5).
 *  The device will perform the NLME leave and clean all ZigBee persistent data except the outgoing NWK
 *  frame counter and application datasets (if any).
 *  The reset can be performed at any time once the device is started (see @ref zboss_start).
 *  After the reset, the application will receive the @ref ZB_ZDO_SIGNAL_LEAVE signal.
 *
 *  @param param - buffer reference (if 0, buffer will be allocated automatically)
 */
void zb_bdb_reset_via_local_action(zb_uint8_t param);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee-Device not being found by Philips Hue Bridge on Factory Reset</title><link>https://devzone.nordicsemi.com/thread/215344?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 14:08:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b57d6e2f-b6f9-4acb-89b5-959ae49c553c</guid><dc:creator>Atok</dc:creator><description>&lt;p&gt;Hi Andreas&lt;br /&gt;Thank you for the fast response&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee-Device not being found by Philips Hue Bridge on Factory Reset</title><link>https://devzone.nordicsemi.com/thread/215325?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 13:30:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d612ac6f-439c-40b5-9ade-ee0a32c08df0</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi &lt;span&gt;Markus.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have forwarded this to the development team as I need some help with this case.&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;Andreas&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>