<?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 smart lock with Google Home App issue in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/579485#M5561</link>
    <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I enabled requirePINForRemoteOperation.&lt;/P&gt;&lt;P&gt;How do I set up PIN code?&lt;/P&gt;&lt;P&gt;I set up the matter smart lock on Google Home, however, Google home did not ask for PIN code during set up.&lt;/P&gt;&lt;P&gt;When I try to lock/unlock the matter smart lock, Google Home requests PIN code.&lt;/P&gt;&lt;P&gt;And, I did not know master PIN code.&lt;/P&gt;&lt;P&gt;Therefore, I cannot lock/unlock the matter smart lock.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding updating the status for lock, I will try to take a video.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2024 02:07:35 GMT</pubDate>
    <dc:creator>mt0msk</dc:creator>
    <dc:date>2024-01-24T02:07:35Z</dc:date>
    <item>
      <title>matter smart lock with Google Home App issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/578770#M5532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I test &lt;A href="https://github.com/project-chip/connectedhomeip/tree/v1.2.0.1/examples/lock-app/infineon/psoc6" target="_self"&gt;matter smart lock&lt;/A&gt; with Google Home App.&lt;/P&gt;&lt;P&gt;I got problem.&lt;/P&gt;&lt;P&gt;I unlocked the smart lock from Google Home App, then Google Home App shows error that looks like this.&lt;/P&gt;&lt;P&gt;"this function is not support".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, matter smart lock published lock/unlock status.&lt;/P&gt;&lt;P&gt;The status of the smart lock is not reflected on the Google Home App screen.&lt;/P&gt;&lt;P&gt;When I reload the screen on Google Home App, the status of the smart lock is displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My environment is as below.&lt;/P&gt;&lt;P&gt;Google Nest Hub 2nd&lt;BR /&gt;&amp;nbsp;System FW : 14.20230831.4.72&lt;BR /&gt;&amp;nbsp;Cast FW : 3.71.387262&lt;/P&gt;&lt;P&gt;Pixel 7 Pro&lt;BR /&gt;&amp;nbsp;Google Home App : 3.11.1.10&lt;BR /&gt;&amp;nbsp;Android : 14&lt;BR /&gt;&amp;nbsp;Build : UQ1A.240105.004&lt;/P&gt;&lt;P&gt;Matter SDK: v1.2.0.1&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 06:10:46 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/578770#M5532</guid>
      <dc:creator>mt0msk</dc:creator>
      <dc:date>2024-01-22T06:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: matter smart lock with Google Home App issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/579113#M5542</link>
      <description>&lt;P&gt;Thanks for bringing this up.&amp;nbsp;In the current implementation&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://developers.home.google.com/matter/supported-devices#door_locks" target="_self"&gt;remote unlock&lt;/A&gt; is disabled on all surfaces for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Matter&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;door locks in the Google ecosystem that don't mandate a PIN code.&lt;/SPAN&gt;&amp;nbsp;When fulfilling an unlock command, if requirePINForRemoteOperation is set to false, Google Home users receive a message saying that device cannot be unlocked remotely.&lt;/P&gt;
&lt;P data-unlink="true"&gt;If requirePINForRemoteOperation&amp;nbsp; is set to true, it means that a PIN code is required for remote unlocking. In this case, you need to implement a PIN per&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="keep-focus-ring needs-user-confirm" href="https://developers.home.google.com/cloud-to-cloud/guides/lock" target="_self" rel="noopener noreferrer nofollow ugc"&gt;&lt;SPAN&gt;Google Home requirements&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If you never setup PIN code through Google Home previously, there is usually a master PIN code set up on the lock. This master PIN code is typically established right before the Google Home setup. Users should use this master PIN code for remote unlocking through Google Home, and it should work as expected. It serves as a security measure to ensure that only authorized users can remotely unlock the device.&lt;/P&gt;
&lt;P data-unlink="true"&gt;For the issue with updating the status for Lock in Google Home, can you please share the video of the issue?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 06:55:31 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/579113#M5542</guid>
      <dc:creator>arm_dpe</dc:creator>
      <dc:date>2024-01-23T06:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: matter smart lock with Google Home App issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/579485#M5561</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I enabled requirePINForRemoteOperation.&lt;/P&gt;&lt;P&gt;How do I set up PIN code?&lt;/P&gt;&lt;P&gt;I set up the matter smart lock on Google Home, however, Google home did not ask for PIN code during set up.&lt;/P&gt;&lt;P&gt;When I try to lock/unlock the matter smart lock, Google Home requests PIN code.&lt;/P&gt;&lt;P&gt;And, I did not know master PIN code.&lt;/P&gt;&lt;P&gt;Therefore, I cannot lock/unlock the matter smart lock.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding updating the status for lock, I will try to take a video.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 02:07:35 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/579485#M5561</guid>
      <dc:creator>mt0msk</dc:creator>
      <dc:date>2024-01-24T02:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: matter smart lock with Google Home App issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/582989#M5822</link>
      <description>&lt;P&gt;Hi, I'm sorry for delaying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Google Home App cannot set PIN code.&lt;/P&gt;&lt;P&gt;Therefore, I set PIN code from Apple Home App.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, I take the video.&lt;/P&gt;&lt;P&gt;1. I controlled lock from Apple Home App.&lt;/P&gt;&lt;P&gt;Lock status on Google Home App was not changed.&lt;/P&gt;&lt;P&gt;Google Home App needs to reload.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Control from Apple Home" style="width: 300px;"&gt;&lt;img src="https://www.googlenestcommunity.com/t5/image/serverpage/image-id/51244i0EB9EB905BA27ADC/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="out1.gif" alt="Control from Apple Home" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Control from Apple Home&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. I controlled Lock from Google Home App.&lt;/P&gt;&lt;P&gt;Lock status on Apple Home App updated without reload.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Control from Google Home" style="width: 300px;"&gt;&lt;img src="https://www.googlenestcommunity.com/t5/image/serverpage/image-id/51245i57D6DB5FAF14B902/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="out2.gif" alt="Control from Google Home" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Control from Google Home&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 14:32:51 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/582989#M5822</guid>
      <dc:creator>mt0msk</dc:creator>
      <dc:date>2024-02-01T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: matter smart lock with Google Home App issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/598175#M6515</link>
      <description>&lt;P&gt;I got the same problem. I cannot set up a PIN code in the Google Home App? Did you manage to fix this?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 09:33:49 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/598175#M6515</guid>
      <dc:creator>LeoLock</dc:creator>
      <dc:date>2024-02-20T09:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: matter smart lock with Google Home App issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/610586#M6730</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Google has resolved the issue.&lt;/SPAN&gt; Finally, I can unlock my door (e.g. NUKI) without an error message.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 21:20:28 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/610586#M6730</guid>
      <dc:creator>janick</dc:creator>
      <dc:date>2024-04-01T21:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: matter smart lock with Google Home App issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/610712#M6732</link>
      <description>&lt;P&gt;Also works here on the Secuyou patio-door product we are testing&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 13:18:58 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/matter-smart-lock-with-Google-Home-App-issue/m-p/610712#M6732</guid>
      <dc:creator>LeoLock</dc:creator>
      <dc:date>2024-04-02T13:18:58Z</dc:date>
    </item>
  </channel>
</rss>

