<?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 Time-triggered Home Announcement Routines Not Activating On Any Device in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595339#M44549</link>
    <description>&lt;P&gt;I am trying to set a routing at a specific time. The only action is to anounce a message "It is time to take your medication" .&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The problem is that it doesn't work at all. What am I doing wrong?&lt;/P&gt;</description>
    <pubDate>Sun, 11 Feb 2024 19:03:30 GMT</pubDate>
    <dc:creator>Camilo</dc:creator>
    <dc:date>2024-02-11T19:03:30Z</dc:date>
    <item>
      <title>Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595339#M44549</link>
      <description>&lt;P&gt;I am trying to set a routing at a specific time. The only action is to anounce a message "It is time to take your medication" .&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The problem is that it doesn't work at all. What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 19:03:30 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595339#M44549</guid>
      <dc:creator>Camilo</dc:creator>
      <dc:date>2024-02-11T19:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595340#M44550</link>
      <description>&lt;P&gt;in general, I haven't found the way to trigger voice reminders (or tasks if you want) at a specific time by any means. It is very frustrating.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 19:05:35 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595340#M44550</guid>
      <dc:creator>Camilo</dc:creator>
      <dc:date>2024-02-11T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595380#M44558</link>
      <description>&lt;P&gt;Hi, this code works. You also can do it in the Google Home App.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;metadata:&lt;/P&gt;&lt;P&gt;&amp;nbsp; name: Time Scheduled Message&lt;/P&gt;&lt;P&gt;&amp;nbsp; description: P. Stephan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;automations:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - starters:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: time.schedule&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Required. Time to schedule automation. Accepts either clock time (10:00:00 AM, with seconds optional, or in a 24 hour format), or 'sunrise' or 'sunset', with an optional offset ('sunrise+10m', for instance)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at: 22:15:00 # HH:MM (24 hours format)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Optional&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; weekdays:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - MON&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - TUE&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - WED&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - THU&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - FRI&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - SAT&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - SUN&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; actions:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: assistant.command.Broadcast&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; devices: Nest - Wohnzimmer&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; message: Testmessage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 21:19:18 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595380#M44558</guid>
      <dc:creator>Pitsom</dc:creator>
      <dc:date>2024-02-11T21:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595389#M44562</link>
      <description>&lt;P&gt;In my experience, the Home Automation Scripts do not currently do this reliably; however, the Google Home App works flawlessly for this. I set this up for my elderly mother and it works perfectly everyday. Just create a 'Household routine', choose a 'time of day' and 'day of the week' starter, and choose 'Announce to household' action.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 21:57:03 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595389#M44562</guid>
      <dc:creator>salbando</dc:creator>
      <dc:date>2024-02-11T21:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595392#M44563</link>
      <description>&lt;P&gt;Interesting. I am a programmer but I don't know about this type of script. Where does this code go?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 22:03:33 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595392#M44563</guid>
      <dc:creator>Camilo</dc:creator>
      <dc:date>2024-02-11T22:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595394#M44564</link>
      <description>&lt;P&gt;Does it announce the message out loud on the google nest mini device&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 22:04:20 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595394#M44564</guid>
      <dc:creator>Camilo</dc:creator>
      <dc:date>2024-02-11T22:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595395#M44565</link>
      <description>&lt;P&gt;It announces it on both of her speakers. One is a nest mini and the other is a nest audio (the bigger one).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 22:09:34 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595395#M44565</guid>
      <dc:creator>salbando</dc:creator>
      <dc:date>2024-02-11T22:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595400#M44567</link>
      <description>&lt;P&gt;You have to go to Google Home Web. home.google.com&lt;/P&gt;&lt;P&gt;Use the script editor and paste the code. Validate Save and Aktivate the Script.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 22:57:31 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595400#M44567</guid>
      <dc:creator>Pitsom</dc:creator>
      <dc:date>2024-02-11T22:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Time-triggered Home Announcement Routines Not Activating On Any Device</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595628#M44585</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Google Automation (&lt;A href="https://home.google.com/" target="_blank"&gt;https://home.google.com/&lt;/A&gt;), you can also set the volume.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:17:55 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Time-triggered-Home-Announcement-Routines-Not-Activating-On-Any-Device/m-p/595628#M44585</guid>
      <dc:creator>Hollen_ar_mor</dc:creator>
      <dc:date>2024-02-12T18:17:55Z</dc:date>
    </item>
  </channel>
</rss>

