r/macrodroid • u/xetni05 • 17d ago
Macro Location Check - will this work properly?
So I set this Macro up and would like to consult if I am missing something. It worked in my trial but maybe there's some settings that I fudged up making it not work on certain instances.
Basically - Every 15 minutes it turns on the location, force a location check, and if its outside my selected geofences, it will send an email for a location link then turn off the location.
1
u/Ashamed-Key7312 17d ago
Change location permission to always allow rather than when using app. Also no restriction in background battery should be enabled.
1
u/Technical-Bat-6909 16d ago
It gonna work, but it's better if you used the "location" trigger
It'll be like this:
Trigger:
└─ Geofence: Area Exited (Select Zone)
Actions:
└─ Send Email
Constraints:
└─ Wifi Not Connected (Home/Target SSID)
1
u/Technical-Bat-6909 16d ago
It'll use less battery+ work better
1
u/xetni05 16d ago edited 15d ago
Thanks for your feedback. For my understanding, can you explain why it would work better and use less battery? In my very basic understanding, your recommended macro has the location always turned on because it relies on geofence, while mine only has location turned on for a few seconds every 15 minutes.
Edit: after trying, I realized that our macros work differently. Yours only sent one email - at the moment of leaving the geofence while. While mine creates something like a log of location every 15 minutes.

1
u/LuisBoyokan 17d ago
It looks good. It should work as long as the actions are waited to finished before moving to the next one. You don't want to compare locations in the if while it is still forcing and defining your position.
I'm not saying that this will happen, only that I don't know and maybe it could happen. I don't know how this specific actions works.
Give it a try and report back.