Page 1 of 1

How to get, SSID and wifi signal strength?

Posted: 25 Jul 2014 22:19
by soy.dmr
Hello.

I want to make a log file with SSIDs and signal strength, but I don´t see how to do that. So How I can get SSIDs connected or not to some one? like android OS, on wifi setup options.

Regards and thank you in advance.

Re: How to get, SSID and wifi signal strength?

Posted: 26 Jul 2014 13:34
by Martin
Hi,

Automagic only provides a way to get the signal strength of the connected SSID with condition WiFI Signal Strength. Also check out the provided variables in the help page of the condition.
You can get the signal strength changes of the connected SSID with trigger General Broadcast and the provided example WiFi Signal Level (Android usually only sends the change when the display is turned on).

Regards,
Martin

Re: How to get, SSID and wifi signal strength?

Posted: 04 Aug 2014 16:12
by soy.dmr
OK, thank you for the support.

Let me share my thoughts.

I want to make a flow to make a Data base of SSIDs around my paths and do a profile after that, I think, wifi radio is faster and more battery friendly that GPS, and in my paths I have too much no signal areas, except wifi.

I don´t want connect on each SSID, only need SSID name and signal strength. Do you have some idea?

Regards

Re: How to get, SSID and wifi signal strength?

Posted: 04 Aug 2014 16:56
by Martin
You could use an action WiFi Scan and a trigger WiFi Scan Results Available to check which wifi access points are available. You could also use a condition WiFi Available to access the scan results periodically in a flow. Both methods won't provide the signal strength of each access point. Do you really want to take the signal strength into account to determine your location?

Regards,
Martin

Re: How to get, SSID and wifi signal strength?

Posted: 04 Aug 2014 17:57
by soy.dmr
Only to discriminate, but not strictly necessary.

Thank you so much