Announcement

Collapse
No announcement yet.

Global Cache Plug-In for HomeSeer

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Global Cache Plug-In for HomeSeer


    #2
    Steven,

    I literally just got mine to work.
    Check here http://board.homeseer.com/showthread.php?t=169464

    I created a virtual COM Port 20 (need to reboot HomeSeer for it just to be sure) and I'm using a Script with a time trigger what I want sent.

    The code in the script I'm using is pasted below, with my String Command going through the Parameters box (no ""s needed)


    Sub Main(ShadeCmd)

    hs.OpenComPort (20,"9600,N,8,1",1,"","")
    hs.SendToComPort (20,ShadeCmd)
    hs.closeComPort(20)

    End Sub




    Hope this helps.

    Comment


      #3
      GC ports and nodes

      GC uses port 4 for nodes 1-3. Port 5 for nodes 4-6. If you wanted to send an IR signal to node 2 for example it would look like this:
      Sendir, 4:2, (then rest of cammand)

      Comment


        #4
        Cheeryfool just directed me to drule's IP/Serial plugin that can be found here: http://board.homeseer.com/showthread.php?t=169754 and it controls the GC100-12 Com ports with no effort when using it as a TCP-IP device.

        He pointed it out on my other thread here, I also posted screenshots there: http://board.homeseer.com/showthread...=1#post1133044

        Much easier than using port forwarding software!

        Comment

        Working...
        X