#Home Zone Notification Troubleshooting
1 messages · Page 1 of 1 (latest)
Hello, the code will be easier to read if you drop it into a text editor, save it as a .yaml file, and upload it here.
user858753257's Geofencing Notification Automation Troubleshooting
That way we can see if there were any formatting issues pre-paste.
That said, since you said "but not the coming home/entering," I'm assuming that you're sitting at home right now with the device and it's not showing up as being in your home zone now?
If that's the case, I'd check to make sure you've got location pushes on with HA on both the app and iOS itself.
For the HA app, you can go to Settings -> Location and see three fields, for Location Permission, Location Accuracy, and Background Refresh. Mine are set to Always, Full, and Enabled myself.
There's a button below that, below where it says "Location History" that says "Update Location." You can try to press that and see if it sets your phone as being in the Home Zone, and thereby triggering your automation.
Update Source -> Zone enter/exit should be check on.
As for iOS, in Settings -> Privacy & Security -> Location Services -> Home Assistant I have mine on "Always" and Precise location is on.
I cant paste files here . Maybe i dont have the rights ?
Ah yeah you're right. Well, you can paste it in #automations-archived and I'll read it
Ah, can't do that either. Psh, lol, sorry. Just DM it to me and I'll read it.
I think we're both new and lacking alittle.
the device which i want to track is read via the AVM/Fritzbox plugin (router) into HA
Ah, my bad, so you're doing the IP method of zone tracking?
when its so called than yes . The device has no HA app on it
And so when you left the home, you fell off network, and were successfully marked as away. But now you're home, but not marked home. And the device is for sure on the network?
The status in HA is shown leave/enters zone home
But push only works when leaving
Ok, so status is updating correctly, but the automation is only triggering for Leaving. Let me look at the code again, one sec.
Looking over it now, I see the blueprint you used for leaving is using the person entity, so maybe we can match that.
It looks like you've already attached the device to your person account?
If you haven't already done it, it is found in Settings -> people -> click on your user account -> Track Device -> the device provided by AVM FRITZ!Box integration.
After that, let's set the trigger of your automation to be be a zone trigger instead of a device Trigger.
Add Trigger -> Zone
Entity with Location = Your User Account Name (person.you)
Zone = Home (zone.home)
Event = Enter
Entity with Location = Your User Account Name (person.you) -> here i cant find the person i have added to this device
If you click the dropdown box for that field, can you scroll down to find it? If not, is the device itself there?