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?
Send closest SSID in mail
Moderator: Martin
Re: Send closest SSID in mail
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
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