AutoRemote I cannot send SMS using Autoremote and Tasker

Discussion in 'AutoApps' started by boscus, Aug 31, 2020.

  1. boscus

    boscus New Member

    Joined:
    Aug 31, 2020
    Messages:
    1
    Likes Received:
    0
    Hello everyone, I'm trying to replicate this tutorial:

    Basically it lets you send an sms remotely using the Autoremote plugin.
    I've replicated the tutorial several times, but I cannot make the Autoremote work when I set the regex filter.

    If I don't use the regex filter, I don't have any problems to execute the trigger.

    Have you gove any advices for me?
     

    Attached Files:

  2. FourQ

    FourQ New Member

    Joined:
    Dec 12, 2015
    Messages:
    14
    Likes Received:
    1
    In the past I had Profile (plugin/AR) : SMS_Trigger
    Task: Send SMS, Number: %arpar2 Message: %arcomm
    But it no longer works. ??
    So I've had a play about. This is what I've done:


    To send from a browser, I typed my https://autoremote.joaoapps.com/MyPersonalRandomIdentifier
    Send Message:
    Message: SMS_Trigger=:=01234567890=:=Message to send to someone
    Password: See below


    PASSWORD USED:
    If you have a password set in the AutoRemote app, do this:
    Profile (plugin/AR): SMS_Trigger
    Task: Variable Set: %ARtext to %armessage
    Variable Split: Name: %ARtext Splitter: =:=
    Variable Split: Name: %ARtext3 Splitter: ?password=
    Send SMS:
    Number: %ARtext2 Message: %ARtext31 Store In Message App: ticked


    PASSWORD NOT USED:
    If you don't have a password set in the AutoRemote app, do this:
    Profile (plugin/AR): SMS_Trigger
    Task: Variable Set: %ARtext to %armessage
    Variable Split: Name: %ARtext Splitter: =:=
    Send SMS: Number: %ARtext2 Message: %ARtext3 Store In Message App: ticked


    I know there will be better solutions as Tasker evolves, but this should work with older versions.
     

Share This Page