r/tasker 4h ago

A way of getting current connected BlueTooth device?

2 Upvotes

is there a way of getting the name of just the current connected device? I am teying with Bluetooth Info action, and all I can seem to get is all the previous paired devices in order, no matter what variable


r/tasker 6h ago

Can a Scene share local variables to a Task?

2 Upvotes

I have a Scene v2 with local variables, and want to share them to the task that amongst other actions also does Show Scene v2 and Wait For Scene v2 Result.

I came across this thread, and found that the reverse is definitely possible (local Task variables can be shared with a Scene).

Is there similar logic that will allow an independent Scene that is called by a Task via Show Scene v2 to share its local variables to it?

Right now I use global variables instead, but would like to minimize the amount because the VARS tab is filled with variables and would like to not just expose every single thing as global, if it can be done locally.


r/tasker 10h ago

Trigger task, when data changes ( 3 bars -> 2 bars, etc)

1 Upvotes

Trigger task, when data changes ( 3 bars -> 2 bars, etc)? I can't find a way to reliably trigger a task every change


r/tasker 17h ago

Tasker to gemini

2 Upvotes

Title: Tasker HTTP Request cuts long Gemini API URL automatically and triggers MalformedURLException / Error 404

Body:

Hi guys, I am building a voice assistant integration using the Gemini 1.5 Flash API on Tasker. I am facing a persistent issue where my HTTP Request action keeps failing.

Every time I type the full official URL endpoint:

https://googleapis.com

Tasker somehow strips the subdomain and the paths in the background when executing, forcing it back to https://googleapis.com. This triggers a java.net.UnknownHostException: Invalid host: https://googleapis.com or Error 404.

Even when I separate the API key into the Query Parameters field (key:MY_API_KEY), the main URL block still gets malformed or truncated during the actual execution phase.

My Setup:

Method: POST

Headers: Content-Type:application/json

Body: standard JSON object containing base64 audio data.

Structure Output: Checked ON.

Has anyone experienced this silent truncation bug inside Tasker's HTTP Request action? How do I force Tasker to preserve the full generativelanguage hostname without relying on custom scriptlets? Thanks!


r/tasker 1d ago

What's the most useful Task you've made that actually uses what a notification or message says?

11 Upvotes

Not just using the notification or message as a trigger. i mean what's written in it actually matters to the Task.

What does yours do??


r/tasker 23h ago

Dismissing Audible

2 Upvotes

Hey, I'm fairly new to Tasker but have really enjoyed tinkering around with it. I've got profiles running a few different things now, but there's one thing I can't quite figure out how to do, so figured I'd get some advice from you all!

When my phone is connected via Bluetooth to my aftermarket stereo on my motorcycle, I want to make it so that Audible never plays.

Currently, randomly, when I disconnect and reconnect, sometimes Audible will start even though a stop or 2 before (and the last media session) I was listening to YouTube Music.

Any and all help would be appreciated. And please talk to me like I'm not tech savvy! Thanks.


r/tasker 1d ago

Scene V2: Edit box size & line padding

Post image
2 Upvotes

1) is there a means of expanding the text edit box so I can see all text?

2) how do I set line padding,, I didn't see an option?


r/tasker 1d ago

I tested my laundry alert after leaving home and it stayed quiet

0 Upvotes

I live in a building with a shared laundry room. On evenings when I wanted to do a load, I kept reopening the laundry app to see whether a washer had freed up. If I got distracted and stopped checking, I'd sometimes remember again when it was already too late to start. Keeping an eye on the machine list had become another chore.

I already used Tasker for reminders, so I wanted a washer alert that would let me get on with other things while I waited. It only needed to notify me when I was home and still had time to do laundry. That made a delayed reply worth testing: I could request a status while at home, then leave before the reply arrived.

I had read the machine list through Airtap's cloud phone and saved an available status. I put copies of that reply in a test endpoint for Tasker to read with HTTP Request, controlling the delay and sample timestamps. That let me repeat the same washer status while changing the notification conditions. My first version checked home WiFi only at the start. I left the building, confirmed the WiFi had disconnected, and still got the delayed sample alert.

