Announcement

Collapse
No announcement yet.

Where are the docs for addressing RCS thermostat through scripts?

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

    Where are the docs for addressing RCS thermostat through scripts?

    I can't find the documentation for the various function and procedure calls? Thanks.

    #2
    This information is in the HomeSeer SDK available via the HomeSeer updater.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      I may not have been clear in my original message. I want to get the numerical values for setpoint, actual temp, etc. from my RCS serial thermostat (using HSPI_RCSSERIAL.dll) in a script. There must be hs.variables to achieve this? Thanks.
      Last edited by simonmason; November 22, 2007, 10:16 PM.

      Comment


        #4
        I was just looking for the same thing when I saw your message. I ended up finding what I needed using the RCS X10 docs... along with those there is an XML file that lists all the plugin options like

        plugin.GetTemp(1, 1)
        plugin.CmdSetHeat(1, value, 1)

        Hope this helps someone.

        Another way to look inside a .net plugin and see what functions you can use is using LutZ Roeders Reflector which can be found here http://www.aisto.com/roeder/dotnet/
        Joe (zimmer62)

        BLSecurtiy, AC-RF2, RCS Serial Thermostats, RFXCOM SMarthome SwitchLinc, mcsXap, Global Cache GC100, SqueezeBox, TWA_ONKYOINTEGRA, BLLogMonitor, BLPlugins, BLRadar, BLSpeech, BLZLog.aspx, HSTouch (Windows, iPhone, iPod), USB Mimo touchscreens, VMWare Server, Vortexbox, Windows Home Server, MyMovies, Windows Media Center, X10, ZWave, and much much much more.

        Comment


          #5
          I think this is what you're looking for - the thermostat API was pulled out of the SDK and was posted in this thread.

          I had cleaned up the formatting for my use - I've attached the word file.

          jim
          Attached Files

          Comment

          Working...
          X