To turn on WiFi at home or any particular location you need to start with the proper Context then add the Tasks. So starting at the Profiles screen:
That should do it.
- New
- New Profile Name - WiFi On at Home (your choice)
- First Context - Location - A Map comes up with your current location, If that is OK, then set the Radius you want. I use 50 meters for my house just to be safe in case the GPS gets a little off.
- Done
- Name Context - Home (your choice)
- Task Selection
- New Task
- Net
- WiFi - Set to On
- Done
- Tap on Task Bubble and Select Add Exit Task
- New Task - Name Stop WiFi (your choice)
- +
- WiFi - WiFi Net - Action Disconnect
- Done
- +
- WiFi - WiFi - Set to Off
- Done
The point is I want to use Cell Near as it can better save battery than using GPS Location.
The point is I want to use Cell Near as it can better save battery than using GPS Location.
Briefly using the GPS to find your location should not take much battery at all.
Sent from my DROID2 GLOBAL using DroidForums App
The point is I want to use Cell Near as it can better save battery than using GPS Location.
Briefly using the GPS to find your location should not take much battery at all.
Sent from my DROID2 GLOBAL using DroidForums App
Suppose I'm away from home, then the GPS will check for my home location every 120s whenever I unlock my phone and use it. The Tasker author also recommends to use Cell Near although it's might be less accurate than GPS but combine with Wifi Near it can be really good in term of accuracy & battery save.
Briefly using the GPS to find your location should not take much battery at all.
Sent from my DROID2 GLOBAL using DroidForums App
Suppose I'm away from home, then the GPS will check for my home location every 120s whenever I unlock my phone and use it. The Tasker author also recommends to use Cell Near although it's might be less accurate than GPS but combine with Wifi Near it can be really good in term of accuracy & battery save.
Low Battery Usage Wifi Enableing Profile Using Wifi Near - Tasker Wiki
Suppose I'm away from home, then the GPS will check for my home location every 120s whenever I unlock my phone and use it. The Tasker author also recommends to use Cell Near although it's might be less accurate than GPS but combine with Wifi Near it can be really good in term of accuracy & battery save.
Low Battery Usage Wifi Enableing Profile Using Wifi Near - Tasker Wiki
tried this and it worked fine but I still want to know why the original way I did was not working properly?
tried this and it worked fine but I still want to know why the original way I did was not working properly?
Probably because you were losing connection to your router which caused Tasker to think you were no longer near it and turned off your wifi and then your wifi near scan picked it up again.
tried this and it worked fine but I still want to know why the original way I did was not working properly?
Probably because you were losing connection to your router which caused Tasker to think you were no longer near it and turned off your wifi and then your wifi near scan picked it up again.
if that's the case then the profile in the link must have the same problem but it doesn't
Hi, Im also a Tasker newbie.
I am trying to create a profile so that when someone calls me, Tasker says the name and number of the person calling, and then plays my ringtone. I have no clue how to do this, so any help is appreciated.
Is there a way that Tasker can keyword an email? Could this trigger the event that I need?
thanks in advance,
Is there a way that Tasker can keyword an email? Could this trigger the event that I need?
thanks in advance,
Yes if you use K9 email. Otherwise I don't think so. But there is no reason why you couldn't setup a new gmail account and have that specifically for voice and k9
...wifi turns back on and won't turn off until I leave my "home" range.
...my WiFi Off profile would also not turn off wifi. I put in a notify message with the same condition. I see the notify... wifi stays on.
...
But I think I may have a working set of profiles for a single location.
Can you write exactly what you did please?
[FONT=Courier New] [B]Profile : Near Home[/B]
Context : Cell Near + Not Airplane Mode
Enter : %NEARHOME = 1
Turn WiFi On
Exit: : %NEARHOME = 0
Turn WiFi Off IF %WIFIC ~ 0
[B]Profile : Home[/B]
Context : WiFi Connect (using home SSID and Mac)
[/FONT][FONT=Courier New]Enter : %LEFTHOME = 0[/FONT]
[FONT=Courier New] %HOME = 1[/FONT]
[FONT=Courier New] %WIFIC = 1
Profile Status "Near Home" to Off
Profile Status "WiFi Off" to On
Exit : Profile Status "Near Home" to On
%WIFIC = 0
%LEFTHOME = 1
Wait 30 seconds
Stop IF %LEFTHOME ~ 0
%HOME = 0
Other : Set both the Enter and Exit Collision Handling to
"Run Both". I am pretty sure in at least one case,
my router did a drop, reconnect, drop in quick
succession. Though... not entirely sure I need this,
to chicken to change it.
[B]Profile : WiFi Off[/B]
Context : Event, variable set: %WIFIC ~ 0
Enter : Wait 3 minutes
Stop IF %WIFIC !~ 0
Turn WiFi off IF %NEARHOME ~ 0
Profile Status "WiFi Off" to Off
[/FONT]
To turn on WiFi at home or any particular location you need to start with the proper Context then add the Tasks. So starting at the Profiles screen:
That should do it.
- New
- New Profile Name - WiFi On at Home (your choice)
- First Context - Location - A Map comes up with your current location, If that is OK, then set the Radius you want. I use 50 meters for my house just to be safe in case the GPS gets a little off.
- Done
- Name Context - Home (your choice)
- Task Selection
- New Task
- Net
- WiFi - Set to On
- Done
- Tap on Task Bubble and Select Add Exit Task
- New Task - Name Stop WiFi (your choice)
- +
- WiFi - WiFi Net - Action Disconnect
- Done
- +
- WiFi - WiFi - Set to Off
- Done