[REQUEST]RM trigger rule from http

Hi. I was just wondering if it is / would be possible to trigger a rule machine action or custom command via a http request? I recently realized I can do this via webcore, but I would like to use officially supported apps as much as possible.

Use case would be for me.
On android connect. Send an http post to trigger welcome home actions.

Been playing with the webcore endpoints and the join driver (modified to send autonotification commands over local network)recently posted. Have a decent tasker integration with this

This was implemented in last release, 1.1.2

Is it possible to do the opposite? If so, how can I do it?

For example, I can turn ON an Insteon switch locally on the 2245 hub with...

curl http://[Insteon hub usr]:[Insteon hub pwd]@[Insteon hub IP]:25105/3?0262**[Insteon device ID]**0F12FF=I=3

and I can turn it off with...

curl http://[Insteon hub usr]:[Insteon hub pwd]@[Insteon hub IP]:25105/3?0262**[Insteon device ID]**0F1400=I=3

If you mean Post or Get, not yet. Future release...

1 Like

@kewashi Posted an interesting way to use Stringify that I've never tried myself. Got me thinking how convenient it would be to be able to also utilize RM to talk to Stringify since it's not integrated. Not to mention sending commands to Insteon in lieu of direct Insteon integration.

Hope we'll see this capability soon.