Exhaust Fan Based on Temperature


#1

1) Give a description of the problem
The piston does not appear to be working.

2) What is the expected behavior?
The exhaust fan should turn on once the temperature is above 72F and turn off once it drops below 72F.

3) What is happening/not happening?
Even though the current temperature is above 72F, the fan is not turning on.

4) Post a Green Snapshot of the pistonimage

5) Attach any logs (From ST IDE and by turning logging level to Full)
(PASTE YOUR LOGS HERE BETWEEN THE MARKS THEN HIGHLIGHT ALL OF THE LOGS SND CLICK ON THE </> ICON TO FORMAT THEM)


#2

Try changing the condition to a trigger… example:
IF
Contact Sensor 5’s temperature rises to or above 72.
DO STUFF


#3

It magically started working. Maybe I was just being impatient. :slight_smile: