timmo001 / system-bridge

A bridge for your systems
https://system-bridge.timmo.dev
Apache License 2.0
279 stars 14 forks source link

CPU Temperature Wrong #3265

Closed joshgibbons1 closed 2 weeks ago

joshgibbons1 commented 1 month ago

Description

Wrong CPU temperature is reported, for example it shows 54C whereas other apps such as HWiNFO and Corsair iCUE show 74C

What Platform / OS are you running?

Windows

How is System Bridge Being Ran?

Standalone (executable)

What version are you running?

4.1.13

Anything in the logs or a references that might be useful?

No response

Additional information

image

timmo001 commented 1 month ago

The temperature is based on one of the values from LibreHardwareMonitor. All these tools report different values, but the values look for k10temp,coretemp,atk0110.

https://github.com/timmo001/system-bridge-backend/blob/master/systembridgebackend/modules/cpu.py#L126-L195

If you can find a similar value in LibreHardwareMonitor and believe the value used is incorrect in System Bridge, please change your log level to debug, restart the application and update the description with the logs for CPU temperature. These will look something like Found CPU temperature: ...

joshgibbons1 commented 1 month ago

Thanks for the quick reply. It appears to be getting the data from 'CCDs Average (Tdie)' instead of 'Core (Tctl/Tdie)' which is what all the other applications seem to be using.

image

github-actions[bot] commented 3 weeks ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!