Programming Button to send HTTP command

SHRemote

Member
I've got several 2n HeliosIP door stations. One of them controls my driveway gate. There is function on the Helios that will trigger the gate from an HTTP command. In other words, from any browser I can simply type :

"http://helios_ip_address/enu/lockstate.xml.p?lockXstate=Y" in the address line, (where helios_ip_ address is the ip address of the device, where X is the lock number and Y is 0 for switch off, 1 for switch on and 2 for change over) and it will open or close my gate.

I would like to program an HAI button that will simply send an http command like the above. The idea would be to be able to use SnapLink or HAIKU to trigger the gate by pressing the "button". Any ideas? Thanks.
 
You can do that in Automation Studio from a 5.7e Touchscreen.
In the On Button section in the main programming area.

You could execute the button via programming or via a standard console as well as the touchscreen.


I don't believe it's possible with PC Access alone.
 
Back
Top