I have a motion sensor with temperature, a light and a switch
Using the motion sensor’s temperature I want to turn the light on and off
When switch is off and
If temp is less than 63 - switch on
If Temp greater than 64 - switch off
If
Switch is on
If temp is less than 68 - switch on
if temp is greater than 70 - switch off
With switch off and temp below 63 the switch comes on
but will not turn off when temp comes back up past 64