<?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: Automation script won't work if voice match necessary? in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/474601#M21542</link>
    <description>&lt;P&gt;Were you able to find a resolution to this&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2023 12:27:04 GMT</pubDate>
    <dc:creator>npcdevon</dc:creator>
    <dc:date>2023-08-29T12:27:04Z</dc:date>
    <item>
      <title>Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435640#M18711</link>
      <description>&lt;P&gt;I wrote an automation that adjusts the volume on some speakers and then shuffles one of my playlists and plays them on the speakers. The only problem is it seems like the voice command to shuffle my playlist requires voice match, but when I send that command via the automation script, it doesn't seem like my voice match is available (even though I trigger the automation by a voice command).&lt;/P&gt;&lt;P&gt;In other words, I say "Music time" to trigger the automation, the speakers' volume changes, and the script tells my assistant "Shuffle my likes playlist and play on living room speakers," but the speaker responds saying I need to set up voice match in my Assistant settings.&lt;/P&gt;&lt;P&gt;Is there any way to have the speaker recognize my voice when I trigger the automation and "pass that verification along" when the script gives Assistant a command? If not, I'll submit this as a feature request at&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/td-p/435571" target="_blank"&gt;https://www.googlenestcommunity.com/t5/Home-Automation/Script-Editor-Share-your-ideas-and-vote-on-others-ideas/td-p/435571&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 01:09:38 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435640#M18711</guid>
      <dc:creator>austinsmith</dc:creator>
      <dc:date>2023-06-17T01:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435651#M18712</link>
      <description>&lt;P&gt;That's very interesting&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/274175"&gt;@austinsmith&lt;/a&gt;&amp;nbsp;- I just tried running this script it worked fine for me. I wonder if this is related to your Assistant settings? Can you try other commands via the script editor? Can you try the same query directly (without the scripted Routine?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;metadata:
  name: Music time
  description: Test music time

automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: Music time

  actions:
    - type: assistant.command.OkGoogle
      okGoogle: Shuffle my likes playlist and play on Living room
      devices: Main speaker - Living room&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 01:54:10 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435651#M18712</guid>
      <dc:creator>Prafulla</dc:creator>
      <dc:date>2023-06-17T01:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435669#M18721</link>
      <description>&lt;P&gt;Huh, I guess it must be somewhere on my end then. I can use the command directly on the speaker, and the automation can handle sending requests like "What's the weather?" to the speaker just fine. I have my voice match set up on all my devices, so I'm not sure what else I could change. But I guess I'll keep trying!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 02:51:57 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435669#M18721</guid>
      <dc:creator>austinsmith</dc:creator>
      <dc:date>2023-06-17T02:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435674#M18722</link>
      <description>&lt;P&gt;What happens when you use the following script and say "OK Google, test automation". Does it still complain that you need to setup voice match?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;metadata:
  name: Test automation
  description: Test automation

automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: Test automation

  actions:
    - type: assistant.command.OkGoogle
      okGoogle: Tell me the weather
      devices: &amp;lt;your speaker name from autocomplete&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 03:34:20 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435674#M18722</guid>
      <dc:creator>Prafulla</dc:creator>
      <dc:date>2023-06-17T03:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435687#M18725</link>
      <description>&lt;P&gt;That works fine&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 04:07:51 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435687#M18725</guid>
      <dc:creator>austinsmith</dc:creator>
      <dc:date>2023-06-17T04:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435689#M18726</link>
      <description>&lt;P&gt;Interesting. Can you then try:&lt;/P&gt;&lt;P&gt;case1: Change the "Test automation" to "Music time". Test. Revert.&lt;/P&gt;&lt;P&gt;case2: Change "Tell me the weather" to your query "Shuffle my likes playlist and play on living room speakers". Test. Revert.&lt;/P&gt;&lt;P&gt;case3: Change both. Test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which of these cases break and trigger "setup voice match" message?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 04:12:31 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/435689#M18726</guid>
      <dc:creator>Prafulla</dc:creator>
      <dc:date>2023-06-17T04:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/436271#M18831</link>
      <description>&lt;P&gt;Case 1 works fine.&lt;/P&gt;&lt;P&gt;Cases 2 and 3 both get the same error, the "shuffle" command breaks it whether it's triggered by "Test automation" or "Music time."&lt;/P&gt;&lt;P&gt;If it's helpful, the full error message is "I can only do that once I verify your voice. Try going to Assistant settings, then checking your Voice Match settings," or sometimes the first sentence "I can only share personal information once I verify your voice."&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 03:36:59 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/436271#M18831</guid>
      <dc:creator>austinsmith</dc:creator>
      <dc:date>2023-06-18T03:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/436279#M18833</link>
      <description>&lt;P&gt;I might have a deeper issue because the SetVolume command actually hasn't been changing the devices' volumes, it just didn't cause an error so I hadn't noticed.&lt;/P&gt;&lt;P&gt;(To be clear, the test automations I was running were a direct copy of your code, so they only had the one command, shuffling, not any volume actions.)&lt;/P&gt;&lt;P&gt;Also strangely, the script editor autocomplete is showing a "device.command.VolumeRelative" type and creates a corresponding "relativeSteps:" attribute below it when selected, but the Validate button flags VolumeRelative as "an unknown type name". No idea if any of this is related, but it seems like something weird is going on. I'll probably try unplugging things and logging out and back in to the script editor and such!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 04:28:22 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/436279#M18833</guid>
      <dc:creator>austinsmith</dc:creator>
      <dc:date>2023-06-18T04:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/474450#M21511</link>
      <description>&lt;P&gt;I am getting the same message when I added to the script to play a playlist from my library (I have youTube Premium). Direct voice command works but not through script editor. Also, I noticed that it works when I give generic instructions&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 22:06:02 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/474450#M21511</guid>
      <dc:creator>npcdevon</dc:creator>
      <dc:date>2023-08-28T22:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/474601#M21542</link>
      <description>&lt;P&gt;Were you able to find a resolution to this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 12:27:04 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/474601#M21542</guid>
      <dc:creator>npcdevon</dc:creator>
      <dc:date>2023-08-29T12:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/483656#M22400</link>
      <description>&lt;P&gt;It's a bug with new updates. My routines that would play music, change phone volume and some other things were working fine until the new updates now cannot do any of these task. Some require voice match changes in Google Assistant settings others say it cannot control my phone.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assistant is more broken now then before. Bugs are only piling up not resolving.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 03:56:59 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/483656#M22400</guid>
      <dc:creator>Zeesh</dc:creator>
      <dc:date>2023-09-23T03:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/574674#M41590</link>
      <description>&lt;P&gt;This is also happening on my Google home units - makes my automations useless.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 16:53:16 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/574674#M41590</guid>
      <dc:creator>fatherabe14</dc:creator>
      <dc:date>2024-01-10T16:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Automation script won't work if voice match necessary?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/606365#M45399</link>
      <description>&lt;P&gt;Same when the script gets to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- type: assistant.command.OkGoogle&lt;BR /&gt;devices:&lt;BR /&gt;- &amp;lt;speaker&amp;gt;&lt;BR /&gt;okGoogle: Tell me my first calendar event for tomorrow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine if I directly ask the speaker the same question, or from an identically formatted automation&amp;nbsp; in the Home app.&lt;BR /&gt;&lt;BR /&gt;I even tried retraining voice match - it was a new set of things to say, so probably didn't hurt to retrain it - but it still didn't work.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2024 15:51:01 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-script-won-t-work-if-voice-match-necessary/m-p/606365#M45399</guid>
      <dc:creator>nyxtryx</dc:creator>
      <dc:date>2024-03-16T15:51:01Z</dc:date>
    </item>
  </channel>
</rss>

