<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Matter after Commission to google fabric not able to find device in Goggle home App in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/722227#M8826</link>
    <description>&lt;P&gt;Hi all&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/543802"&gt;@SupriyaSA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m experiencing the same issue where the device commissions successfully using Google Play Services, but it doesn’t appear in the Google Home App. I’ve implemented the commissioning flow exactly as per the guidelines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;kotlin&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Copy&lt;SPAN class=""&gt;Edit&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;private&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;fun&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;commissionDevice&lt;/SPAN&gt;&lt;SPAN class=""&gt;()&lt;/SPAN&gt; { &lt;SPAN class=""&gt;val&lt;/SPAN&gt; request: CommissioningRequest = CommissioningRequest.builder().build() Matter.getCommissioningClient(&lt;SPAN class=""&gt;this&lt;/SPAN&gt;) .commissionDevice(request) .addOnSuccessListener { result -&amp;gt; commissioningLauncher.launch(IntentSenderRequest.Builder(result).build()) } } &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;After successful commissioning, I was expecting the device to be visible and controllable via the Google Home App. But no luck yet. Do we need to explicitly register it with Google Fabric or is there a missing callback we’re supposed to handle?&lt;/P&gt;&lt;P&gt;On a related note (for folks using smart home devices around outdoor setups), I’ve also set this up in a &lt;A href="https://coversinplay.com" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;pool enclosure&lt;/STRONG&gt;&lt;/A&gt;, and seamless integration with the Home App would be really useful for managing lighting and climate control automatically.&lt;/P&gt;&lt;P&gt;Would appreciate any guidance — especially if someone’s managed to get the device listed in Google Home after Matter commissioning to Google Fabric!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 11:05:23 GMT</pubDate>
    <dc:creator>Mark-thee</dc:creator>
    <dc:date>2025-06-12T11:05:23Z</dc:date>
    <item>
      <title>Matter after Commission to google fabric not able to find device in Goggle home App</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/615758#M6976</link>
      <description>&lt;P&gt;I commission the matter device using goggle play service using following function&lt;/P&gt;&lt;P&gt;after commission success not able to find commissioned device in goggle home app. is there any Method need to call after commission success to register device in google home app, I want to commission matter device in goggle fabric from my app and device can control by using goggle Home app&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;private&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;fun&lt;/SPAN&gt; &lt;SPAN class=""&gt;commissionDevice&lt;/SPAN&gt;&lt;SPAN class=""&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt; {
&lt;SPAN class=""&gt;val&lt;/SPAN&gt; request: CommissioningRequest = CommissioningRequest.builder().build()
Matter.getCommissioningClient(&lt;SPAN class=""&gt;this&lt;/SPAN&gt;)
    .commissionDevice(request)
    .addOnSuccessListener { result -&amp;gt;
        commissioningLauncher.launch(IntentSenderRequest.Builder(result).build())
    }&lt;/PRE&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;After commission success matter device should be visible and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Controle&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by using goggle home app&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 08:50:45 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/615758#M6976</guid>
      <dc:creator>Supriya</dc:creator>
      <dc:date>2024-04-24T08:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Matter after Commission to google fabric not able to find device in Goggle home App</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/616251#M7015</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/541446"&gt;@Supriya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="3"&gt;&lt;SPAN&gt;Once your device is successfully commissioned, your device is now connected to both the Local Android Fabric and the development fabric.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="3"&gt;&lt;SPAN&gt;Once a device is commissioned to the sample app, you can easily share it with other ecosystems. To share your Matter device with other ecosystems, you'll need to have another platform installed on your Android device. This external platform becomes the target commissioner.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="3"&gt;&lt;SPAN&gt;More information in this regard can be found &lt;A href="https://developers.home.google.com/samples/matter-app#share_devices" target="_blank"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 19:56:16 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/616251#M7015</guid>
      <dc:creator>sipriyadarshi</dc:creator>
      <dc:date>2024-04-26T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Matter after Commission to google fabric not able to find device in Goggle home App</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/616895#M7023</link>
      <description>&lt;P&gt;I want to commission the device to google fabric not to android and development fabric and i have use the code to commission to google fabric, and want to control the device from google home app&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:45:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/616895#M7023</guid>
      <dc:creator>SupriyaSA</dc:creator>
      <dc:date>2024-04-30T09:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Matter after Commission to google fabric not able to find device in Goggle home App</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/618218#M7057</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/543802"&gt;@SupriyaSA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Currently commissioning the devices to Google fabric and controlling it through your app is under development. Keep checking our public news letter and documentation for any updates in this regard.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 17:45:11 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/618218#M7057</guid>
      <dc:creator>sipriyadarshi</dc:creator>
      <dc:date>2024-05-07T17:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Matter after Commission to google fabric not able to find device in Goggle home App</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/722227#M8826</link>
      <description>&lt;P&gt;Hi all&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/543802"&gt;@SupriyaSA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m experiencing the same issue where the device commissions successfully using Google Play Services, but it doesn’t appear in the Google Home App. I’ve implemented the commissioning flow exactly as per the guidelines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;kotlin&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Copy&lt;SPAN class=""&gt;Edit&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;private&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;fun&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;commissionDevice&lt;/SPAN&gt;&lt;SPAN class=""&gt;()&lt;/SPAN&gt; { &lt;SPAN class=""&gt;val&lt;/SPAN&gt; request: CommissioningRequest = CommissioningRequest.builder().build() Matter.getCommissioningClient(&lt;SPAN class=""&gt;this&lt;/SPAN&gt;) .commissionDevice(request) .addOnSuccessListener { result -&amp;gt; commissioningLauncher.launch(IntentSenderRequest.Builder(result).build()) } } &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;After successful commissioning, I was expecting the device to be visible and controllable via the Google Home App. But no luck yet. Do we need to explicitly register it with Google Fabric or is there a missing callback we’re supposed to handle?&lt;/P&gt;&lt;P&gt;On a related note (for folks using smart home devices around outdoor setups), I’ve also set this up in a &lt;A href="https://coversinplay.com" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;pool enclosure&lt;/STRONG&gt;&lt;/A&gt;, and seamless integration with the Home App would be really useful for managing lighting and climate control automatically.&lt;/P&gt;&lt;P&gt;Would appreciate any guidance — especially if someone’s managed to get the device listed in Google Home after Matter commissioning to Google Fabric!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 11:05:23 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-after-Commission-to-google-fabric-not-able-to-find-device-in-Goggle/m-p/722227#M8826</guid>
      <dc:creator>Mark-thee</dc:creator>
      <dc:date>2025-06-12T11:05:23Z</dc:date>
    </item>
  </channel>
</rss>

