Device interaction - start flow on another device

Post your questions and help other users.

Moderator: Martin

Post Reply
FFK
Posts: 1
Joined: 27 Feb 2017 00:33

Device interaction - start flow on another device

Post by FFK » 27 Feb 2017 22:22

Hello guys,

I was wondering if there is an easy way to let devices interact with each other even when they are not on the same network.
Currently I send a notification from device 1 to device 2 including a link pointing to 127.0.0.1/automagic/action while having the http request listener online on device 2.

I already read that it is not possible to register any new intent with AutoMagic since it has to be done in the manifest of the app.
Can you think of an easier way to achive this? Maybe without the HTTP server workaround and no manual interaction?
Should be done by internet only (no SMS or calls)

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Device interaction - start flow on another device

Post by Martin » 28 Feb 2017 20:53

Hi,

You could use Pushbullet, AutoRemote or Join to send messages to different devices. All three apps provide plugins for automation tools so you can use trigger and action Plugin to control the apps.
An alternative way might be to use mails and react to them using the notification triggers or the K-9 Mail trigger.

Regards,
Martin

Post Reply