Skip to content

Add osx cpu temps #1578 - #1579

Open
itachee wants to merge 5 commits into
giampaolo:masterfrom
itachee:add-osx-cpu-temps
Open

Add osx cpu temps #1578#1579
itachee wants to merge 5 commits into
giampaolo:masterfrom
itachee:add-osx-cpu-temps

Conversation

@itachee

@itachee itachee commented Sep 4, 2019

Copy link
Copy Markdown

Fixes #1578

Ran sensors_temperatures():
Tested under different CPU loads, and verified positive correlation.

Mac Mini Hexa Core, Mojave 10.14.3 Output:
{'coretemp': [shwtemp(label='Proximity', current=34.5, high=None, critical=None), shwtemp(label='Core 0', current=42.0, high=None, critical=None), shwtemp(label='Core 1', current=42.0, high=None, critical=None), shwtemp(label='Core 2', current=39.0, high=None, critical=None), shwtemp(label='Core 3', current=39.0, high=None, critical=None), shwtemp(label='Core 4', current=40.0, high=None, critical=None), shwtemp(label='Core 5', current=38.0, high=None, critical=None)]}

Macbook Pro Dual Core, Mojave 10.14.5 Output:
{'coretemp': [shwtemp(label='Proximity', current=35.875, high=None, critical=None), shwtemp(label='Core 0', current=40.0, high=None, critical=None), shwtemp(label='Core 1', current=39.0, high=None, critical=None)]}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

macos platform : macOS specific

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[OSX] CPU Temps Not Available

2 participants