I managed to use the plugin, but how do I use the content of the message I sent? Even though I named the variables I cannot see it on available variable list.
All I need is the flow to display on the screen thew content of the message sent to AM using Autoremote
Autoremote plugin
Moderator: Martin
Re: Autoremote plugin
The autoremote plugin seems to use the variable named armessage to pass the message the flow.
The plugin-protocol does not allow Automagic to ask what variables will be made available by the plugin so you have to let the flow execute and use a condition Debug Dialog to see what's actually available when the flow is executed.
Regards,
Martin
The plugin-protocol does not allow Automagic to ask what variables will be made available by the plugin so you have to let the flow execute and use a condition Debug Dialog to see what's actually available when the flow is executed.
Regards,
Martin
Re: Autoremote plugin
BINGO
I managed to use the message from Autoremote
I have now PHP script on my server checking receiving data from a device which measures electricity consumption, It then compares to my threshold and if higher sends a message to flow using Autoremote, and then AM displays on Android status bar and vibrates.
Perefct
https://www.dropbox.com/s/uuqn26t01fenc ... .12.48.png
I managed to use the message from Autoremote
I have now PHP script on my server checking receiving data from a device which measures electricity consumption, It then compares to my threshold and if higher sends a message to flow using Autoremote, and then AM displays on Android status bar and vibrates.
Perefct
https://www.dropbox.com/s/uuqn26t01fenc ... .12.48.png