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

Help add profiles to another

t21drl

Lurker
ive got multiple tasks setup with auto voice then a auohue command, now what i want to do is only set them to be enabled when connected to WIFI, how is this possible? my main reason is to save battery as they dont need to be enabled 24/7

thanks in advance

 
Welcome to Android Forums.

If they are in a project that you exported as an app then I think you are out of luck.

If they are runing in Tasker and not an exported project then ...

Profile Status gives you the option to turn a profile On, Off, or Toggle it.

I use a variable to record when it is on or off and then use Profile Status to set it the way I want. I use this to toggle the Proximity Sensor profile.

... Thom
 
There is a context: state / net / "wifi connected"

So you have at least two choices:

1 - Add that wifi-connected context to all your autovoice profiles and trust that Tasker will use the good judgement to not monitor the high-power autovoice context when the low-power wifi-connected status is not satisfied (according to the documentaiton, Tasker doesn't monitor high-power contexts unless the lower power contexts are satisfied, but it's not 100% clear if that will extend to contexts created with plugins, like autovoice).

2- Create a separate profile with only the single context wifi-connected. Enter task is to enable all the relevant autovoice profiles (action: tasker / profile status / enable). Exit task is to disable all the relevant autovoice profiles.
 
In case you don't know how to add additional contexts to an existing profile, here's how
  1. Go to profiles tab.
  2. Click on profile name to toggle display of the profile context(s) below so the context is shown.
  3. Long press on the context and select "add"
Sorry if that's not relevant for your question.... I wasn't sure which part was creating difficulty.
 
Back
Top Bottom