Jump to content

Using Temp in program


wswartz

Recommended Posts

Recently purchased the climate module and trying to understand how to use temp in a program. Got this simple one to turn on a pond heater when the temp falls below freezing:

If
       Module 'Climate' Temperature <= 32 °F

Then
       Set Scene 'House / Garage / Scene.WaterFeature' On

Else
       Set Scene 'House / Garage / Scene.WaterFeature' Off


I see the temp in the climate module is less then 32deg, but nothing seems to happen. I guessed this was because there was no "event" that was testing the temp, so I added a schedule line that looks like this:

If
       From    12:00:00AM
       To      11:59:59PM (same day)
   And Module 'Climate' Temperature <= 32 °F
...

 

That seemed to make it work. So what's the problem? Just curious if there was a better way of doing this and if my assumptions were correct. Trying to understand this better :)

 

Bill

Link to comment

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.3k
×
×
  • Create New...