<?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: Device response issuew in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/487171#M1293</link>
    <description>&lt;P&gt;No, I'm using on linux, flashed the code using the command idf.py flash.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 10:01:39 GMT</pubDate>
    <dc:creator>Harry_p</dc:creator>
    <dc:date>2023-10-03T10:01:39Z</dc:date>
    <item>
      <title>Device response issuew</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/470416#M1180</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have added bridge-app example to google home where it has multiple endpoints. In the program I'm sending On/Off values using&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;SetOnOff()&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;function. The response is not seen immediately after the endpoint is added, but only if any other action is performed like turning on/off the other light or adding the next endpoint makes the recently added endpoint online and makes it on/off according.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I overcome this, as sometimes we don't add the next endpoint or perform any actions which keep the device offline or gives inappropriate response to&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;SetOnOff()&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;fucntion.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 09:43:52 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/470416#M1180</guid>
      <dc:creator>Harry_p</dc:creator>
      <dc:date>2023-08-17T09:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Device response issuew</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/472984#M1190</link>
      <description>&lt;P&gt;Hello Harry,&lt;/P&gt;
&lt;P&gt;Thanks for bringing out this issue. I would recommend opening up a ticket in this regard on the &lt;A href="https://issuetracker.google.com/" target="_self"&gt;Public Issue Tracker&lt;/A&gt; with a description of the issue containing the screenshots/video recordings of the issue along with code snippets and fabric/device details.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 18:21:30 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/472984#M1190</guid>
      <dc:creator>sipriyadarshi</dc:creator>
      <dc:date>2023-08-24T18:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Device response issuew</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/485505#M1283</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/380173"&gt;@Harry_p&lt;/a&gt;, sorry to bother you. I am trying to add the matter bridge-example app to google home but the commissioning fails during the process. To be precise I am getting the following error from the bridge app:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0000 status 0xc3 (UNSUPPORTED_CLUSTER) (no additional context)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Interestingly it is working with Apple Home. Did you change anything on the zap configuration?&lt;BR /&gt;&lt;BR /&gt;Matter version:&amp;nbsp;&lt;SPAN&gt;ba45f9ca&lt;BR /&gt;Google App version: 3.6.104&lt;BR /&gt;Google Nest Mini: 2.57.375114&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 15:56:46 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/485505#M1283</guid>
      <dc:creator>lecndav</dc:creator>
      <dc:date>2023-09-28T15:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Device response issuew</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/486760#M1289</link>
      <description>&lt;P&gt;I managed to solve the error with setting the correct feature map for the cluster. But unfortunately I am still not able to commission my device. The process just stops after some time with no error message. I see some messages regarding the commissioning window but I can't tell if there is some problem with it. Did you encounter the same?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 13:47:05 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/486760#M1289</guid>
      <dc:creator>lecndav</dc:creator>
      <dc:date>2023-10-02T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Device response issuew</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/487167#M1291</link>
      <description>&lt;P&gt;No&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/425722"&gt;@lecndav&lt;/a&gt;&amp;nbsp;, with google home and alexa the bridge-app commissioning works fine. Have you checked commissioning with the sample bridge-app without making any changes.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 09:49:07 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/487167#M1291</guid>
      <dc:creator>Harry_p</dc:creator>
      <dc:date>2023-10-03T09:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Device response issuew</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/487170#M1292</link>
      <description>&lt;P&gt;Yes, just checked again with the latest commit. Maybe important to note that I am running the bridge on MacOS. Did you execute the app with any special command line arguments ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 09:59:47 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/487170#M1292</guid>
      <dc:creator>lecndav</dc:creator>
      <dc:date>2023-10-03T09:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Device response issuew</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/487171#M1293</link>
      <description>&lt;P&gt;No, I'm using on linux, flashed the code using the command idf.py flash.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 10:01:39 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Device-response-issuew/m-p/487171#M1293</guid>
      <dc:creator>Harry_p</dc:creator>
      <dc:date>2023-10-03T10:01:39Z</dc:date>
    </item>
  </channel>
</rss>

