Announcement

Collapse
No announcement yet.

ok i cant find how to do this anywhere.

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

    ok i cant find how to do this anywhere.

    in a script in hs3 what is the command to turn a device on or off?
    detail of setup in profile. Link to videos of my projects there as well. Over 300 scripts running every min and counting

    #2
    Typically it's a CAPI command. Something like:

    Code:
    hs.CAPIControlHandler(hs.CAPIGetSingleControl(theDevice,true ,"off",false,true))
    and

    Code:
    hs.CAPIControlHandler(hs.CAPIGetSingleControl(theDevice,true ,"on",false,true))
    where "theDevice" is the reference number to the device.

    See http://homeseer.com/support/homeseer...getcontrol.htm for more info.

    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
      i thought there was a simpler way to do it like the old x10device commend
      detail of setup in profile. Link to videos of my projects there as well. Over 300 scripts running every min and counting

      Comment


        #4
        Originally posted by collegeboyslive View Post
        i thought there was a simpler way to do it like the old x10device commend
        Nope

        See here for background: http://board.homeseer.com/showthread.php?t=167405
        HS 4.2.8.0: 2134 Devices 1252 Events
        Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

        Comment


          #5
          aah ok thanks
          detail of setup in profile. Link to videos of my projects there as well. Over 300 scripts running every min and counting

          Comment

          Working...
          X