Can Telldus Live Pro send cURL http requests?

Moderator: Telldus

Post Reply
individual
Posts: 72
Joined: Fri Mar 17, 2023 9:45 am

Can Telldus Live Pro send cURL http requests?

Post by individual »

Can Telldus Live Pro send cURL http requests?
Last edited by individual on Fri Aug 21, 2015 5:23 am, edited 1 time in total.
TellStick Net v17 controller
COCO Technology & Proove switches/dimmers
Oregon THGN132N & Proove sensors
Software: Tasker, Remotestick, Telldus Live, DomoSpeak, TelLIVE Remote, Tellmon
anddo79
Posts: 1
Joined: Fri Mar 17, 2023 9:45 am

Re: Can Telldus Live Pro send cURL http requests?

Post 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.
Post Reply