Announcement

Collapse
No announcement yet.

TextSeer for HS3

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

    TextSeer for HS3

    VERY BETA!

    Just copy to the HS3 directory, and enable. At the moment it works exactly like HS2 version and can be used with WPseer:
    Code:
    "http://server:port/textseer"
    ...returns all location1's used
    
    "http://server:port/textseer?location1=somelocation1"
    ...returns all location2's used in given location1
    
    "http://server:port/textseer?location1=somelocation1&location2=somelocation2" 
    ...returns all devices in location 2"
    
    "http://server:port/textseer?location1=[Events]"
    ...lists all Event groups
    
    "http://server:port/textseer?location1=[Events]&location2=Default"
    ...lists all events in the "Default" group
    
    "http://server:port/textseer?deviceid=NUMBER"
    ... returns info and commands for the corresponding device. This is the normal HomeSeer device ID or "reference"
    
    "http://server:port/textseer?script=Writelog.vb&function=main&parameter=This is a parameter"
    ... exetues a script, where "script" defines the filename, "function" defines the ... er... function ("Main") and parameter is the parameter string.
    "function" and "parameter" can be omitted.
    
    "http://server:port/textseer?deviceid=NUMBER&deviceCMD=COMMAND"
    ...executes a specific command listed under 'CMD:' for the device"
    /textseer?deviceID=8643&devicecmd=On               ... turns my hallway light on
    /textseer?deviceID=8643&devicecmd=Off              ... turns my hallway light off
    /textseer?deviceID=8643&devicecmd=Togge            ... smart  toggle between "off" and "on last level" (if it exists) or just "on"
    /textseer?deviceID=8643&devicecmd=Dim%2050%        ... dims my hallway light to 50% ("%20" equals space)
    /textseer?deviceID=1234&devicecmd=Run Event        ... runs the event with ID 1234
    Commands are based on CAPI, so every CAPI enabled device (which should be about everyone) should work.



    To come:
    - HTML navigation (for a very, very simple status page)
    - XML format for those who need it


    Anything else you want?

    Discussion here: http://board.homeseer.com/showthread.php?p=1122557
    Attached Files
    Last edited by Moskus; February 23, 2016, 03:52 AM.
    HSPro 3.0.0.458, Z-NET with Z-wave plugin 3.0.1.190, RFXCOM + 2x RFXtrx433E, HSTouch, Squeezebox plugin, iTach IP/WF2IR & GC-100-6 with UltraGCIR, BLDenon, NetcamStudio, Jon00s Webpage builder, Harmony Hub plugin, SCSIP (with FreePBX), Arduino plugin, IFTTT, Pushalot plugin, Device History plugin.
    Running on Windows 10 (64) virtualized
    on ESXi (Fujitsu Primergy TX150 S8).
    WinSeer (for Win10) - TextSeer - FitbitSeer - HSPI_MoskusSample

    Are you Norwegian (or Scandinavian) and getting started with HomeSeer? Read the "HomeSeer School"!

    #2
    Turn off smilies.

    Comment


      #3
      I can't!

      The written language needs help from time to time...
      HSPro 3.0.0.458, Z-NET with Z-wave plugin 3.0.1.190, RFXCOM + 2x RFXtrx433E, HSTouch, Squeezebox plugin, iTach IP/WF2IR & GC-100-6 with UltraGCIR, BLDenon, NetcamStudio, Jon00s Webpage builder, Harmony Hub plugin, SCSIP (with FreePBX), Arduino plugin, IFTTT, Pushalot plugin, Device History plugin.
      Running on Windows 10 (64) virtualized
      on ESXi (Fujitsu Primergy TX150 S8).
      WinSeer (for Win10) - TextSeer - FitbitSeer - HSPI_MoskusSample

      Are you Norwegian (or Scandinavian) and getting started with HomeSeer? Read the "HomeSeer School"!

      Comment


        #4
        Updated. Now supports Toggle, Events and running scripts.
        HSPro 3.0.0.458, Z-NET with Z-wave plugin 3.0.1.190, RFXCOM + 2x RFXtrx433E, HSTouch, Squeezebox plugin, iTach IP/WF2IR & GC-100-6 with UltraGCIR, BLDenon, NetcamStudio, Jon00s Webpage builder, Harmony Hub plugin, SCSIP (with FreePBX), Arduino plugin, IFTTT, Pushalot plugin, Device History plugin.
        Running on Windows 10 (64) virtualized
        on ESXi (Fujitsu Primergy TX150 S8).
        WinSeer (for Win10) - TextSeer - FitbitSeer - HSPI_MoskusSample

        Are you Norwegian (or Scandinavian) and getting started with HomeSeer? Read the "HomeSeer School"!

        Comment


          #5
          Sorry seems like a dumb question, but are these all the beta releases in the first posting?
          So just starting out with HS3's version, .3 is the latest?

          Robert
          HS3PRO 3.0.0.500 as a Fire Daemon service, Windows 2016 Server Std Intel Core i5 PC HTPC Slim SFF 4GB, 120GB SSD drive, WLG800, RFXCom, TI103,NetCam, UltraNetcam3, BLBackup, CurrentCost 3P Rain8Net, MCsSprinker, HSTouch, Ademco Security plugin/AD2USB, JowiHue, various Oregon Scientific temp/humidity sensors, Z-Net, Zsmoke, Aeron Labs micro switches, Amazon Echo Dots, WS+, WD+ ... on and on.

          Comment


            #6
            What exactly does this do?
            Hector
            ____________________________________
            Win.2003 OS, HS3
            BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
            BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
            MyTrigger,ACRF2,W800,Zwave
            AP800,Honeywell Stat

            Comment


              #7
              Originally posted by langenet View Post
              Sorry seems like a dumb question, but are these all the beta releases in the first posting?
              So just starting out with HS3's version, .3 is the latest?

              Robert
              Yeah, .3 is the latest.


              Originally posted by Rotech View Post
              What exactly does this do?
              ... did you read the first post?

              It's an alternative to the JSON interface, now built into HomeSeer. Before there was no such interface, so this plugin was a way of using HTTP URLs to make something in HS3 happen.

              So if I put:
              http://my_homeseer_IP/textseer?devic...3&devicecmd=On
              into a browser (or any other HTTP client)... it turns the light in my hallway on.
              HSPro 3.0.0.458, Z-NET with Z-wave plugin 3.0.1.190, RFXCOM + 2x RFXtrx433E, HSTouch, Squeezebox plugin, iTach IP/WF2IR & GC-100-6 with UltraGCIR, BLDenon, NetcamStudio, Jon00s Webpage builder, Harmony Hub plugin, SCSIP (with FreePBX), Arduino plugin, IFTTT, Pushalot plugin, Device History plugin.
              Running on Windows 10 (64) virtualized
              on ESXi (Fujitsu Primergy TX150 S8).
              WinSeer (for Win10) - TextSeer - FitbitSeer - HSPI_MoskusSample

              Are you Norwegian (or Scandinavian) and getting started with HomeSeer? Read the "HomeSeer School"!

              Comment

              Working...
              X