Currently I have seperate profiles for each store but I would like to combine these into one profile that monitors all my store geofences. I have also tried using the %algeofence variable so that it auto populates the text message with the store that I'm at but the text "%algeofence" shows up instead of the geofence that was entered.
I guess my questions are how do I list multiple geofences in the manual geofence name box and how to get the %algeofence variable to work correctly
--
You received this message because you are subscribed to the Google Groups "joaomgcd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joaomgcd+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
From this, I am setting up a profile to keep track of my location. (I have about 30 geofences).
Location: Context: Inside ".+" Inverted (all GeoFences), Entry: Periodically will update my location from a Google HTTP Get api if profile is active, Exit: Variable set (%MYLOC to %algeofence), AutoNotification(You are at %MYLOC)
EDIT: I saw in another reply joaomgcd mentioned the ".+" as a manual regex, (I tested and it works for Inside all geofences), i will test this with the Invert checked for effectively Outside all geofences. (Will have to wait to leave home to see if it works)
I'm also having trouble getting this to work. Even a basic task, with only the AL geofence entry as the state, and a 'flash %algeofence' as the action, doesn't substitute the value - I just get '%algeofence' flashed, and a variable assignment just assigns '%algeofence' as the value.
I tried a '.+' regexp match as well as selecting the geofence manually, and it still didn't work. The condition is hit, and the task runs, but the variable doesn't seem to be set at all (or its not making it into tasker)
Bradley
The one you mailed me last night to fix the trial issue.
The profile I'm using is:
Profile: Flash Geolocation (41)
State: AutoLocation Geofences [ Configuration:Geofence Name: .+
Use Regex: true
Status: Inside ]
Enter: Anon (42)
A1: Flash [ Text:Entered %algeofence Long:On ]
Exit: Anon (43)
A1: Flash [ Text:Left %algeofence Long:On ]
Bradley