<?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 controller and Osram and Develco smart plugs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40474/zigbee-controller-and-osram-and-develco-smart-plugs</link><description>Hi 
 I am using the light controller and added zb_nlme_permit_joining_request to allowing devices to join the network. 
 I get a good ZB_ZDO_SIGNAL_DEVICE_ANNCE signal and for the IKEA tr&amp;#229;dfre lamp I have that works fine but when 
 i use the Develoc smart</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Nov 2018 09:10:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40474/zigbee-controller-and-osram-and-develco-smart-plugs" /><item><title>RE: ZigBee controller and Osram and Develco smart plugs</title><link>https://devzone.nordicsemi.com/thread/157433?ContentTypeID=1</link><pubDate>Thu, 15 Nov 2018 09:10:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a5853e1-b8b2-4382-9bae-4e483282a41a</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;Found the problem, the devices are not zcl version 2 and I enabled the legacy device support in main but it didn&amp;#39;t work. Moving the setting to&lt;/p&gt;
&lt;p&gt;signalhander seams to fix the issue.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; switch (sig)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case ZB_BDB_SIGNAL_DEVICE_FIRST_START:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case ZB_BDB_SIGNAL_DEVICE_REBOOT: &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (status == RET_OK)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zb_bdb_set_legacy_device_support(1);&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; comm_status = bdb_start_top_level_commissioning(ZB_BDB_NETWORK_STEERING);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>