Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
Use a hysteresis function, with 2 thresholds
Something like
if temp > 30 { fan on }
if temp < 25 { fan off } temp between 25 and 30 will not change the state of the system
CONTRIBUTE TO THIS THREAD