Page 1 of 1
Can Telldus Live Pro send cURL http requests?
Posted: Fri Mar 17, 2023 9:45 am
by individual
Can Telldus Live Pro send cURL http requests?
Re: Can Telldus Live Pro send cURL http requests?
Posted: Fri Mar 17, 2023 9:45 am
by anddo79
curl is a way to communicate over http in php.
That command you want to sent is an URL with some JSON.
You can send JSON as a part of an URL so it might be possible to use the http function in telldus live.
The IP number in your URL is an internal not reachable from telldus live so you will also have to port forward from your external IP to that internal IP.
Another option if the embedding of JSON in an URL does not work is to have a website that runs PHP (or any serverside language). When that page is called from telldus live a curl (or similar) request is sent to your irkit device with the propper formatted JSON.
Best of luck.