Tasker plugins doesn't seem to work on MacroDroid.

100gle

New member
I have installed termux:tasker and Tasker plugin for sqlite, but they don't seem to work on MacroDroid. Howerver, the same configuration for plugin is work on Tasker well.

For example, the termux configuration are:

1. executable: curl (termux built-in)
2. arguments: https://httpbin.org/get

As below gif shows, when running on Tasker, the output will be showed on screen, but MacroDroid can't get the output and set to the local variable named stdout which means Tasker plugins maybe isn't compatible with MacroDroid?

Termux-test.gif
 
Last edited:
I have installed termux:tasker and Tasker plugin for sqlite, but they don't seem to work on MacroDroid. Howerver, the same configuration for plugin is work on Tasker well.

For example, the termux configuration are:

1. executable: curl (termux built-in)
2. arguments: https://httpbin.org/get

As below gif shows, when running on Tasker, the output will be showed on screen, but MacroDroid can't get the output and set to the local variable named stdout which means Tasker plugins maybe isn't compatible with MacroDroid?

View attachment 4039
Excellent post, thank you for this
 

JTQuincy

New member
It seems that the termux tasker plugin for MacroDroid only works with version 0.40 of termux.tasker or earlier. The version on the app store is 0.60.

The plugin needs to be adjusted, I think.

As a work around, I use F-Droid and installed version 0.40 to get it to work.
 

RobertG

New member
It seems that you are right.
As an example, I spent hours and hours trying to use MailTask with MacroDroid but without any succes. This is very confusing because MailTask is available through Get Action but it does not work an no notification neither error message is displayed by MacroDroid.
 

Dimlos

Well-known member
Tasker plugins maybe isn't compatible with MacroDroid?
You must have Termux and Termux:Tasker set up correctly from F-Droid, but if you write a script to run it, the output will be stored in a variable in MacroDroid as well.
 

Attachments

  • Macro.jpg
    Macro.jpg
    298.3 KB · Views: 22
  • Plugin.jpg
    Plugin.jpg
    269.9 KB · Views: 19
  • Variables.jpg
    Variables.jpg
    386.1 KB · Views: 20
  • Script.jpg
    Script.jpg
    198.4 KB · Views: 20
Top