Request trigger Location improvement

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
natong
Posts: 80
Joined: 29 Aug 2015 05:24

Request trigger Location improvement

Post by natong » 25 Nov 2016 15:21

Think about when you stay home for 10 hours. Sometime the google location may get position far away from where you are (low accuracy). These behavior will trigger the exit event.

So, If the exit/enter event occur, you can request a new location with high accuracy.
Is it good if you can add in the internal code before fire the event?
And the radius will work very high accuracy too. And we don't need the addition task to check the real distance.

Currently, I tried by myself. The trigger will run twice when google position is invalid or low accuracy.
1. Trigger Location : do exit event when google position is invalid and far away.
2. Action Init Variable Location : request new high accuracy.
3. Trigger Location : do enter event when google position is valid again (from #2).
Screenshot_2016-11-25-22-33-38-741.jpg
Screenshot_2016-11-25-22-33-38-741.jpg (26.9 KiB) Viewed 19081 times

User avatar
KlaymenDK
Posts: 11
Joined: 17 Jan 2017 21:00

Re: Request trigger Location improvement

Post by KlaymenDK » 19 Jan 2017 21:26

+1 Me too!

It's really vague how the different location modes work in Automagic; it seems to be using either (power-hungry) GPS or a single "random" nearby radio tower. I loved how Llama would let you scan for "any towers that I might catch at this location" and thereby obtain a very reliable (rough) location for zero power expense.

Please consider going into greater detail about how the "Network" system works -- or better yet, implement a system similar to Llama's and let us determine a location based on any of a given list of towers, and a simple way to build that list.

User avatar
Philip
Posts: 82
Joined: 08 Jun 2015 19:20
Location: Hampshire, UK

Re: Request trigger Location improvement

Post by Philip » 19 Jan 2017 22:51

KlaymenDK wrote:Please consider going into greater detail about how the "Network" system works -- or better yet, implement a system similar to Llama's and let us determine a location based on any of a given list of towers, and a simple way to build that list.
It's already there in the Phone Cell GSM Condition - you use the Start and Stop buttons to collect the list of cell towers.
--
Philip

User avatar
KlaymenDK
Posts: 11
Joined: 17 Jan 2017 21:00

Re: Request trigger Location improvement

Post by KlaymenDK » 20 Jan 2017 06:08

Oho! Well ain't I glad I asked. Thanks! :mrgreen:

User avatar
KlaymenDK
Posts: 11
Joined: 17 Jan 2017 21:00

Re: Request trigger Location improvement

Post by KlaymenDK » 20 Jan 2017 08:07

So for location purposes, should I prefer LAC, CID, or both?

Locked