I’d love to see geofencing incorporated into the home security. When i leave home the security system would automatically Arm and when i came home it would automatically disarm. This is my wish list for 2025.
Thanks
I’d love to see geofencing incorporated into the home security. When i leave home the security system would automatically Arm and when i came home it would automatically disarm. This is my wish list for 2025.
Thanks
Wyze definitely needs to integrate this into their app and their automation rules/actions.
FWIW I actually already do this with Wyze HMS. The 3rd party Wyze API in Home Assistant allows us to change the Wyze HMS status to armed or Disarmed and we can do geofencing rules through Home Assistant too. So I can already setup my Wyze HMS to arm itself when everyone in my family leaves home or disarm whenever anyone in the family comes back home. So anyone who doesn’t want to wait for Wyze to do this within their own app, you can do this through a Home Assistant integration right now.
But again, Wyze still needs to make this possible themselves through their official app.
Thank you.
Can you explain how to do it. I would really appreciate it.
Thanks
Have they ever improved geo fencing to put the work on the AC powered fence instead of having the phone check at intervals using battery power?
I am curious if methods have changed since I last looked at geo fencing.
I will tell you that it can be a little complex to do. You will need to setup either a VPN or reverse proxy or pay for the Nabu Casa subscription to allow accessing your Home Assistant instance away from home, but here are general steps:
In that case, it will check if everyone is not home, and if so, it arms the system, otherwise if anyone comes home, it disarms it…but I think it actually has to be coded a little differently like this:
actions:
- device_id: 111111deviceid111111
domain: alarm_control_panel
entity_id: 111111entityID11111111
type: disarm
There are several other ways this could be accomplished. I am personally fond of using “Helper Groups” for my purposes, but that is an extra thing to learn and I’m trying to avoid overcomplicating things when you’re just starting out.
Yes and no. Unfortunately, Geofencing probably still works the same as the last time you checked. However, the thing about using geofencing with Home Assistant (compared to basically ANY other app) is that you can decide all the details…the update frequency, the accuracy, maybe even just have it check in when Google was already updating all the sensors, so it doesn’t even use any more battery than your phone was already going to use anyway and many other options. I wish all apps gave us such control. I can decide when my phone switches to high accuracy mode and for how long, or if it just updates sensors whenever it does normal check-in and all sorts of stuff. I have not found a single app that is better at doing geofencing. I can make it work exactly how I want and exactly how accurate, and configure zone sizes, etc. I wish they were all like this. We can only guess at what methods other apps use and how much they drain the battery when we allow location tracking for geofencing.
Thanks for the explanation and update.