• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How to monitor WiFi disconnects using Tasker?

ldm1417

Member
Hi All,

Hi is it possible to monitor WiFi disconnects using Tasker?

I tried to do this using the 'HTTP Get' command, but the %HTTPR variable receives the '200' value even there is no a real connection to the Internet. Only then WiFi is OFF, %HTTPR=-1, in all other cases %HTTPR=200.

What another method to keep a eyeon the WiFi disconnects?

Thank you!
 
Monitor connects
Code:
Profile: AAC
State: Wifi Connected [ SSID:* MAC:* IP:* Active:Yes ]
Enter: Anon
A1: Flash [ Text:Connected Long:Off ]

Monitor disconnects
Code:
Profile: AAD
State: Not Wifi Connected [ SSID:* MAC:* IP:* Active:Yes ]
Enter: Anon
A1: Flash [ Text:Disconnected Long:Off ]

Run with both of them enabled.

… Thom
 
Last edited:
Back
Top Bottom