• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Surge protector with temperature sensor?

It's Not Lupus

Senior member
Is there a surge protector with a temperature sensor that will turn off at a specified (hot) temperature? Or is there some other kind of solution, maybe advanced enough to send a computer a shutdown command?

Or maybe install a sensor on the computer itself with a program to perform the shutdown.
 
Last edited:
Don't know of such a surge protector. Most computer mobos have a temp sensor that causes shutdown at a specified level.
 
Look into Arduino or other similar system. You can the code a front end to check various sensors such as Dallas/Maxim 1-wire temp sensors then trigger a shutdown.

Or something really crude but easier, you could use line voltage heat thermostat to turn off the supply to the UPS then setup the UPS to turn off the PC. Basically the thermostat acts as a switch, you set it to like 40C, as long as it's cooler than that it will stay "on", if the temp hits 40c it will turn off.
 
Don't know of such a surge protector. Most computer mobos have a temp sensor that causes shutdown at a specified level.

My N40L overheated, turned off, but didn't turn on again. I had to replaced some parts.

Look into Arduino or other similar system. You can the code a front end to check various sensors such as Dallas/Maxim 1-wire temp sensors then trigger a shutdown.
yeah, I was thinking about that or the beagleboard.
 
Back
Top