Programmatically read CPU temperature (+ other sensor data) on MacOSX (Macbook Pros)

I would like to programmatically read the processor temperature + any other interesting sensor data from my MacBook Pro (2009 model).

How can I do it?

I noticed a previous post pointing out this open source software , but this seems incompatible with my model.

I notice that there are many applications that can do this, so this should be possible!

+8
macos temperature
source share
1 answer

I found this open source that can help you in the idea of ​​how to do this (this is newer than your link). https://github.com/lavoiesl/osx-cpu-temp

+3
source share

All Articles