<?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: Google Home garage script with sunrise condition in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/651089#M48995</link>
    <description>&lt;P&gt;Thank you very much, that works perfectly.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 19:41:54 GMT</pubDate>
    <dc:creator>shanecb</dc:creator>
    <dc:date>2024-10-22T19:41:54Z</dc:date>
    <item>
      <title>Google Home garage script with sunrise condition</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/650794#M48975</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've just recently installed a smart light switch in my garage and now want to add this into an automation which opens my garage door (which is on a smart relay)&lt;/P&gt;&lt;P&gt;I have a standard automation set up in the app to open the garage door when I say a certain phrase, but now I'd like to add the light to this. My issue is, I'd only want the light to come on if it's executed between sunset and sunrise.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;If so, do I need to have two scripted automations (one to open if sunrise condition is not met and one to open and turn light on if it is)?&lt;/P&gt;&lt;P&gt;Would some kind person assist me with an example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, as an aside, is there a way to create a script to require a verbal code before executing an action?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 08:19:27 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/650794#M48975</guid>
      <dc:creator>shanecb</dc:creator>
      <dc:date>2024-10-21T08:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Google Home garage script with sunrise condition</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/651080#M48994</link>
      <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/607849"&gt;@shanecb&lt;/a&gt;, Using the web based google home script editor (&lt;A href="https://home.google.com/home" target="_blank" rel="noopener"&gt;https://home.google.com/home&lt;/A&gt;), you would create a 2nd script that would turn the light on when the garage door is opened. Below is a sample script that I just did that will turn the light on in my sunporch when the heater in the sunporch is turned on but only after sunset and before sunrise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Turn on light when the heater is on
  description: Turn on light when the heater is on
automations:
  - starters:
      - type: device.state.OnOff
        device: Heater - Sunporch #replace this with your garage door relay name 
        state: on
        is: true
    condition:
      type: time.between
      after: SUNSET
      before: SUNRISE
    actions:
      - type: device.command.OnOff
        devices:
          - Porch overhead - Sunporch #replace this with your garage light name
        on: true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, as far as I know, home automations/scripts won't ask for or wait for further instructions once activated.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 18:19:57 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/651080#M48994</guid>
      <dc:creator>GBD</dc:creator>
      <dc:date>2024-10-22T18:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Google Home garage script with sunrise condition</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/651089#M48995</link>
      <description>&lt;P&gt;Thank you very much, that works perfectly.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 19:41:54 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/651089#M48995</guid>
      <dc:creator>shanecb</dc:creator>
      <dc:date>2024-10-22T19:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Google Home garage script with sunrise condition</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/651122#M48998</link>
      <description>&lt;P&gt;&lt;SPAN style="background-color:transparent;color:#434343;font-size:10.5pt;"&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/607849"&gt;@shanecb&lt;/a&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:transparent;color:#434343;font-size:10.5pt;"&gt;Thanks for bringing your concern to our attention and posting it in the community. I apologize for the inconvenience you were having with the Google Home script.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:transparent;color:#434343;font-size:10.5pt;"&gt;Let us know if you have any other questions about it. If you have inquiries about any Google Nest products, don’t hesitate to ask and feel free to post them.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:transparent;color:#434343;font-size:10.5pt;"&gt;In addition, thanks to &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/93138"&gt;@GBD&lt;/a&gt;&lt;/SPAN&gt; for your quick and easy-to-understand response.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:transparent;color:#434343;font-size:10.5pt;"&gt;&amp;nbsp;Warm regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:transparent;color:#434343;font-size:10.5pt;"&gt;Catheryn.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 22:47:05 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-garage-script-with-sunrise-condition/m-p/651122#M48998</guid>
      <dc:creator>catheryn</dc:creator>
      <dc:date>2024-10-22T22:47:05Z</dc:date>
    </item>
  </channel>
</rss>

