Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU Temp. Reading -1潞 on macOS Big Sur #225

Open
WatEvsCevs opened this issue Oct 6, 2020 · 24 comments
Open

CPU Temp. Reading -1潞 on macOS Big Sur #225

WatEvsCevs opened this issue Oct 6, 2020 · 24 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@WatEvsCevs
Copy link

Describe the bug馃悰
CPU Temp is reading -1潞.

To Reproduce
Steps to reproduce the behaviour:

  1. Open iGlance
  2. Look at CPU Temp.

Expected behaviour
Reports the current temperature status of the CPU.

Screenshots (Optional)
Screen Shot 2020-10-06 at 4 11 30 pm

Desktop (please complete the following information):

  • MacOS Version: 11.0 Beta [20A5384c]
  • Version of the app: 2.1

Log
io.github.iglance.iGlance 2020-10-06--05-00-03-372.log

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Oct 6, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.98. Please mark this comment with 馃憤 or 馃憥 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@D0miH
Copy link
Member

D0miH commented Oct 6, 2020

Hey @WatEvsCevs,
thanks for your bug report. This is very strange. Unfortunately I can't install the Big Sur beta on my machine at the moment.
Can others confirm this bug?

@D0miH D0miH added the help wanted Extra attention is needed label Oct 6, 2020
@D0miH D0miH pinned this issue Oct 6, 2020
@edwardbattistini
Copy link

it is actually working for me on latest public beta.
This is my MacBook Pro config

Screenshot 2020-10-07 at 16 55 13

@edwardbattistini
Copy link

@WatEvsCevs can you reboot and check if the issue is still happening for you?

@WatEvsCevs
Copy link
Author

@edwardbattistini And what do you know, turning it off and on again worked. It was weird because when I opened my laptop iGlance had that weird -1潞 issue (even when updated with the latest version).

Looking through the logs I found this:

20-10-06 16:14:05:587 Error: [CpuInfo:72]: An unknown error occurred

It must be something to do with macOS Big Sur and how that particular process was mucking up before the restart. It seems that Big Sur in general has troubles waking up from sleep.

@edwardbattistini
Copy link

@edwardbattistini And what do you know, turning it off and on again worked. It was weird because when I opened my laptop iGlance had that weird -1潞 issue (even when updated with the latest version).

Looking through the logs I found this:

20-10-06 16:14:05:587 Error: [CpuInfo:72]: An unknown error occurred

It must be something to do with macOS Big Sur and how that particular process was mucking up before the restart. It seems that Big Sur in general has troubles waking up from sleep.

Big Sur is not yet in GM so its kind of ok. We can always check again when its officially out

@D0miH
Copy link
Member

D0miH commented Oct 9, 2020

And what do you know, turning it off and on again worked.

Glad to hear that! 馃帀

Big Sur is not yet in GM so its kind of ok.

Exactly. However, I will add the error message to the log in the next update. This will help to track down the issue if it reappearing.

@Keating950
Copy link

Hi all,

I'm noticing this issue appearing on my new M1 Mac Mini running MacOS 11.0.1. It also reports that my fan is running at 1700 RPM, even though the fan is not engaged. Unlike with WatEvsCevs, this wasn't fixed by a reboot.
Screen Shot 2020-12-10 at 09 09 38

@D0miH
Copy link
Member

D0miH commented Dec 17, 2020

Hey @Keating950,
at the moment the app is not optimised for M1 Macs. As far as I can see from googling the issue is that some of the values we are trying to read changed on the M1 Macs. I will have to investigate this and will come back to you.

@simonepignotti
Copy link

Hi, I have the same issue on an M1 Macbook Air. I believe the problem is that by running through rosetta 2 the processor that is detected is a virtual one (see screenshot from the dashboard).
Screenshot 2020-12-18 at 16 47 09

@tvhung83
Copy link

tvhung83 commented Feb 3, 2021

Same issue on mac mini M1 (BigSur 11.2):
image

@dontcrash
Copy link

Same issue here, might try and look through the source and attempt to fix this issue if possible, any pointers on where would be a good starting point?

@D0miH
Copy link
Member

D0miH commented Apr 6, 2021

Hey @dontcrash,
that would be awesome. So I think the problem with the M1 macs is that the SMC (System Management Controller) key which we are using for reading the temperatures (and other things) changed for the M1 models. So a good starting point would be to find out if other open source apps managed to get the correct key.

@ChillarAnand
Copy link

Yes, your are right. @dontcrash

$ sudo powermetrics --samplers smc |grep -i "CPU die temperature"

Password:
powermetrics: unrecognized sampler: smc

Looks like it is issue with smc.

@ChillarAnand
Copy link

Have checked other software like glances, osx-cpu-temp, iStats. None of them seem to be working.

Relevant links:
lavoiesl/osx-cpu-temp#38
Chris911/iStats#101
https://apple.stackexchange.com/questions/54329/can-i-get-the-cpu-temperature-and-fan-speed-from-the-command-line-in-os-x

@bassu
Copy link

bassu commented Jun 10, 2021

The stats app does not have this issue.
They use another version of SMC though:

https://github.com/exelban/stats/blob/master/SMC/smc.swift

Implementation details here:
https://github.com/fermion-star/apple_sensors

@pavelnemirovsky
Copy link

stats show fans rpm equal to 0... same a iglance ...

@nathanneuro
Copy link

macmade/Hot@005e4ce The open source app "hot" has fixed the m1 chip temp reading. Here's the link to the commit that fixed it for them.

@h3n4l
Copy link

h3n4l commented Jan 28, 2022

Same apperance on my mac(Monterey 12.1, m1 silicon), iGlance version 2.1 !_
鍥剧墖

@Skylinar
Copy link

Bildschirmfoto 2022-08-29 um 18 37 04
Bug is still here with M1Pro Mac 2021 on Monterey 12.2.1 (21D62)

@rmortes
Copy link

rmortes commented Sep 1, 2022

Can confirm on MacBook Air (M1, 2020) on Monterey

@Uniowl
Copy link

Uniowl commented Jan 17, 2023

Same issue on MacBook Air M2, 2022 (Ventura 13.1)
Screenshot 2023-01-17 at 10 51 15

@sukhmel
Copy link

sukhmel commented Feb 10, 2023

Same on MacBook Pro (M1, 2021) on Monterey 12.6.3

@frakman1
Copy link

frakman1 commented Jul 5, 2023

Same on MacBook Pro M1 Max on Ventura 13.1 Beta

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests