<?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>Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/97208/matter-unable-to-de-commisioning-a-device</link><description>Hello, 
 After a successfull commissioning of a Matter ble-thread device (Light Bulb example) 
 i can&amp;#39;t retry the commisioning procedure even after a &amp;#39;factoryreset&amp;#39; 
 
 Config: 
 otb-posix : commit (17 Feb 2023) 
 Chip-Tool : commit (10 Feb 2023) 
 Matter</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Apr 2023 09:55:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/97208/matter-unable-to-de-commisioning-a-device" /><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/419371?ContentTypeID=1</link><pubDate>Thu, 06 Apr 2023 09:55:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43bcda4b-79c1-4dba-b3b6-6b4bd3108eb4</guid><dc:creator>zzebra83</dc:creator><description>&lt;p&gt;Nevermind&lt;code&gt;, pairing onnetwork&lt;/code&gt; works fine when using latest revision from connectedhome. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/419175?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2023 08:11:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27b94268-ef0d-4f4d-b14e-78d4b964bcb4</guid><dc:creator>zzebra83</dc:creator><description>&lt;p&gt;i have tried that, but it seems it doesnt work if the device has been removed from fabric but not removed from thread network? the device is discoverable but&amp;nbsp;&lt;code&gt;pairing onnetwork &lt;/code&gt; doesnt work. maybe im doing something wrong, not sure yet. im using nordic light bulb example, and using the default setup pin code 20202021&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/416790?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 12:28:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:754c3970-bf44-4f0a-a5dc-ca92cfa74908</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I asked the developers about this. There is no CHIP Tooll command to perform a factory reset. There is, however, a command called TestEventTrigger that allows triggering some custom behavior to the device from CHIP Tool, which can be used for debugging and testing purposes. This command is not implemented by default, so the firmware would have to be modified for this to work.&lt;/p&gt;
&lt;p&gt;Since the device is still connected to the Thread network, you cannot pair it again using Bluetooth LE, but you can still pair it over IP. This can be done using the following CHIP Tool command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;chip-tool pairing onnetwork &amp;lt;node-id&amp;gt; &amp;lt;setup-pin-code&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/416505?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2023 11:15:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47886420-3017-426c-9c72-dcbcb025ac5e</guid><dc:creator>zzebra83</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;im using the Python CHIP controller from connected home, that basically sends a removeFabric command to the device(nordic light bulb example). upon receipt the device succesfully clears any fabric info it has. however it is still connected to the thread network vi OTBR so it has an address and can advertise itself on the network for discovery. however like i mentioned earlier, once the device is removed from the fabric, i am unable to pair it again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/416481?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2023 10:03:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd0f8394-72e6-47b0-9b1b-4d094e3a0df4</guid><dc:creator>Franck-D</dc:creator><description>&lt;p&gt;Hello zzebra83,&lt;/p&gt;
&lt;p&gt;i&amp;#39;m just curious about witch version of chip-tool you use&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/project-chip/connectedhomeip/tree/master/examples/chip-tool"&gt;github.com/.../chip-tool&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-connectedhomeip/tree/master/examples/chip-tool"&gt;https://github.com/nrfconnect/sdk-connectedhomeip/tree/master/examples/chip-tool&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/416474?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2023 09:42:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77deb34a-cbe5-4b06-9fdc-d35b9e2e564d</guid><dc:creator>zzebra83</dc:creator><description>&lt;p&gt;yes thanks that works, i can remove the device from the matter controller fabric using that command. however after unpairing it, when i try to pair the device again, it doesn&amp;#39;t work unless i do a factory reset of the device. that defeats the purpose of unpairing it via API&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/416440?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2023 08:06:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48fdbdff-beb9-4fe3-baa2-eb46069fc7b4</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, you can use the unpair command&lt;/p&gt;
&lt;p&gt;&lt;code&gt;./chip-tool pairing unpair &amp;lt;node-id&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/415373?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2023 07:41:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38461785-2131-45a6-b3de-659d0c07bcaa</guid><dc:creator>zzebra83</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;Im just curious, is there any way to decommision a device via the matter controller?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/412990?ContentTypeID=1</link><pubDate>Thu, 02 Mar 2023 11:49:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d4cb893-900f-4aef-b977-7d9eeec070a0</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Franck,&lt;/p&gt;
&lt;p&gt;I am glad to hear that it worked, and thank you for sharing what you did to make it work!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/412968?ContentTypeID=1</link><pubDate>Thu, 02 Mar 2023 11:02:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9477ae15-aa28-4150-8b01-63281472a51f</guid><dc:creator>Franck-D</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;Now it works !&lt;/p&gt;
&lt;p&gt;I had to re-compile the application with the option&amp;nbsp; &amp;quot;&lt;span&gt;CONFIG_CHIP_LIB_SHELL&lt;/span&gt;&lt;span&gt;=y&amp;quot; in project.conf&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To fully de-commisioning i had to do not only a matter command but the 2 belows:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;gt; matter device factoryreset&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;gt; ot factoryreset&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&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;Franck&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter : unable to de-commisioning a device</title><link>https://devzone.nordicsemi.com/thread/412956?ContentTypeID=1</link><pubDate>Thu, 02 Mar 2023 10:29:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:089a4c0c-f9a1-47d5-b336-17e4533b5f98</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The Matter device should not be factory reset using the OpenThread CLI factory reset command, but instead, the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/matter/nrfconnect_examples_cli.html#factoryreset"&gt;Matter factory reset&lt;/a&gt; command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;matter device factoryreset&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The OpenThread command will only reset the OpenThread part of the commissioning, not the entire Matter commissioning. &lt;br /&gt;Please try the Matter command and let me know if you are having any issues when using this command.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>