I'm trying to get the Alarmdecoder webapp to trigger a Smartthings Webcore piston via custom notification.
To run the piston, I just need the webapp to visit a URL of the form
http://graph-na04-useast2.api.smartthin ... ute/:xxxxx:
https or http doesn't matter, but I really don't want anything else added to the end of this URL.
No combination of settings for custom notifications seems to work (POST vs GET, etc). I can verify that visiting the URL in a regular browser triggers the piston, but the custom notifications are not doing the job, even though i can see via /opt/alarmdecoder-webapp/instance/logs/info.log that it is doing something.
Have others managed to something similar? I don't need to pass any variables or authorize in any way.
Thanks! Darryl