Fan Control with Temperature


#1

1) Give a description of the problem
I want to control a fan (ST Outlet) based on the temperature from a Multisensor.
I have two Pistons that control the fan - turn it on & off.

2) What is the expected behavior?
TURN ON:
If temperature is greater than 74 and Casita Lights are OFF (implying nobody is in the room) turn on the Fan.

TURN OFF:
If temperature is less than or equal to 73 or Casita Lights turn on. Turn off the fan.

3) What is happening/not happening?
The multi sensor is reporting 72 and the fan is still running. It should have turned off when temps are or below 73.

**4) Post a Green Snapshot of the piston


#2

Click on the OR between your two conditions and change it to “logical AND”.

Edit: disregard the above, I see you have two pistons now. You can easily do this with one piston:

IF
Casita lights are OFF
AND
Temperature is above 74

THEN
Turn fan ON

ELSE
Turn fan OFF