Ive managed to fix it.
I was not implementing Ivisitor and LibreHardwareMonitor seems to be the updated version of the dll (i had to got it via nuget as it has to update some independeces)
Here i found the example code with the Ivisitor implemented: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
Answer from Michael Canseco on Stack OverflowHello All,
I just did a new build last night with Ryzen 9 5900, Asus ROG Strix x570-i Gaming and EVGA 3080 Ultra. I'm trying to run benchmarks but realized that I am not seeing any CPU temps in software like Open Hardware Monitor, MSI Afterburner, etc. I am able to see CPU temp in bios. I am running the latest BIOS from ASUS for my board. Wondering if this has to do with a BiOS setting? Im pretty much at a stock configuration right now.
Any ideas how I can enable temperature monitoring for my CPU in software utilities? Any input / ideas is much appreciated.
Unfortunately, Open Hardware Monitor hasn't been updated to work with the new Ryzen 5000 chips yet. Hopefully that will happen soon, I was having this same problem a few days ago with a 5800x.
The ASUS AI Suite gave CPU temperature readings, but it's fairly heavy and would likely conflict with some of those other tools.
Always used HWInfo for Ryzen 3000 series and (if I will ever receive my preordered 5950x) I’ll continue to use it, give it a try. If even HWInfo doesn’t work, maybe the AMD chipset drivers are outdated and programs cannot read sensors.
c# - OpenHardwareMonitor not showing all sensors - Stack Overflow
No CPU temp Shown
does not show CPU temperature
MSI afterburner not showing CPU temp - help appreciated!
Videos
Ive managed to fix it.
I was not implementing Ivisitor and LibreHardwareMonitor seems to be the updated version of the dll (i had to got it via nuget as it has to update some independeces)
Here i found the example code with the Ivisitor implemented: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
It might be that your hardware is not supported by OpenHardwareMonitor. There is a list of supported hardware on their page.
Also you might need to run your app as Administrator to get the required information. I was able to get the temperature sensors in the list, but without values. And I saw the values by running as administrator.