I use a global cache gc-100-12 device for home automation. I control it with an app called iRule and it sends IR commands to my AV equipment and also use its relay closures to control my garage door.iRule doesn't have a widget which is where Tasker comes in. I would like to create 2 widget icons, 1 for each garage door, and send the commands required to open or close each when pressed.The gc-100-12 listens on port 4998 and when connected via wifi to my network it is reached on a stanard internal IP address, the control protocol is available here:The command string for garage door 1 as sent via iRule is: 1,1\x0D a delay of .8 seconds and then 1,0\x0DThis replicates the pressing of the garage door button and releasing it which triggers the door to either open or close. It completes the circuit for .8 seconds.1,1 and 1,0 are the commands followed by a standard carriage return.I must admit that I am totally new to Tasker and plan to delve deeper in to what it can do for me, but this is why I bought it and I have no idea how to proceed from here.I am thinking that an http get process with XXX.XX.XXX.XXX:4998 address is the start, but from there I am not sure how to enter the rest of the info to send the commands.Any help would be greatly appreciated.
Using telnet or hyperterminal or putty, open a telnet (not ssh, just regular telnet) connection to your server xxx.xx.xxx.xxx port 4954 (or whatever the specific number). Then start typing the commands in by hand.
Does that do anything?
Tom
Tom
I tried putty per your suggestion. This works a little better, I get a connection and a shell. I opened a TCP connection per the instructions from global cache. I tried
Matt