#Open Garage when I come home

1 messages · Page 1 of 1 (latest)

simple flicker
#

I have the following automation. The goal is to open the garage when I get home. To test, I have changed it to just notify me (instead of actually opening the garage.
The problem is that it keeps triggering every few minutes even if I am sitting in the same place in my house with my phone in my pocket. I jave a Samsun S21 Ultra.
Any suggestions?

alias: Lee is home
description: ""
triggers:

  • trigger: state
    entity_id:
    • device_tracker.sm_g998u
      from: not_home
      to: home
      conditions: []
      actions:
  • action: notify.mobile_app_sm_g998u
    metadata: {}
    data:
    message: Lee is home
    mode: single
spiral timber
#

Perhaps you need to increase the radius of the home zone. Or enable precise location in the companion app. Point is that you should focus on what's causing the zone to change back and forth

keen rover
simple flicker
#

I have enabled location accuracy and checked that I do not have multiple zones but it is still happening.