<?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: check if home in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596344#M44674</link>
    <description>&lt;P&gt;Hi, i think it is possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;time. shedule&lt;/P&gt;&lt;P&gt;at: sunset+/-your time&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 12:37:47 GMT</pubDate>
    <dc:creator>Pitsom</dc:creator>
    <dc:date>2024-02-15T12:37:47Z</dc:date>
    <item>
      <title>check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/594628#M44480</link>
      <description>&lt;P&gt;Am i missing something? The app can only see if I leave or enter a certain location? Is it not simply possible to have an automation that checks whether I am in a location before determining if it should proceed or not? I want my lights to turn on at sunset but only if I am actually home. This seems like the most logical thing ever to do, but it can't be done?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 17:53:33 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/594628#M44480</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-09T17:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/594960#M44522</link>
      <description>&lt;P&gt;Hello! You can create a virtual Google playground switch, and to create this routine, I created a virtual switch, with this same purpose and it worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 13:52:23 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/594960#M44522</guid>
      <dc:creator>15624980</dc:creator>
      <dc:date>2024-02-10T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595526#M44572</link>
      <description>&lt;P&gt;How do I make a 'virtual google playground'?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 09:56:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595526#M44572</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-12T09:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595681#M44596</link>
      <description>&lt;P&gt;Will this help?&lt;/P&gt;&lt;PRE&gt;metadata:
  name: Turn on light in garage at sunset
  description: Turn on light in garage at sunset when I am at home
automations:
  - starters:
      - type: time.schedule
        at: SUNSET
    condition:
      type: home.state.HomePresence
      state: HomePresenceMode
      is: HOME
    actions:
      - type: device.command.OnOff
        devices:
          - light2 - Playground
        on: true&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Feb 2024 21:47:45 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595681#M44596</guid>
      <dc:creator>ToemPoes</dc:creator>
      <dc:date>2024-02-12T21:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595684#M44597</link>
      <description>&lt;P&gt;Is it some kind of script? Where do I put this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 21:55:28 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595684#M44597</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-12T21:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595689#M44598</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the web version of Google Home;&amp;nbsp;&lt;/P&gt;&lt;P&gt;home.google.com&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:01:07 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595689#M44598</guid>
      <dc:creator>ToemPoes</dc:creator>
      <dc:date>2024-02-12T22:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595694#M44600</link>
      <description>&lt;P&gt;Okay, I didn't know there was a web version. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:07:10 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595694#M44600</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-12T22:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595696#M44601</link>
      <description>&lt;P&gt;You have to go to Google Home Web:&amp;nbsp; &lt;A href="https://home.google.com" target="_blank"&gt;https://home.google.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Use the script editor and paste the code. Validate Save and Aktivate the Script.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:13:11 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595696#M44601</guid>
      <dc:creator>ToemPoes</dc:creator>
      <dc:date>2024-02-12T22:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595699#M44602</link>
      <description>&lt;P&gt;I am trying to test this but the devices that are under 'linked to you' in the app don't show up on the web version.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:18:19 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595699#M44602</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-12T22:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595703#M44604</link>
      <description>&lt;P&gt;Can you see the lights in the Google Home App and can you turn them on/off there??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:32:49 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595703#M44604</guid>
      <dc:creator>ToemPoes</dc:creator>
      <dc:date>2024-02-12T22:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595707#M44605</link>
      <description>&lt;P&gt;I managed to find a smartplug, I had to add it to a 'home'. Now the page tells me I need to activate presence sensing and it should be under 'home features' section but it isn't there.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:38:07 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595707#M44605</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-12T22:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595714#M44606</link>
      <description>&lt;P&gt;Okay, so I found it. It's nowhere near where it's supposed to be, but in fact hidden behind some icon in the upper left corner of the first screen of the app.&lt;/P&gt;&lt;P&gt;Anyway test is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[code]metadata:&lt;BR /&gt;name: Turn on schildpadlamp test&lt;BR /&gt;description: Turn on schildpadlamp test&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: time.schedule&lt;BR /&gt;at: 23:55&lt;BR /&gt;condition:&lt;BR /&gt;type: home.state.HomePresence&lt;BR /&gt;state: HomePresenceMode&lt;BR /&gt;is: HOME&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.OnOff&lt;BR /&gt;devices:&lt;BR /&gt;- Schildpadlamp - Den&lt;BR /&gt;on: true[/code]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The device did not turn on at 23:55&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:56:31 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595714#M44606</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-12T22:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595871#M44622</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you enable your phone location for presence sensing?&lt;/P&gt;&lt;P&gt;If not, check this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.google.com/googlenest/answer/10071810?hl=en" target="_blank"&gt;https://support.google.com/googlenest/answer/10071810?hl=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:20:21 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/595871#M44622</guid>
      <dc:creator>ToemPoes</dc:creator>
      <dc:date>2024-02-13T16:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596343#M44673</link>
      <description>&lt;P&gt;I did and it was on, but the 'home' I was using as once that I had created like two smartphones ago, so I decided to make a new home and try again and now it does work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help so far.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question: if I wanted my device turned on&amp;nbsp;@ x minutes before sunset would that be possible?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:27:27 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596343#M44673</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-15T12:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596344#M44674</link>
      <description>&lt;P&gt;Hi, i think it is possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;time. shedule&lt;/P&gt;&lt;P&gt;at: sunset+/-your time&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:37:47 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596344#M44674</guid>
      <dc:creator>Pitsom</dc:creator>
      <dc:date>2024-02-15T12:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596346#M44675</link>
      <description>&lt;P&gt;I tried this but it gives an error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;at: SUNSET-00:05:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:43:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596346#M44675</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-15T12:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: check if home</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596348#M44676</link>
      <description>&lt;P&gt;Nevermind got it to work with:&lt;/P&gt;&lt;P&gt;at: sunset-5min&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:45:56 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/check-if-home/m-p/596348#M44676</guid>
      <dc:creator>111111111111112</dc:creator>
      <dc:date>2024-02-15T12:45:56Z</dc:date>
    </item>
  </channel>
</rss>

