Announcement

Collapse
No announcement yet.

Can the Zee S2 controller be triggered by a Windows command-line script?

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

    Can the Zee S2 controller be triggered by a Windows command-line script?

    Hi Everyone, (I'm new to HomeSeer and the Zee S2)
    Is there any way the Zee s2 controller be triggered remotely by a Windows command-line script that is not directly running the HS3 application? In other words, can one send a device On/Off/Dim command from a Windows desktop shortcut? (also, how about by a simple HTTP (browser) request?).

    I saw an old post about a "Script Connector plugin" but I'm not sure this would apply to a remote (non-local) computer.

    Any other ideas are also appreciated on how to achieve this!
    Thanks, -JT

    #2
    Originally posted by JTB3 View Post
    Hi Everyone, (I'm new to HomeSeer and the Zee S2)
    Is there any way the Zee s2 controller be triggered remotely by a Windows command-line script that is not directly running the HS3 application? In other words, can one send a device On/Off/Dim command from a Windows desktop shortcut? (also, how about by a simple HTTP (browser) request?).

    I saw an old post about a "Script Connector plugin" but I'm not sure this would apply to a remote (non-local) computer.

    Any other ideas are also appreciated on how to achieve this!
    Thanks, -JT
    Search for CAPI

    It lets you send http request commands to the homeseer box

    In Windows, you can use curl to send http requests to its IP address through command line (or create a windows shortcut where curl is the application and the http request is the parameter)

    Comment


      #3
      Under Setup - Network - Remote Control Settings, enable JSON and then you can send control HS from other systems using the syntax here: http://www.homeseer.com/support/home..._with_json.htm.

      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
        Originally posted by sparkman View Post
        Under Setup - Network - Remote Control Settings, enable JSON and then you can send control HS from other systems using the syntax here: http://www.homeseer.com/support/home..._with_json.htm.

        Cheers
        Al
        Originally posted by aptalca View Post
        Search for CAPI

        It lets you send http request commands to the homeseer box

        In Windows, you can use curl to send http requests to its IP address through command line (or create a windows shortcut where curl is the application and the http request is the parameter)
        Thank you very much 'Al' and 'aptalca' - I'll be receiving delivery of my new Zee-S2 this weekend and will look forward to trying your suggestions! -JT

        Comment

        Working...
        X