-
-
Notifications
You must be signed in to change notification settings - Fork 238
Your CPU temperature is not supported yet #82
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
Comments
Так же монитор зависает при запуске любой программы |
Although not a bug, since they clearly document it that CPU temp does not work on Windows, I do wish that they would eventually release a version that do. I mean, CPU temp is probably the first thing, or maybe second to GPU temp that people would want to monitor. A system monitor without the ability to monitor CPU temp, is just plain odd and frankly quite useless for me |
Hi, for the "CPU temperature not supported yet" message, I'm currently working on a new way to get CPU sensors from LibreHardwareMonitor instead of Python3 libraries. You can follow progress here: #52 @Yawllen can you try to run |
Hi @spectra9 and @Yawllen |
Downloaded and testing. After changing COM port setting (AUTO never works in my case), the temp for CPU is showing and seems to be in line with what RTSS is showing. Also I get message [WARNING] Network interface 'eth0' not found and 'wlan0' not found messages repeatedly, probably need to play around with the network interface name. Other than that, looking good so far, will test some more. Edit: I notice the CPU freq is a bit off, e.g. it's showing 2-2.8 GHz, while in fact it's around 3.9-4.8 GHz. Not sure which sensor it's picking up though, I can't find similar value in RTSS CPU freq reading, every core is showing value aboe 3.6 GHz Great work @mathoudebine, really appreciate it you keeping this project alive |
Found test_librehardwaremonitor.py under LibreHardwareMonitor folder. Would be very cool if we could select which sensor to read from this list :-) |
I think I found the problem with the CPU clock calculation. It's calculating the mean values of every Core# clocks, including the effective core clocks, which skew the results. So in order to make in line with RTSS value, I change the following lines
to this
|
Many thanks for testing! I did not have the "Effective" core clocks as sensors on my machine, i will apply your fix in the next commit. |
Hey Matt, thanks for the reply. I have updated the network interface name, so that's working fine now. I've also tinkered around in replacing the GPU Mem Used metric to GPU Core Clock, was too lazy to add a new one so I just replace the one I don't use lol. |
When starting the program выдает следующие
Win 11. Intel core i7 11700kf
The text was updated successfully, but these errors were encountered: