Send closest SSID in mail

Post your questions and help other users.

Moderator: Martin

Post Reply
T4NK
Posts: 2
Joined: 11 Aug 2015 18:05

Send closest SSID in mail

Post by T4NK » 11 Aug 2015 18:09

Hi Guys,

I have set up a security flow where a picture is taken and then, along with the GPS-location, gets send through email.
I want to add the SSID-name it is closest to in that mail, is there a way to do that?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Send closest SSID in mail

Post by Martin » 11 Aug 2015 18:46

Hi,

Closest SSID is not possible but you could add all available SSIDs to the mail.
First execute a condition WiFi Available: * in the flow and connect the true-output to the mail action. The condition will populate the variable access_points with the list of all available WiFi networks. You can write the list to the mail with {access_points,listformat,comma} (should also be available in Menü->Select Variable of the mail action when the condition was added to the flow).

You could also use action Init Variable Location: Network with a reasonable timeout to find an approximate location determined with Cells and WiFi access points (internet has to be available to determine the location by network since Google has to query it's database to find the coordinates).

Regards,
Martin

T4NK
Posts: 2
Joined: 11 Aug 2015 18:05

Re: Send closest SSID in mail

Post by T4NK » 12 Aug 2015 06:37

Thnx!

Post Reply