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:
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

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¶meter=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
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
Comment