Announcement

Collapse
No announcement yet.

How to send command to thermostat

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

    How to send command to thermostat

    I am new in using the plug-in 2.4.0.2 with RCS TS40.

    Is there way to send a generic command to the thermostat? I am trying to set outside temperature value on the stat without outside sensor (command "TO=xxx")?

    #2
    Via a script, you can send the following:

    call RCS.cmdsendcustom(1,"OT=" & hs.DeviceValue("W11"))
    HS: 2.5.0.60
    Environment: Virtual XP as guest in VMWare Server running under Win 7
    Plug-ins: MLHSPlugin|RCS Serial Thermostat|UltraLog|UltraMon|
    Misc: 303 Devices, 313 Events, 68+ Scripts

    HSeer: 3.0.0.54
    Environment: Virtual XP as guest in VMWare Server running under Win 7
    Plug-ins: BLGData|BLRF|BLRadar|BLRandom|BLSpeech
    UltraM1G3|UltraECM3|UltraMon3|UPBSpud|Z-Wave
    Misc: 148 Devices, 116 Events, 9+ Scripts (so far, still converting)

    Comment


      #3
      Thank you for the quick reply. This is exactly what I need
      Last edited by ; January 8, 2010, 01:13 PM.

      Comment

      Working...
      X