Hi all. I have our door lock/alarm system set up to disarm when my wife or I goes into our geo fence. It works as intended but is just a bit slow at times. I have all the permissions and power saving set correctly on the phones. As a work around I set up the following automation. This seemed to alleviate the problem without draining the phone batteries. Any thoughts on a better way to do this or is this solution pretty good? Thanks for any input!
description: ""
triggers:
- trigger: state
entity_id:
- sensor.sm_s928u1_wi_fi_connection
to:
- HomeSSID
- trigger: state
entity_id:
- sensor.sm_s928u1_wi_fi_connection_2
to:
- HomeSSID
conditions: []
actions:
- action: notify.mobile_app_kailynn_phone
metadata: {}
data:
message: request_location_update
- action: notify.mobile_app_kyle_phone
metadata: {}
data:
message: request_location_update
mode: single