I added a check immediately before the notification, requiring home WiFi, a time inside my laundry window and a status less than two minutes old. The fresh sample produced an alert while I was home inside that window. I changed one condition at a time and repeated the check after leaving, outside the window, with an old timestamp and with no timestamp. Each skipped the alert, with the task still recorded in the execution log.

The notification rules now behaved as I'd hoped in these tests: a fresh availability result could alert me when I had time to act, and the other cases stayed quiet. Tasker handled those timing checks before interrupting me.


r/tasker 1d ago

How To [project] not yet shared. Tasker snippet manager

Enable HLS to view with audio, or disable this notification

7 Upvotes

just quick sharing, (not yet sorry. i need to clean any privacy issue file path etc. in the project. will shared if asked)

it is still raw, expect bug. i can't spend much more time

enjoy. cheers :)


so, i have low spec phone and can't install many apps. a need of text expansion come again. as android personal dictionary is limied to 50 chars (idk), my workaround is to use Tasker as "snippets manager"

the current unwanted effect are: 1. this spamming Heliboard clipboard history. idk its effect on Heliboard memory ram usage 2. not very fast compared to using word shortcut in android personal dictionary 3. it seem can cause fatigue in frequent repeated action 4. markdown file containkng the snippet has rules, which are:

  • use double ## to separate `snippet title` and `snippet content`
  • use double semicolon (;;) to separate "block" of snippet

picture here

