I have Geofency configured with my home address as a tracked location and I configured the webhook. I took my dog for a walk and the location update worked great.
I have 2 questions…
It doesn’t look like Geofency will constantly update my location like OwnTracks will. It appears that I have to create a tracked location in Geofency for every zone in HA. Is that correct?
If I want to use the proximity sensor in HA with Geofency do I need to overlap tracked locations so Geofency updates my location for each tracked location?
Geofency will only track enters and exits. It will not constantly update my location.
To use the proximity sensor you would need multiple geofences and I tried that but sometimes the inner ones would track before the outer ones (when I was coming home) so the proximity component was useless.
I currently use Geofency for a few automations when I leave or arrive home.
I also do this becomes sometimes Geofency will not fire…
- alias: 'Set John to home when iPhone is connected to WiFi'
initial_state: true
hide_entity: false
trigger:
- platform: state
entity_id: binary_sensor.john_phone_ping
to: 'on'
condition:
condition: template
value_template: >
{{ not is_state('device_tracker.981a63d3a9b648358b', 'home') }}
action:
service: device_tracker.see
data:
dev_id: '981a63d3a9b648358b'
location_name: 'home'