Top Topics

  • 3

    Native dialog

    Simone Sanci · 0 · Posted

    You could add the dialogs of autotools or uitask, natives of tasker. I think it's too hard to edit a scene.

  • 2

    &SCREENON& on Autowear with Wear OS 5.1

    Shaigan · 2 · Last reply by Shaigan

    Hi.

    The event &SCREENON& is no more sent to Autowear with Wear OS 5.1 but is sent when we move back to the watch homescreen from a tile, from the quick settings panel or from the notification panel.

    &SCREENOFF& is still OK.

  • 2

    Please include decimal number in "Task" variables "Variable add > Value" I suggest four zero after points = 0.0001, hence can use it

    Ahmad K. · 0 · Posted

    Hello,

    In tasker app there is no decimal

    Please include decimal number in "Task"  variables "Variable add > Value"

    1. I can not add decimal number like 0.5 or 0.3 or 0.003, I suggest to inlude three to four zero after points = 0.0001, hence can use it
  • 2

    AutoWear : add more than two complications of each type

    Shaigan · 0 · Posted

    Nowadays, there are two complications of each type for AutoWear. More and more watchface accept more than 4 complications at the same time.

    Can you add more than two of each type ? 

  • 2

    Enhanced JSON Reading to better handle arrays

    alg · 0 · Posted

    Idea: Make JSONPath syntax available in tasker.

    Currently JSON query syntax in tasker does not support the JSONPath standard (currently in proposed status) as described in https://www.rfc-editor.org/rfc/rfc9535.html and https://en.wikipedia.org/wiki/JSONPath

    In particular arrays are awkward to deal with, especially for more complicated structures (arrays in objects in arrays... etc.)

    It's possible to work around this at the expense of additional tasker actions, or by using Javascript(Let) but it would be preferable if the standard was provided for.

    Some examples which don't work well are: %my_var(N)            Nth element of unnamed array. Have to use the rather ugly

  • 2

    Blur and Dim to image

    WhirlWolf · 1 · Last reply by A.C.

    Can you please add blur and dim feature to image?

  • 2

    Add an option to treat optional parameters with variables as inputs as if they had been left blank

    RccaJack · 0 · Posted

    I'd like to be able to have an optional parameter filled with a variable name and still be able to use it as if it had not been filled at all. For example, the "Default" field of the "Variable Query" action. When left blank, the dialog has nothing filled in, but if I put a variable there, regardless of what the variable contains, the dialog will always have something filled in. The best I can do is have the variable set to just a space, but then it's highlighted and if the user taps the edit field before typing the

  • 2

    Auto Save Tasks

    Ansh · 0 · Posted

    I recently started using tasker and now I am sort off addicted to it. One feature which I would and many others would love is an auto save feature which autosaves the tasks whenever a change occurs. Sometimes I quit unknowingly and lose all of my progress. Thank You  

  • 2

    Auto update GOTO actions on Label change

    Tortuosit of Tapiola · 0 · Posted

    When we rename tasks or profiles, the actions which call them are updated automatically.

    But if we change a label text, there may have been a GOTO action referencing it. This won't be updated, and then the GOTO is broken because it points to nowhere.

  • 2

    Tasker must be restarted to get new Material You Colors

    Elias Cabrera · 2 · Last reply by João Dias

    If the system Material You colors are changed (ie. wallpaper is changed), the Tasker theme doesn't reflect the change and keeps the previous theme. This applies also to the "Get Material You Colors" action, it'll get the previously used colors and not the new ones.

    Force closing and reopening Tasker allows it use the new colors, until the wallpaper is changed again.

  • 2

    calendar entry inserted/modified/deleted event

    Anuraag Agrawal · 0 · Posted

    Hi

    Can you aad an event profile to tasker when calendar event is created/modified/deleted. AutoCalendar isn't being maintained anymore i think.

  • 2

    Screen on time

    Ranjith Jayadevan · 0 · Posted

    Any chance to add a variable that can fetch daily screen on time (not from last full charge) would be great.

  • 2

    Customization in inputs dialogs and other alerts

    JasonYate · 1 · Last reply by JasonYate

    Add background color and text color options to dialogs for a touch of customization, useful if you are creating an app or scenes with specific colors that identify the design.

  • 2

    HTTP Request: select if to use WiFi or Data

    k11m1 · 0 · Posted

    It would be very useful for me to have a way how to force s HTTP request to be routed using the WiFi connection. Especially when the system is using mobile data and I join a WiFi network which requires login in captive portal. I have a task which does this, but when i have my cellular data active this request is just sent using the LTE connection.

    Alternatively there could be some option to handle Sign-In portals, but that seems to be even more work.

  • 2

    WaitUntil Time OR Condition is met

    269red · 0 · Posted

    Goal: WaituntilTime TIME set in context (like implemented WaitUntil) is reached OR Condition is met

    The actual implemented WaitUntil waits forever until condition is met. That produces "hanging tasks". It continues to wait even if the task was stopped by STOP task... It also confused me the first time, as I thought the time that can be set is the max. time it waits (even if condition is not met). But it is the cycle time for checking the condition.

  • 2

    Change the default task priority to something that can be changed, or to a very high number

    Jason Cooper · 0 · Posted

    This would allow tasks run from home screen to have priority over anything in the background. A dynamic starting priority would be huge for other reasons as well. It could default to 7 as currently operating, but be changed as needed.

  • 2

    Home Assistant returns 'Message malformed' when trying to set up a Tasker HTTP request

    Odin Hauge Mo · 2 · Last reply by Odin Hauge Mo

    After following the directions here I get the following error message in Home Assistant when setting up a Tasker HTTP request blueprint: Message malformed: Entity target_devices is neither a valid entity ID nor a valid UUID for dictionary value @ data['entity_id']

    I'm running Home Assistant Core 2024.8.3 Frontend 20240809.0 as a Docker container.

  • 2

    Notification timeout

    Daniel Dakhno · 2 · Last reply by João Dias

    When sending notifications to android, it allows to set a timeout, after which the notification disappears automatically.

    Could tasker also support this feature when using the notifiy action?

  • 2

    address type field in auto contacts - when

    Steve Waring · 0 · Posted

    For fields like number and email there is a corresponding _type field so that you can tell if the phone number or email address is a work or home one. I need to know if an address (eg street, city, etc) that is returned is a work/home/other address.

  • 2

    Export description to variable

    Robert L Ryan · 2 · Last reply by João Dias

    I currently send all exported descriptions to a text editor via the clipboard. This helps with debugging and allows me to give them a final review before posting.

    The issue is that this overwrites the current value of the clipboard. 

    Could we add a way to export to a variable?