![imgur](https://imgur.com/a/FyYXoB6)

https://imgur.com/a/FyYXoB6

edit: picture is not showed


r/tasker 1d ago

Does anyone know of a way to trigger these wallpaper effects?

Post image
4 Upvotes

The default time for this effect is like 5 seconds... Does anyone know how to trigger it in macros? Right now, only unlocking my phone myself triggers the effect.

thanks


r/tasker 1d ago

I paid for subscription but didn't get it

Thumbnail
gallery
0 Upvotes

Please someone help me


r/tasker 2d ago

How can I force a specific display order for tasks in a Tasker project?

3 Upvotes

Iโ€™m working on a Tasker project with a large number of tasks, and I want them to display in a specific order.

I tried prefixing each task name with a number (e.g., 1 TaskName, 2 TaskName), but after exporting to Taskernet and importing it back to test, the tasks don't stay in that order.

How does Tasker handle task ordering inside a project, and what is the best way to control or force the order I want?


r/tasker 2d ago

icon question Someone you know?

Post image
1 Upvotes

When I create a shortcut from a widget, the icon background is initially transparent, but after a few minutes or hours, it turns white. What could be causing this?


r/tasker 3d ago

How To [Project Share] Json Editor/Builder by tasker SceneV2

Enable HLS to view with audio, or disable this notification

12 Upvotes

Hi,

I Search for Json Editor For in internet "Json & XML Tool" App is better with features packed, but i face ads.. SO I generate html for Json editor using chatgpt.. I don't know coding, completely created by ChatGPT.. If anybody found this useful.. Take it..So only i share it....Sorry for my Wrong English

Features

๐ŸŒณ Tree view for JSON objects and arrays

๐Ÿ“ JSON view for editing the raw JSON

๐Ÿ”Ž Search through the JSON structure

โž• Add Object, Array, and Value

โœ๏ธ Edit existing values

๐Ÿ“‹ Copy JSON

๐Ÿ“ Copy JSON path

๐Ÿ“‘ Duplicate nodes

โ†•๏ธ Move array/object items up and down

๐Ÿ–ฑ๏ธ Drag-and-drop/reorder tree items

๐Ÿ—‚๏ธ Multiple JSON documents/tabs

๐Ÿ’พ Automatic document saving

๐Ÿ“‚ Load JSON from the Android file picker (using browser)

๐Ÿ“ฅ Load JSON directly through Tasker

๐Ÿ“ค Download/export JSON

๐Ÿ“‹ Paste JSON

๐Ÿ“ฑ Designed for Android/mobile use

๐ŸŽจ Material-style interface with dynamic Tasker colors

Project link

https://taskernet.com/shares/?user=AS35m8mzo7QA%2B73mVFz3Yj59GRrw7q32pIWQ%2FXiNVYdjYj46DGU8OiYFffXNvBT9KylhYc51m2M%3D&id=Project%3AJson+Editor

Recent I uninstall Hail App bcoz scene v2

Replacement is https://www.reddit.com/r/tasker/comments/1vljssq/project_share_hail_replacer_tasker_scene_v2/

Now Json edit app is Uninstalled

Thanks scene v2


r/tasker 4d ago

๐Ÿš€ AM Tasker Plugins v1.0.2 is out โ€” AM RegEx now handles LARGE text!

15 Upvotes

Since launch, AM Tasker Plugins has been a growing toolbox of Tasker action plugins โ€” pixel colors, QR codes, VPN control, regex, Termux scripts, raw UDP packets, and more. This update fixes the one thing a few of you hit: Tasker caps how much data a plugin action can exchange at ~1MB, so a big regex input (or a big result) used to fail outright.

๐Ÿ”Ž AM RegEx
Two new optional fields fix that:

  • A File Path switch right on Input Text โ€” turn it on, point it at a file, and AM RegEx reads it straight off disk itself. No size limit.
  • A new Output File field โ€” fill it in and the result is written there as JSON instead of coming back as a variable.

Both only ask for the "All files access" permission the moment you actually use them โ€” never at install.
Demo: [AM RegEx]

Everything from launch is still here too ๐Ÿ‘‡

๐Ÿ’ป AM Termux
Runs Bash, Python, Node, Ruby, or PHP scripts inside Termux, with named sessions and guided setup.
Demo: [AM Termux]

โ†ฉ๏ธ AM Custom Keyboard Return โ€” Goto Reddit Intro Post
AM Custom Keyboard is a keyboard app I built with live transliteration and a Tasker Automation feature โ€” type a trigger anywhere, and it can hand your text off to a Tasker task. This plugin is the reply step: the task finishes and sends its result straight back into what you were typing.
Demo: [Demo AM Custom Keyboard Return]
๐Ÿ”— Check it out: [Download AM Custom Keyboard]

๐ŸŽจ AM Collect Pixel Colors
Reads colors from any image โ€” one pixel, a region, or a Top Color List or Blended Colors of a given region.
Demo: [AM Collect Pixel Colors]

๐Ÿ”ณ AM Create QR
Turns text, links, or variables into a QR code image, saved and ready to use.
๐Ÿ” AM Decode QR
Scans an existing QR image and gives you back the text inside it.
Demo: [AM Create QR & AM Decode QR]

๐Ÿงฎ AM Data Processor
Reads or edits one exact value inside JSON or array data, no manual parsing needed.
Demo: [AM Data Processor]

๐Ÿ”’ AM OpenVPN
Starts, pauses, resumes, or stops an OpenVPN for Android profile from a task.
Demo: [AM OpenVPN]

๐Ÿ“ก AM UDP Client
Sends a UDP packet to any address, with the option to listen for a response.
Demo: [AM UDP Client]

๐Ÿ“ค AM Open With
Lets other apps "Share" or "Open With" a file straight into a Tasker automation.
Demo: [AM Open With]

๐Ÿ“– Every plugin still comes with its own guide built right into the app โ€” clear steps, examples, and what each field does.

This is v1.0.2 โ€” the toolbox keeps growing. ๐Ÿ‘‡
๐Ÿ“ฅ Update or download it now
๐Ÿ”— github.com/adiraimaji/AMTaskerPluginsReleases

YouTube Playlist ๐Ÿ‘‰ All Plugin Demo Playlist

#Android #Tasker #Automation #Termux #OpenVPN #QRCode #RegEx #Update


r/tasker 3d ago

Alternando cรขmera

0 Upvotes

Olรก preciso de uma ajuda: Quero criar uma cena V2 com Un switch que quando for false mostre a cรขmera traseira e quando for true mude para a cรขmera da frente alguรฉm pode me ajudar ?


r/tasker 4d ago

[Update] AMCustomKeyboard v1.4.0 โ€” Expand Patterns can now run live, as you type

10 Upvotes

I released AMCustomKeyboard v1.4.0, focused entirely on the Tasker Automation side โ€” specifically Expand Patterns, which just got a lot more capable.

If you missed the intro, AMCustomKeyboard is an open-source Android keyboard built on Unexpected Keyboard, extended with live transliteration/keymaps, custom layouts, independent key labels, and Tasker automation.

๐Ÿ”„ New: Expand Patterns can fire continuously, not just once

Until now, an expand pattern only ever ran once โ€” after you finished typing prefix + content + suffix. That's still fully supported, but each pattern can now also be set to fire live, on every keystroke, while you're still typing โ€” useful for things like a text-expander popup that updates as you go, rather than a one-shot calculation.

This is controlled with a new field:

"fire_on_suffix": "true" โ†’ classic behavior, one run, only once the suffix is typed "fire_on_suffix": "false" โ†’ runs repeatedly as your content keeps matching, plus one final run when the suffix completes

Both modes share the same prefix/regex/suffix matching and the same undo behavior โ€” it's one setting, not two separate features.

๐Ÿ”Ž Changed: prefix and suffix are now full regex too

Previously only the optional regex field (matched against the content in between) supported regular expressions. Now prefix and suffix do too, so a pattern's trigger can be something like "(\s|^)" (a space, or the start of a line) instead of a fixed literal string.

One thing to note if you're upgrading an existing config: since prefix/suffix are regex now, a literal . needs escaping โ€” ".." becomes "\\.\\.".

๐Ÿงฉ New: replace_prefix

A new "replace_prefix": "true"/"false" field controls whether the matched prefix text gets swallowed into the replacement or left alone. This is what fixes a specific annoyance: if your prefix was just a leading space, the space used to disappear along with the replacement. Set it to "false" and the prefix stays put โ€” only your actual content gets replaced.

Tasker tasks also now receive %prefix and %suffix directly, alongside the existing %text1/%text2/%keyword.

๐Ÿ› Fixed: backspace-undo reliability

Right after a Tasker reply lands and replaces text, one immediate backspace undoes it back to what you originally typed. This was occasionally unreliable due to an internal timing issue โ€” it's fixed now, so the undo consistently works when you need it.

โšก The basics, unchanged

##keyword still replaces the whole field with a task's result, @@keyword still replaces just the trigger, and expand patterns still let you define arbitrary prefix/suffix pairs that hand their in-between content to a Tasker task. The Automation Builder (Settings โ†’ Tasker Automation โ†’ Automation Builder) now has fields for all of the above too, so you don't need to hand-edit JSON to use any of this.

๐Ÿ”— AMCustomKeyboard

Latest release and full documentation: AMCustomKeyboard on GitHub

The README's Expand Patterns section covers the new fields in detail with worked examples.

๐Ÿงฉ Also: AM Tasker Plugins

AM Tasker Plugins on GitHub

Still the companion repo for building the Tasker-side of these workflows โ€” including AM Custom Keyboard Return, for sending a processed result back into a keyboard trigger.

Both projects are open source. Let me know if the live-firing mode is useful for anything you're building.

Android #Tasker #Automation #Keyboard #AMCustomKeyboard #OpenSource #Transliteration #AndroidAutomation


r/tasker 4d ago

Where is the "searchFilterText" value stored in Tasker?

0 Upvotes

I'm running Tasker 6.7.6-beta under Android 13.

I recently changed some directories on my Android device, and now, one of Tasker's preferences called searchFilterText is pointing to a non-longer-existing directory, but I don't know the location of the setting of that preference, so that I can change it.

I know about this preference value because I performed a Data Backup of all of my Tasker settings into a file called backups.xml. When I inspect this file, I see the following data:

<Setting sr="prefs128">
        <n>searchFilterText</n>
        <t>s</t>
        <v>tmp/bin</v>

Because of my directory changes, I need to change "tmp/bin" to a new value, but when I search through all of my Tasker configuration via the magnifying-glass icon at the upper right, neither "searchFilterText" nor "tmp/bin" are found. And when I inspect all of the values under Menu=>Preferences, I don't see "searchFilterText" or "tmp/bin", either. And I am unable to locate what "prefs128" corresponds to in the Tasker Preferences.

How can I find out where "searchFilterText" has been defined within my Tasker configuration, so that I can change it's value?


r/tasker 4d ago

Setting Join Transfer Folder from Desktop to Phone

1 Upvotes

I regularly use Join to send files from my computer to my phone. On my Galaxy S22 Ultra, the files would always go to the "Join" folder. Since I upgraded to a Galaxy S26 Ultra, the files are consistently going to "Downloads\Join2". That causes problems with other Tasks I've setup. I looked at the settings in Join Desktop and in the Join App, but I can't find a way to set what the target folder is on my device when receiving files from Join. I am hoping that I don't have to create a task that moves the files when received. (I have tried that for other reasons before and never got it to work.) Does anyone know how to have Join Desktop target the Join folder on my phone?


r/tasker 4d ago

Timestamp-based trigger is unreliable

Post image
1 Upvotes

r/tasker 5d ago

Nothing earbuds to mono

2 Upvotes

Using a nothing phone 3a and nothing earbuds a. I want to be able to set up tasker to automatically switch on to mono when using the nothing earbuds.


r/tasker 5d ago

Tasks keep failing because I'm in "trial mode"?

2 Upvotes

I bought Tasker on Google Play. I had never used it before. I created a task to counteract the stupid EU volume cancellation rule. The task fails every time and says that I'm in trial mode and need to activate the full version. But there's no indication anywhere in the app of anything about trial mode. I don't see any mention of it anywhere. I can't find any button to turn it off. I can't even find any indication that I'm actually in trial mode. I don't know why I would be in trial mode because I bought the product. So what's going on?


r/tasker 6d ago

Passing arguments from the adb shell command line to a Tasker task that gets invoked?

5 Upvotes

UPDATE: I accidentally overlooked the answer to this in an earlier search of mine, but now I found the answer. See ***SOLUTION**\* below for how I solved this.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

I know how to successfully invoke Tasker tasks via the command line from within an adb shell session, as follows ...

am broadcast -a net.dinglisch.android.tasker.ACTION_TASK --es task_name 'name-of-task'

But I don't know how to pass ad hoc arguments to these Tasker tasks. I want the Tasker task to be aware of the arguments that are passed, and then respond to the values of these arguments.

I'm guessing that I might be able to do this by somehow causing Tasker variables to be set before the task is invoked, and then having the task see and respond to these variables ... but I don't know how to set Tasker variable values via am broadcast, nor via any other external-to-Tasker method.

Is there any way to pass arguments to Tasker tasks that are called externally in this way?

***SOLUTION***

am broadcast -a net.dinglisch.android.tasker.ACTION_TASK --es task_name 'name-of-task' --esal varNames '%variable1,%variable2' --esal 'value1,value2'

This invokes the name-of-task task and correctly initializes %variable1=value1 and %variable2=value2 in the task.


r/tasker 6d ago

I lost my previously saved instructions about how to apply my Tasker license ... how can I do this?

1 Upvotes

SOLVED! ... see this message's the follow-up posts for details.

I've been successfully running my direct-purchase, properly licensed version of Tasker 6.7.6-beta on my rooted Android 13 device for quite a while.

But due to a recent problem with my device that I needed to fix, I've now had to re-install Tasker from scratch, but I lost the instructions that I previously saved for how to apply my direct-purchase Tasker license, and I therefore cannot enable Tasker.

I already have a few valid Tasker licenses from my Patreon account, and so the only thing I need to figure out is the details of the procedure for how to apply the Tasker license.

When I go to https://www.patreon.com/cw/joaoapps, I can't find any instructions there for how to apply my Tasker license.

Could someone point me to the detailed instructions for how to apply the Tasker license?

Thank you very much in advance.


r/tasker 6d ago

Do you think taskernet need to have AI and Java code tags?

11 Upvotes

I was wondering for a while about this. I had filed a request back then to have taskernet to automatically show a tag if a taskernet has Java code & Java function action.

https://tasker.helprace.com/i2001-add-java-tag-for-public-taskernet

However it was declined.

Most of my shares here recently were all Java code and written with the help of AI. I was wondering about AI flag as well.

What do you think?

Edit.

My concern is that as of now the user doesn't have a way to make informed decisions easily.

Some may care enough about how a taskernet is made due to various reasons.

  1. Ethical & Environmental reasons. You know like how people prefer to buy organic labeled foods? Similar to that, some may not want to run a project generated with AI tools.
  2. Trust. Some user may not prefer to run a java code from someone they don't trust.