Top Topics

  • 2

    Notification action option to dismiss notification

    Mark · 0 · Posted

    The default behaviour of notification actions (the buttons on a notification) for most apps is that they do something as well as dismiss that notification.

    In tasker you can only assign a single action to a notification action button. For more complex actions you have to point to a task.

     

    It would be great if a checkmark can be added to the notification action to also dismiss the notification when it's clicked. That would make this behavior a lot easier to program in tasker.

  • 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

    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 · 2 · Last reply by Kyle Tameirao

    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?

  • 2

    AutoInput error 1313911465 timeout

    Hello, I believe I've encountered a bug in either Tasker or AutoInput.

    If the AutoInput UI Query action times out and Continue Task After Error is ticked, each subsequent AutoInput action will timeout after either 4000ms or 5000ms with Error 1313911465 Action timed out, even if the subsequent action has a higher timeout or no timeout at all.

    This bug can easily be reproduced with two actions: 

    The action timeout values are arbitrary, and the bug still occurs with a wait between the actions. This bug occurs not only with UI Query but also Action and Gesture but not Actions

  • 2
  • 2

    Storage Access Framework SAF for Tasker

    schklom · 2 · Last reply by J.Carver

    I would like to be able to access my Work Profile storage.

    It is available with Shelter via a location defined via SAF. The default Files app lets me access Shelter's Work Profile files.

    I am not sure how to access it through Tasker. Is it possible?

  • 2

    Add support for use of Selection Parameters in commands such as INSERT and UPDATE

    StaffanT · 0 · Posted

    For example:

    INSERT INTO X (A,B,C) VALUES(?,?,?);

    %a, %b, %c

    instead of:

    Change ' to '' where needed in input vars

    INSERT INTO X (A,B,C) VALUES('%a', '%b', '%c');

  • 2
    Solved
  • 2

    Join extensión to Trigger other browser extensions

    Jorge · 0 · Posted

    Hi,

    Besides join ability to send a URL to another de ices browser, what about triggering  an extensión on that browser (like a web Clipper?).

    That would be awesome

  • 2

    Scene menu element position by index

    StaffanT · 0 · Posted

    It would be nice to be able to position/scroll a menu element at/to a certain point based on the row index. Thanks in advance ☺️ 

  • 2

    About autoshare runtimeerror

    daiisi · 2 · Last reply by 24misi

    When I performed the following task, the following error was output. Please let me know how to deal with it.

    Task: 1autosharetest A1: Status Bar [ Set: Collapsed ] A2: App Info [ ] A3: Variable Set [ Name: %package To: %app_package Structure Output (JSON, etc): On ] A4: AutoShare [ Configuration: Package: com.android.settings Class: com.android.settings.applications.InstalledAppDetails App: Android Action: App Details Settings Data: package:%package Timeout (Seconds): 10 Structure Output (JSON, etc): On ]

    08.05.22/LicenseCheckerTasker Checking cached only 08.05.22/LicenseCheckerTasker cache validity left -264764 08.05.22/LicenseCheckerTasker Cached status: Licensed 08.05.22/LicenseCheckerTasker Cached only: Licensed 08.05.22/ActionArgBundle key: IntentMimeType: replace String value with null 08.05.22/Variables doreplresult:

  • 2

    Run task once given time of day

    Ball · 1 · Last reply by João Dias

    I have a task that I only want to run once after setting a time of day. In other words, when (manually) triggered, it would prompt the user for a time of day then run the task once. I see no way of doing this presently and editing a task every time is highly cumbersome given I'd have to do that every time.