<?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 examples Device Attestation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126780/matter-examples-device-attestation</link><description>I built and ran the Matter Light Bulb example for Thread and was able to commission it into Home Assistant with no issues. However, when I tired the Matter Temperature Sensor example, during commissioning, I got an &amp;quot;Uncertified Device&amp;quot; warning and at</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Feb 2026 13:25:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126780/matter-examples-device-attestation" /><item><title>RE: Matter examples Device Attestation</title><link>https://devzone.nordicsemi.com/thread/560916?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2026 13:25:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cf84953-b555-4e08-a4ed-89122464a86a</guid><dc:creator>rlk0</dc:creator><description>&lt;p&gt;After setting things up so I could commission into a border router with more extensive logging, I was able to see that the problem was signature validation during attestation. Since the certificates in the JSON factory data were fine, I realized this might happen if the private key left over from another example were left behind. There is an option to copy this into some kind of protected storage, which I think is set by default. So, I did a full erase of the device before reprogramming and that fixed the issue. I&amp;#39;m not sure under what circumstances private key copying does or does not take place; there are too many options all badly documented if they are documented at all, but it seems like it is good idea to fully erase the device when switching examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter examples Device Attestation</title><link>https://devzone.nordicsemi.com/thread/560020?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 13:57:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac7989ca-c807-42ff-9cfb-89c9ba61d095</guid><dc:creator>rlk0</dc:creator><description>&lt;p&gt;I have attached the output from the Temperature Sensor example device during commissioning. On the phone, the Uncertified message occurs about 73401, Device Connected around 119101, an add device (to HA) prompt message occurs around 157489 and the fail occurs at 187962.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/TempSensor.zip"&gt;/cfs-file/__key/communityserver-discussions-components-files/4/TempSensor.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter examples Device Attestation</title><link>https://devzone.nordicsemi.com/thread/560010?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 13:20:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50b1141a-c159-463a-8da4-23834e34e9dd</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Yeah, to expand on my previous comment: I didn&amp;#39;t just mean HA, but the ecosystem in general, i.e you might also see the same with an Apple/Amazon ecosystem as well (other brands are available)&lt;br /&gt;&lt;br /&gt;Could you attach/upload the commissioning log, device log and/or chip-tool log when you perform the commissioning?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter examples Device Attestation</title><link>https://devzone.nordicsemi.com/thread/560009?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 13:15:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a947cdb6-3902-4323-981e-1432433d8a5c</guid><dc:creator>rlk0</dc:creator><description>&lt;p&gt;This partially answers the question. But it does not address the issue of why one example produces an Uncertified Device message while the other does not. I believe the uncertified message is actually coming from the commissioner, an Android phone not Home Assistant, since the same behavior occurs if I try to add the examples to Google Home.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter examples Device Attestation</title><link>https://devzone.nordicsemi.com/thread/560003?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 12:38:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23f42d42-fdfb-4a2b-a7ac-bfdd02fb4a12</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It&amp;#39;s worth mentioning that both examples are uncertified as they are provided in the SDK, and the difference seems to me to be w.r.t how the HA ecosystem treats the devices, i.e&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;For the Light Bulb sample, Home Assistant is willing to proceed despite the device using test / uncertified credentials (it may only show a soft warning or none at all).&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;For the Temperature Sensor sample, Home Assistant shows an “Uncertified Device” warning and then refuses to complete commissioning with the test credentials provided in the sample&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user=""]Also, the documentation states: &amp;quot;&lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/matter.html#matter-samples"&gt;&lt;span&gt;Matter samples&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;in the nRF Connect SDK include temporary Device Attestation with data for testing purposes.&amp;quot; It is not clear however, where this information for each example is kept. I do not see it in the example directories, so I assume it is being pulled in from elsewhere, but from where and how?&lt;/span&gt;[/quote]
&lt;p&gt;Correct, all Matter samples use temporary/test Device Attestation data by default, i.e&amp;nbsp;they “include temporary Device Attestation with data for testing purposes.” Ref. [&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/end_product/attestation.html#device_attestation_within_commissioning" rel="noopener noreferrer" target="_blank"&gt;DA overview&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;The attestation data is part of the factory data set generated/merged at build time. When you enable factory data support (&lt;code dir="ltr"&gt;CONFIG_CHIP_FACTORY_DATA=y&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;and&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;SB_CONFIG_MATTER_FACTORY_DATA_GENERATE=y&lt;/code&gt;&lt;span&gt;), the build system automatically creates a factory data blob and merges it into the final firmware. [&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/end_product/factory_provisioning.html#building_an_example_with_factory_data" rel="noopener noreferrer" target="_blank"&gt;Building with factory data&lt;/a&gt;]. For each sample, the resulting onboarding info (QR, payload, manual code) is written to&amp;nbsp;&lt;code dir="ltr"&gt;factory_data.png&lt;/code&gt;&amp;nbsp;and&amp;nbsp;&lt;code dir="ltr"&gt;factory_data.txt&lt;/code&gt;&amp;nbsp;in the build directory, and&amp;nbsp;this payload “also includes test Device Attestation, with test Certification Declaration, Product ID, and Vendor ID.”&amp;nbsp;[&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/matter/light_bulb/README.html#testing_with_commercial_ecosystem" rel="noopener noreferrer" target="_blank"&gt;Light bulb testing&lt;/a&gt;;&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/matter/temperature_sensor/README.html#testing_with_commercial_ecosystem" rel="noopener noreferrer" target="_blank"&gt;Temp sensor testing&lt;/a&gt;]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The default values for factory data parameters (including vendor/product IDs, etc.) are defined in the Matter nRF Connect Kconfig, not in each example directory. [&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/end_product/factory_provisioning.html#building_an_example_with_factory_data" rel="noopener noreferrer" target="_blank"&gt;Factory data Kconfig&lt;/a&gt;]. and the test certificates are located in&amp;nbsp;&lt;code dir="ltr"&gt;credentials/development/attestation/&lt;/code&gt;&amp;nbsp;directory, which are generated using all default values.” [&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/end_product/factory_provisioning.html#default_kconfig_values_and_developing_aspects" rel="noopener noreferrer" target="_blank"&gt;Default Kconfig values&lt;/a&gt;]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me know if this answers your questions,&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>