<?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 Can Google Nest Doorbell be automated to turn on my front porch lights when it detects motion? in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/543533#M35965</link>
    <description>&lt;P&gt;I would like to use my Google Nest doorbell to turn on my front porch lights when it detects motion. I have a light switch that is Z Wave compatible but do not a Z Wave hub yet. If there is an easier way than with Z wave i am open to suggestions.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2023 17:49:24 GMT</pubDate>
    <dc:creator>rblack335</dc:creator>
    <dc:date>2023-11-06T17:49:24Z</dc:date>
    <item>
      <title>Can Google Nest Doorbell be automated to turn on my front porch lights when it detects motion?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/543533#M35965</link>
      <description>&lt;P&gt;I would like to use my Google Nest doorbell to turn on my front porch lights when it detects motion. I have a light switch that is Z Wave compatible but do not a Z Wave hub yet. If there is an easier way than with Z wave i am open to suggestions.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 17:49:24 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/543533#M35965</guid>
      <dc:creator>rblack335</dc:creator>
      <dc:date>2023-11-06T17:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can Google Nest Doorbell be automated to turn on my front porch lights when it detects motion?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/543924#M35992</link>
      <description>&lt;P&gt;I have a similar scenario at my apt leveraging a Google Nest (Battery) and a Govee lightbullb outside of my front door.&amp;nbsp; If its after Sunset but before Sunrise and the doorbell picks up motion or a ring condition then it turns on the Govee lightbulb.&amp;nbsp; The requirement there , as it is with just about all smart bulbs, is leaving the bulb on at the switch level and controlling it through the app.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anyway, lemme know if the following makes sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Front Door
  description: Person detected then turn on lights if it is after sunset.
automations:
  - starters:
      - type: device.event.DoorbellPress
        device: Doorbell - Front door
      - type: device.event.PersonDetection
        device: Doorbell - Front door
      - type: device.event.FaceUnfamiliarDetection
        device: Doorbell - Front door
      - type: device.event.FaceFamiliarDetection
        device: Doorbell - Front door
    condition:
      type: time.between
      after: sunset
      before: sunrise
    actions:
      - type: device.command.OnOff
        on: true
        devices: Outside Front - Front door #Govee H6003 Bulb&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:45:52 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/543924#M35992</guid>
      <dc:creator>OpethNJ</dc:creator>
      <dc:date>2023-11-07T16:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can Google Nest Doorbell be automated to turn on my front porch lights when it detects motion?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/543938#M35996</link>
      <description>&lt;P&gt;What are you using to Control the light bulbs and to connect to you nest doorbell?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 17:39:47 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/543938#M35996</guid>
      <dc:creator>rblack335</dc:creator>
      <dc:date>2023-11-07T17:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can Google Nest Doorbell be automated to turn on my front porch lights when it detects motion?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/544023#M36003</link>
      <description>&lt;P&gt;The code above is taken from the Google Automations Script Editor:&amp;nbsp; &lt;A href="http://home.google.com" target="_self"&gt;Google Automations Script Editor&lt;/A&gt;&amp;nbsp; .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation starts here:&amp;nbsp;&lt;A href="https://support.google.com/googlenest/topic/13460474?hl=en&amp;amp;ref_topic=13685161&amp;amp;sjid=1101492420219488258-NA" target="_blank" rel="noopener"&gt;https://support.google.com/googlenest/topic/13460474?hl=en&amp;amp;ref_topic=13685161&amp;amp;sjid=1101492420219488258-NA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From within that I have access to the camera as a starter event. This is my Nest Battery Doorbell just with leveraging the name I have applied to both it and the room it is located in.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;PRE&gt;device: Doorbell - Front door&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Also from script editor I have access to pretty much all my 3rd party devices via either service integrations or over Matter. This includes all my Govee lights, all but a few unique Aqara sensors, Kasa power plugs\strips, smart tower fan, Tuya, Aqara app and Smartthings.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From within Script Editor you can do simple things like power on or off lights but also change colors and implement scenes.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;A lot of words to say I run the whole thing through the Automations Script Editor&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 19:32:15 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Can-Google-Nest-Doorbell-be-automated-to-turn-on-my-front-porch-lights-when/m-p/544023#M36003</guid>
      <dc:creator>OpethNJ</dc:creator>
      <dc:date>2023-11-07T19:32:15Z</dc:date>
    </item>
  </channel>
</rss>

