<?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 Unable to disable ADT alarm with text command in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Unable-to-disable-ADT-alarm-with-text-command/m-p/555403#M36963</link>
    <description>&lt;P&gt;With spoken command to disable alarm, G assistance responds with prompt for security code, code given and alarm is disabled. Perfect! However, if using the text command, in an automation, with code provided in text string, G assistant returns with error that it is unable to complete task. Has anyone found a solution to this issue?&lt;/P&gt;&lt;P&gt;I even went as far as using the console and AI to create automation script but received "unsupported" error when doing disarm - note the scripted "arm" version works.&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: Disarm security&lt;BR /&gt;description: Disarm the security system at 6am every day&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: time.schedule&lt;BR /&gt;at: 6:00&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.Disarm&lt;BR /&gt;devices:&lt;BR /&gt;- Home ADT - Dining Room&lt;BR /&gt;code: 1234&lt;/P&gt;&lt;P&gt;[ArmDisarm] with [action.devices.types.SECURITYSYSTEM] is currently not supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 15:26:26 GMT</pubDate>
    <dc:creator>2016themorrison</dc:creator>
    <dc:date>2023-12-04T15:26:26Z</dc:date>
    <item>
      <title>Unable to disable ADT alarm with text command</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Unable-to-disable-ADT-alarm-with-text-command/m-p/555403#M36963</link>
      <description>&lt;P&gt;With spoken command to disable alarm, G assistance responds with prompt for security code, code given and alarm is disabled. Perfect! However, if using the text command, in an automation, with code provided in text string, G assistant returns with error that it is unable to complete task. Has anyone found a solution to this issue?&lt;/P&gt;&lt;P&gt;I even went as far as using the console and AI to create automation script but received "unsupported" error when doing disarm - note the scripted "arm" version works.&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: Disarm security&lt;BR /&gt;description: Disarm the security system at 6am every day&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: time.schedule&lt;BR /&gt;at: 6:00&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.Disarm&lt;BR /&gt;devices:&lt;BR /&gt;- Home ADT - Dining Room&lt;BR /&gt;code: 1234&lt;/P&gt;&lt;P&gt;[ArmDisarm] with [action.devices.types.SECURITYSYSTEM] is currently not supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 15:26:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Unable-to-disable-ADT-alarm-with-text-command/m-p/555403#M36963</guid>
      <dc:creator>2016themorrison</dc:creator>
      <dc:date>2023-12-04T15:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to disable ADT alarm with text command</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Unable-to-disable-ADT-alarm-with-text-command/m-p/632623#M47354</link>
      <description>&lt;P&gt;Also trying to get some help with this to set up arrive and away arm/disarm when arriving and leaving home. Can anyone help here?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# ------------------------------------------------------------------------------------------ #
# Lines starting with “#” are comments and will be ignored by the automation.
# Indentation determines hierarchy within the script.
# Visit g.co/home/script-editor-docs for full documentation.
# ------------------------------------------------------------------------------------------ #

metadata:
  name: Turn off G Unit Home # Choose a short name that summarizes important starters and actions, like “Sunset lights”.
  description: Scripted automation # Write a detailed description that includes everything the automation does, like “At sunset, on weekdays, close blinds, turn on lights to 50%, and play the sunset playlist on certain speakers.”

automations:
  # “starters” and “actions” are required; “conditions” are optional.
  # Use Ctrl + Space to see autocomplete suggestions.

  # ---- STARTERS ---- #
  # Starters describe events that will start the automation.
  # To add more than one starter, duplicate the "- type" section under "starters".
  # If you add multiple starter events, any one of them happening will start the automation.
  starters:
    - type: home.state.HomePresence
      state: homePresenceMode
      # [available operators: is, isNot]
      is: HOME
  # ---- ACTIONS ---- #
  # Actions will start when a starter event takes place and all conditions are met.
  # Actions will start in the order they appear in the script and with any delay specified.
  # To add more than one action, duplicate the "- type" section under "actions".
  actions:
    - type: device.command.ArmDisarm # Set the alarm level of the device. # Set the alarm level of the device. # Set the alarm level of the device.
      devices: G Unit - Kitchen
      arm: false
      armLevel: AWAY&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 14:49:30 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Unable-to-disable-ADT-alarm-with-text-command/m-p/632623#M47354</guid>
      <dc:creator>martinmfejka</dc:creator>
      <dc:date>2024-07-22T14:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to disable ADT alarm with text command</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Unable-to-disable-ADT-alarm-with-text-command/m-p/637917#M47638</link>
      <description>&lt;P&gt;I'm also having this issue - it seems that 'arm: true' works fine but 'arm: false' throws an error.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 12:04:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Unable-to-disable-ADT-alarm-with-text-command/m-p/637917#M47638</guid>
      <dc:creator>mcgarrymurr</dc:creator>
      <dc:date>2024-08-18T12:04:53Z</dc:date>
    </item>
  </channel>
</rss>

