<?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>How to Retrieve Light Device&amp;#39;s VID from On/Off Switch in Matter</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125232/how-to-retrieve-light-device-s-vid-from-on-off-switch-in-matter</link><description>Dear Matter Support Team,

I have a setup where an On/Off Switch device is successfully bound to a Light device in our Matter network. 

I would like to know which specific interface or method should be used on the On/Off Switch device to retrieve the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Oct 2025 10:23:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125232/how-to-retrieve-light-device-s-vid-from-on-off-switch-in-matter" /><item><title>RE: How to Retrieve Light Device's VID from On/Off Switch in Matter</title><link>https://devzone.nordicsemi.com/thread/552980?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 10:23:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbb840c4-f59e-4870-b565-738ca55dee10</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To my understanding a binding is not required when for instance a controller is reading the VID of a light. Then you can just use the Node ID&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: How to Retrieve Light Device's VID from On/Off Switch in Matter</title><link>https://devzone.nordicsemi.com/thread/552747?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 12:08:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc32d163-927b-492a-a825-0bcd89791d0a</guid><dc:creator>paper555</dc:creator><description>&lt;p&gt;&lt;span&gt;Can a controller read other devices&amp;#39; vendor-id via Basic Information without performing a bind operation?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Retrieve Light Device's VID from On/Off Switch in Matter</title><link>https://devzone.nordicsemi.com/thread/552644?ContentTypeID=1</link><pubDate>Tue, 28 Oct 2025 13:42:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e661602-175e-419b-89f7-3e36657b98bc</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Then again I would like to point you to the Read Client API as well as have a look at this call&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/98093aadc688f4305de69f15c17c4be98e70d572/samples/matter/thermostat/src/temperature_measurement/sensor.cpp#L97-L125"&gt;https://github.com/nrfconnect/sdk-nrf/blob/98093aadc688f4305de69f15c17c4be98e70d572/samples/matter/thermostat/src/temperature_measurement/sensor.cpp#L97-L125&amp;nbsp;&lt;/a&gt;&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: How to Retrieve Light Device's VID from On/Off Switch in Matter</title><link>https://devzone.nordicsemi.com/thread/552497?ContentTypeID=1</link><pubDate>Mon, 27 Oct 2025 13:45:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73f8d6f1-442e-47f4-ada1-5251f2796bf0</guid><dc:creator>paper555</dc:creator><description>&lt;p&gt;&lt;span&gt;I want to obtain the VID of the light device through the switch device, not via the chip-tool. I know the Basic Information Cluster contains the VID. What I need is the device-side API to retrieve it, not through chip-tool. Could you provide a feasible function?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Retrieve Light Device's VID from On/Off Switch in Matter</title><link>https://devzone.nordicsemi.com/thread/552495?ContentTypeID=1</link><pubDate>Mon, 27 Oct 2025 13:42:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d675244-49f6-49c9-86dc-8dbfe33cbc7b</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;I think the best approach is to go through the chip tool guide from start to step 8&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/chip_tool_guide.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/chip_tool_guide.html&lt;/a&gt;&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: How to Retrieve Light Device's VID from On/Off Switch in Matter</title><link>https://devzone.nordicsemi.com/thread/552486?ContentTypeID=1</link><pubDate>Mon, 27 Oct 2025 13:18:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9599ab5b-c5b1-43e5-a455-d9af58366ff7</guid><dc:creator>paper555</dc:creator><description>&lt;p&gt;&lt;span&gt;Could you please tell me how to read the VID in basicinformation through the read client? I already know how to control a light with a switch, but I don&amp;#39;t know how to read the VID. Could you provide me with an interface?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Retrieve Light Device's VID from On/Off Switch in Matter</title><link>https://devzone.nordicsemi.com/thread/552478?ContentTypeID=1</link><pubDate>Mon, 27 Oct 2025 12:50:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:592882bc-7485-4c6c-92c6-8357e12ba6b9</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can use the Matter Read Client functionality on the On/Off Switch device to read the&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;vendor-id&lt;/code&gt;&lt;span&gt;&amp;nbsp;attribute from the Basic Information cluster of the bound Light device. This is the standard and supported way to retrieve the Vendor ID in a Matter network using Nordic&amp;#39;s SDK&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/getting_started/advanced_kconfigs.html#read_client_functionality" rel="noopener noreferrer" target="_blank"&gt;Read Client functionality&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/chip_tool_guide.html#step_8_read_basic_information_from_the_matter_device" rel="noopener noreferrer" target="_blank"&gt;Step 8: Read basic information from the Matter device&lt;/a&gt;&lt;span&gt;. Use&amp;nbsp;&lt;/span&gt;&lt;span&gt;the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/getting_started/advanced_kconfigs.html#read_client_functionality"&gt;Read Client&lt;/a&gt; API to send a read request for the vendor-id attribute in the Basic Information cluster of the bound Light device. The specific attribute to read is vendor-id in the Basic Information cluster (cluster ID 0x0028).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Andreas&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>