Announcement

Collapse
No announcement yet.

[VB.Net Script] .net version of AB8SS Control Script Package

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [VB.Net Script] .net version of AB8SS Control Script Package

    This is a .Net version of the AB8SS Control Script Package as posted here

    Install instructions are
    1. Copy ab8ss.ini file to \homeseer 2\config directory
    2. Copy the 3 .vb scripts to \homeseer 2\scripts directory
    3. Edit the ab8ss.ini file to set the com port, device house unit codes and names
    4. Edit your startup.txt file to add
    Code:
    hs.runEx "ab8ss_comm.vb","Main", "Open"
    to start communications
    5. Edit your shutdown.txt file to add the code of
    Code:
    hs.runEx "ab8ss_comm.vb","Main", "Close"
    6. Restart HS and the program will create the necessary devices and a check status event in the locations you specified in the ab8ss.ini. Note the event will be created disabled. Please enable it when you are ready to use it.

    Thanks to Stevea for this excellent contribuiton.
    Edited 8/29/07 - corrected a minor bug
    Attached Files
    Last edited by jasv; August 29, 2007, 08:22 AM.
    James

    Running HS 3 on Win10 .
Working...
X