#Hello...

1 messages · Page 1 of 1 (latest)

quartz oracle
#

#1284980040940912641 I have setup an automation to trigger alarm when home zone drops to 0. However, it seems to never trigger when both phones leave the zone. Is this something that is not reliable, using the companion app/gps sensor?

alias: Arm Alarm
description: ''
triggers:

  • trigger: numeric_state
    entity_id:
    • zone.home
      below: 1
      conditions: []
      actions:
  • action: alarm_control_panel.alarm_arm_away
    metadata: {}
    data: {}
    target:
    entity_id: alarm_control_panel.alarm_control_panel
    mode: single
muted cave
#

Did you check if it actually goes to 0?

#

Please reformat that so I can tell if there is a YAML error.

broken ledgeBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

quartz oracle
#

@muted cave how do I confirm it goes to 0? Do I need remote access to HA to confirm that?

paper acorn
#

I have a working automation that executes steps (e.g. "if door unlocked, then lock it" , "if alarm not set, set it" etc) when the number of people drops to zero. I can dig it up and share the code if you need it 🙂

broken ledgeBOT
quartz oracle
#

@muted cave It's set to 2 now because we are both in zone.