killervette Posted November 25, 2010 Posted November 25, 2010 I would like the ability to light up a keypadlinc button by requesting it from the isy99i. Is there a http request I can do to issue commands to isy?
LeeG Posted November 25, 2010 Posted November 25, 2010 If the KeypadLinc button is the load control button an Insteon Direct command can be issued to the primary KPL node. http://192.168.2.2/rest/nodes/15 9A F9 1/cmd/DON/255 http://192.168.2.2/rest/nodes/15 9A F9 1/cmd/DOF If the KeypadLinc button is a Secondary button the button has to be controlled as a responder to an ISY Scene http://192.168.2.2/rest/nodes/scenes will display a list of ISY Scenes. An example of a Scene follows …. 34024 SceneKPLBC 32 F12 - 14 71 3C 3 The 34024 tag value is needed in the rest command. http://192.168.2.2/rest/nodes/34024/cmd/DON http://192.168.2.2/rest/nodes/34024/cmd/DOF
killervette Posted November 25, 2010 Author Posted November 25, 2010 awesome...just wrote a telnet app in vb.net that queries the power status of my Squeezebox Radio and then send a http request to the URL to either turn the keypad led on or off. Now to figure out volume control.
Recommended Posts