Announcement

Collapse
No announcement yet.

Feature Request - Remote Temp Sensor

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

    Feature Request - Remote Temp Sensor

    Can you implement the ability to feed a remote temperature value to the thermostat. Specifically I would like the plugin to take an average value of any number of temp sensor devices and send that to the thermostat.

    This ability is documented here in section 2.2.7: https://lowpowerlab.com/downloads/Ra...i_API_V1.3.pdf

    TIA!!

    #2
    Originally posted by joey52685 View Post
    Can you implement the ability to feed a remote temperature value to the thermostat. Specifically I would like the plugin to take an average value of any number of temp sensor devices and send that to the thermostat.

    This ability is documented here in section 2.2.7: https://lowpowerlab.com/downloads/Ra...i_API_V1.3.pdf

    TIA!!
    Probably the best I can do for you is expose an action or function that you can call with an event or script and set the value that way. You could then have the script average you specific devices and then call the function with the avg value. I will add this feature to my todo list for this plugin.

    Comment


      #3
      Originally posted by kingfetty View Post
      Probably the best I can do for you is expose an action or function that you can call with an event or script and set the value that way. You could then have the script average you specific devices and then call the function with the avg value. I will add this feature to my todo list for this plugin.
      That works. Thanks!

      Comment

      Working...
      X