rugarciap / Turbo-Boost-Switcher

Turbo Boost disabler / enable app for Mac OS X
GNU General Public License v2.0
1.49k stars 149 forks source link

Reports wildly innacurate CPU temperature? #134

Closed rw3iss closed 4 years ago

rw3iss commented 4 years ago

Hello, I've been using the app for a day now, but it seems the CPU temperature is always wrong, but about 20 degrees!

See screenshot here:

Screen Shot 2020-07-23 at 9 11 05 PM

Notice the overlay shows 60 degrees, but the menu bar icon up to the right next to it (Macs Fan Control app) shows 78 degrees. Then also notice that the command line 'powermetrics' program running in the terminal that, also shows ~80 degrees.

Why does the Turbo Boost app always seem to show a 20 degree difference in the CPU temperature??

rugarciap commented 4 years ago

Hi,

The app uses the SMC Apple API to retrieve the CPU sensor temperature, you can take a look to the code.

There are a lot of sensors on a Mac, and can't speak by any other app.., In any case, there is also an enhancement pending to be released to monitor individual CPU sensors, I guess that might be the case.

Thanks for the info and will use while developing that feature for sure.

Best!

rw3iss commented 4 years ago

Cheers!