Hult Posted February 22, 2011 Posted February 22, 2011 I want ISY to accomplish the equivalent of entering http://192.168.1.25/setoutps.cgi?0000W11=TTL1+ON using a browser. When sent with a browser on my system, this string successfully turns ON TTL output 1 on a WebControl board. Here is how I configured the protocol information in the Network Resources Resource Editor But no joy. Any suggestions? This should be very doable and would greatly extend ISY for the $35 price of a WebControl board. TIA ... Marc
bpwwer Posted February 22, 2011 Posted February 22, 2011 I think you need to put the "/setoutps.cgi?0000W11=TTL1+ON" up in the Path text box. It needs to be sent as part of the URL instead of as the HTTP body.
Michel Kohanim Posted February 23, 2011 Posted February 23, 2011 Hi Hult, In addition, the method should be GET and not PUT. With kind regards, Michel
Hult Posted February 24, 2011 Author Posted February 24, 2011 Michel and Bob, I incorporated both of your corrections and also fixed the Content-Type and it now works. Here is the correct Protocol Information to turn ON TTL 2 I will try to post a How-To. Turns out I was overthinking it. The ISY IDE does a nice job of creating the correct code if one gets out of the way and lets it do its thing. Very Cool. Thanks ... Marc
Recommended Posts