Announcement

Collapse
No announcement yet.

HomeSeer default scripts

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

    HomeSeer default scripts

    This might not be the right spot for this request but I figure somebody in here will know. Back when I first installed HomeSeer (V1.3) I recall that it installed a fair number of scripts in the script folder. Back then my PC was slower and smaller than it is now and I deleted whatever I didn't use to save space. Now that I want those scripts back again I'll be darned if I can figure out how to do it. I uninstalled HS and did a full reinstall (or so I thought) and HS reinstalled with all of my devices and events intact. Needless to say this also did not get me my scripts back. Can anyone help? I'm sure there's a simple answer but it seems to have me stumped.

    Just my $.02 (about $0.0148395 USD)

    #2
    Hi Kevin,

    The older versions (prior to 1.6) did install a lot more scripts. I recently did a clean install of HS and it now only installs the following scripts:

    <pre class="ip-ubbcode-code-pre">
    07/28/2002 04:16p 51,782 enerzone.thm
    10/03/2002 03:58p 15,882 rc80.thm
    08/02/2002 11:41a 37,702 rcs_tr15.thm
    10/14/2002 12:58p 26,035 rcs_tx15b.thm
    01/09/2001 09:43p 4,226 rcs_tx15b_poll.thm
    03/24/2001 07:34p 321 RFremote.txt
    06/27/2002 11:47a 4,541 shopping_list.txt
    06/19/2002 02:43p 80 shutdown.txt
    11/02/2002 10:30a 561 startup.txt
    07/13/2002 02:42p 3,006 weather.txt
    </pre>

    I should have backups of all of the original scripts, but they're all mixed in with other scripts. Do you know which ones you want? If so, I could post those.

    Cheers
    Al

    http://www.sparkman.dns2go.com/
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment


      #3
      Thanks for the info Sparkman, I had a hunch that might be the answer.

      The flash_lights.txt is the only one that I was currently after but I thought that I might have a look through all of them again as I seem to recall that there was a fair number of them. I think what I'll do, to save posting space, is reinstall V1.3 on an old machine (heaven knows there's enough of those around here), export all of the scripts off of it and remove it again. I've at least got a starting point now, yesterday I was flying blind. Thanks again!!

      Just my $.02 (about $0.0148395 USD)

      Comment


        #4
        <pre class="ip-ubbcode-code-pre">
        ' flash two lights railroad style
        '
        sub main()
        dim i
        dim j
        hs.speak "Flashing lights"
        for i = 1 to 10
        if hs.ison("B2") then
        hs.execx10 "B2","off",0
        hs.execx10 "B3","on",0
        elseif ah.ison("B3") then
        hs.execx10 "B3","off",0
        hs.execx10 "B2","on",0
        else
        hs.execx10 "B2","on",0
        end if

        next
        end sub
        </pre>


        PS. If you have any others that you know the name of let me know. I Upgraded from 1.5 to 1.6 and still have all the originals (I think).
        -Rupp

        What hair color do they put on the driver's licenses of bald men?
        💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

        Comment


          #5
          That one'll keep me occupied for a little while. When I get a quiet moment I'll install an older version for the purpose of investigating the others. I went looking for this when I was home from work yesterday with a splitting headache. I wanted to be aware of any email from the office but didn't want to hear anything. I managed a stop gap solution as my coding skills are non-existant for now but the flash_lights script would have been perfect. This'll have me all ready for next time. Thanks again!

          Interesting to mention that a Google search for "flash_lights.txt" got me into an unsecured HomeSeer installation. Anyone know who this might be? It looks like he could use our help in getting his HA system locked down.

          Just my $.02 (about $0.0148395 USD)

          Comment

          Working...
          X