I have a strange problem that sometimes there’s a long delay (more then a minute) with opening the gate for the car.
The automation is simple, based on “entering zone” geolocation.
Trigger → When my phone enters a zone
Action → Open the gate
The gate is a nice systems IT4Wifi unit connected via the homekit integration.
What I observed in the logs is that the phone enters zone works fine, it’s fast and accurate , although I see “phone entered zone” 2 or 3 times in the log, not sure if that’s a problem.
What I also see is that the automation fires instant , so firing is fine but then, for no reason, it takes a long time before the gate actually opens (and also not always, but 50% of the time)
I checked quite some things, HA runs on an intel NUC with enough power, but I made sure it’s on performance mode.
I checked networking, wifi, etc… all good…
What is also strange is , if the gate is not opening and I press the “open gate” button manually via HA ui, the gate opens instant.
I have no idea what’s causing this… hope someone has an idea…
this is the automation:
alias: Hek zone regeling
description: ""
triggers:
- device_id: 8264018fb51e1b47d8871593eafc62b2
domain: device_tracker
entity_id: bdb240fce5fdeeca1287d74b795349c3
type: enters
trigger: device
zone: zone.home
- device_id: 38903fd9e9379183f3e2dbb65732a002
domain: device_tracker
entity_id: 0e46b4d27ee4af0cf34f314dcb35b000
type: enters
trigger: device
zone: zone.home
- device_id: 9919c2236cca4c01d93f01b28fa78cb7
domain: device_tracker
entity_id: 64b11da079bc57c7d388df8f2bed23e9
type: enters
trigger: device
zone: zone.home
- device_id: a0601c8b162f6ad31228b216d5f181a2
domain: device_tracker
entity_id: 5073c9668173ce0ca95606b5b5e0f453
type: enters
trigger: device
zone: zone.home
conditions: []
actions:
- action: cover.open_cover
target:
entity_id:
- cover.niceit4wifi4a81da_garage_door
data: {}
mode: single
And a screenshot in which you can see my device entering “home” is there multiple times… why ? is this the issue ?