Jump to content

WeatherBug & Text Program


haroldunger

Recommended Posts

I think the temp value is actually an xx.yy value. Any change in temp will trigger the Program again. You can AND an If Variable is 0 (arbitrary value) that allows the Then clause (True) to run. In the Then clause set the Variable to 1 which will stop the Then clause from running during additional temp changes. Another Program resets the Variable to 0 when the temp goes above 32.

Link to comment

I'm new at this, so here's what I did. Is this correct?

 

Program 1: If temp <=32 and $Temperature (new variable I created without values)=0, then send notification text (Low Temp) and set $Temperature=1.

Program 2: If temp >=90 and $Temperature=0, then send notification text (High Temp) and set $Temperature=1

Program 3: If temp >32 and <90, then set $Temperature=0.

 

Thanks.

Link to comment

Archived

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


×
×
  • Create New...