<?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: Scripted Automation for Presence Sensor flooding Activity Feed in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/555571#M36973</link>
    <description>&lt;P&gt;You also could use the suppressFor parameter as part of the starter, to prevent rapid activations in a time window&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 21:47:03 GMT</pubDate>
    <dc:creator>BrienGerber</dc:creator>
    <dc:date>2023-12-04T21:47:03Z</dc:date>
    <item>
      <title>Scripted Automation for Presence Sensor flooding Activity Feed</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/553830#M36801</link>
      <description>&lt;P&gt;I have an Eve Motion sensor that use to control the lights in my kitchen between Sunset and Midnight. The problem is that the Turn Off automation generates an Activity Event every time I leave the kitchen, regardless of time. Why are my conditions being ignored?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;automations:
  - starters:
      - type: device.state.OccupancySensing
        state: occupancy
        is: UNOCCUPIED
        for: 4min
        device: Kitchen Occupancy Sensor - Kitchen
    condition:
      type: and
      conditions:
        - type: time.between
          after: sunset-1hour
          before: 12:00 AM
        - type: home.state.HomePresence
          state: homePresenceMode
          is: HOME
        - type: device.state.OnOff
          device: Kitchen Main Switch - Kitchen
          state: on
          is: false
        - type: device.state.OnOff
          device: Cabinet Light - Kitchen
          state: on
          is: true
    actions:
      - type: device.command.OnOff
        on: false
        devices:
          - Cabinet Light - Kitchen&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 30 Nov 2023 19:39:38 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/553830#M36801</guid>
      <dc:creator>FreemanAMG</dc:creator>
      <dc:date>2023-11-30T19:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted Automation for Presence Sensor flooding Activity Feed</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/555375#M36960</link>
      <description>&lt;P&gt;Is the action actually being performed, or is the routine just showing up in the Activity tab of the Google Home app, but your conditions are filtering out the action?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've noticed sometimes the Activity tab will show the routine even if the conditions correctly filter the action&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:40:51 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/555375#M36960</guid>
      <dc:creator>BrienGerber</dc:creator>
      <dc:date>2023-12-04T14:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted Automation for Presence Sensor flooding Activity Feed</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/555478#M36964</link>
      <description>&lt;P&gt;The actions are not performed, so the conditions do work. Apparently is related to the "For: 4 minutes" part in my trigger&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 17:56:16 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/555478#M36964</guid>
      <dc:creator>FreemanAMG</dc:creator>
      <dc:date>2023-12-04T17:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted Automation for Presence Sensor flooding Activity Feed</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/555571#M36973</link>
      <description>&lt;P&gt;You also could use the suppressFor parameter as part of the starter, to prevent rapid activations in a time window&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 21:47:03 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scripted-Automation-for-Presence-Sensor-flooding-Activity-Feed/m-p/555571#M36973</guid>
      <dc:creator>BrienGerber</dc:creator>
      <dc:date>2023-12-04T21:47:03Z</dc:date>
    </item>
  </channel>
</rss>

