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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong temperature readings #48

Closed
mike4president opened this issue Jun 29, 2020 · 6 comments
Closed

wrong temperature readings #48

mike4president opened this issue Jun 29, 2020 · 6 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mike4president
Copy link

mike4president commented Jun 29, 2020

Hi, I am getting wrong temperature reading with my quad core iMac Late 2017.

209°C seems a bit hot ;-)

Can Stats report CPU PECI?

and it only reports 2 cores and show the other two when I activate "show hyper threading cores"
Bildschirmfoto 2020-06-29 um 17 53 13

Bildschirmfoto 2020-06-29 um 17 51 22

@exelban
Copy link
Owner

exelban commented Jun 29, 2020

Yeap, it looks like your mac has a different CPU temperature sensor code. I don't know if there is a sense of this temperature under this module. It added when Stats does not have a sensors module. And now when you can see the temperature on a specific sensor there is no sense to have this sensor there.

CPU 1 and CPU 2 it's not a different core.
Zrzut ekranu 2020-06-29 o 18 00 49

CPU core sensors look like this.

There is no sensors list for each mac. So I just trying to find all possible options on the internet. It looks like I missing sensors for iMac. If you want to help to improve the app and add missing sensors for your mac. I can provide a little instruction how to fetch a list of sensors that your mac has. And next, I will add this sensors to the list.

@exelban exelban added the bug Something isn't working label Jun 29, 2020
@exelban
Copy link
Owner

exelban commented Jun 29, 2020

There is must more easiest way to collect missing sensors. Because of the app collection all keys in the system, and trying to map it with my list of keys. So I just need to enable the log when key not found on the list. And it will be enough to provide a log from Console.app. If you will be interested to help. Give me to know, I will provide a debug version of app to collect the missing keys in logs.

@mike4president
Copy link
Author

Sure thing. Just tell what I have to do.

@exelban
Copy link
Owner

exelban commented Jun 29, 2020

Ok, this is a developing version (but it notarized throw apple as normal build).

Before opening the app do next:

  • open Console.app
  • select your mac on device list (by default it must be opened on this tab)
  • in the search field enter Missing sensor

Now just start the application. In the console, you must see some rows with information about the missing sensor.

You can export these logs to file, and share it. Or just select the logs, copy them and paste there.

Stats.dmg.zip

PS: also check if temperature under CPU is changed

@exelban
Copy link
Owner

exelban commented Jul 1, 2020

You can use the latest version, it has enabled missing sensors keys logging.

@exelban exelban added the help wanted Extra attention is needed label Jul 8, 2020
@exelban
Copy link
Owner

exelban commented Aug 2, 2020

Closed due to inactivity. I update a sensor in the popup. But if someone still sees strange temperature, please reopen this issue.

@exelban exelban closed this as completed Aug 2, 2020
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

2 participants