Announcement

Collapse
No announcement yet.

Anyone using these scripts for shopping list

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

    Anyone using these scripts for shopping list

    Hi,

    Is anyone using these scripts to create a shopping list via Voice in HS3?

    These scripts are from:
    http://www.homeautomationforum.com/d...erscripts.html

    Shoppinglist script.

    Thanks for your help,

    Chris

    #2
    Hi Chris,

    Those were written for HS1.7. Tom Caldwell wrote a HS2 plugin in 2005 or so I believe, but I haven't seen anything for HS3. I'm sure the scripts could be modified, but it might not be trivial.

    Cheers
    Al
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment


      #3
      This might be an option for you: http://hiku.us/

      Cheers
      Al
      HS 4.2.8.0: 2134 Devices 1252 Events
      Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

      Comment


        #4
        Thanks Al,

        I guess I am going to give scripts a try since I want it integrated to Homeseer through voice.
        wish me luck
        Thanks
        Chris

        Comment


          #5
          Originally posted by clafa View Post
          Thanks Al,

          I guess I am going to give scripts a try since I want it integrated to Homeseer through voice.
          wish me luck
          Thanks
          Chris

          If you work it out please share your script! We need more of this kind of thing. If you can make it work and are feeling really frogy.... Make a plugin!

          I'll buy it.
          Originally posted by rprade
          There is no rhyme or reason to the anarchy a defective Z-Wave device can cause

          Comment


            #6
            homeseer script functions to append file?

            hi,

            i am going through the list of functions supported by homeseer and it seems that there is no vb function to open a file and enter data and save text to it.

            i tried using the FSO "functions" but they are not recognized.

            i call functions something like this:
            Set fso = CreateObject("Scripting.FileSystemObject" )
            Set file = fso.OpenTextFile("C:\New\maddy.txt",1,1)

            is there a homeseer library of all supported functions?

            thanks everyone
            chris

            Comment


              #7
              Hi Chris,

              All vbscript and vb.net commands are supported. Which language are you trying to use? I'm sure I have scripts that use those commands. Maybe post a bit more or all of the script. What errors do you get?

              Cheers
              Al

              Edit: Checking my scripts I use those commands in some vbscript scripts that I have. If you are creating a vb.net script, the syntax here should work: https://msdn.microsoft.com/en-us/lib...code-snippet-1
              Last edited by sparkman; November 13, 2015, 08:26 PM.
              HS 4.2.8.0: 2134 Devices 1252 Events
              Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

              Comment

              Working...
              X