Skip to content

Releases: nickbabcock/OhmGraphite

v0.25.0 - May 8th, 2022

08 May 19:01
Compare
Choose a tag to compare

Updates LibreHardwareMonitor

  • Add Intel integrated GPU sensors
  • Add support for B560M AORUS PRO and B560M AORUS PRO AX
  • Better detection of Samsung NVMe drives
  • Support Z690 Aorus Pro
  • Add EC T_Sensor for ROG Strix Z690-A
  • "CPU Core" voltage sensor for intel CPU's
  • IT8613E and Biostar B660GTN support
  • Add X570 Aorus Ultra
  • Add Gigabyte Z690 Gaming X

v0.24.0 - February 18th, 2022

18 Feb 12:38
Compare
Choose a tag to compare
  • Add support for PSU metrics (enabled by default)
  • Add support for battery metrics (enabled by default)
  • Fix rare null reference exception on OhmNvme updates
  • Update minor dependencies to latest

Update LibrehardwareMonitor from d3a38bf...f0dd72a.

  • Add support for reporting battery metrics
  • Add support for Zen 3 SMU (System Management Unit) reporting
  • Add support for ASUS ROG CROSSHAIR VIII HERO (WIFI)
  • Add support for the Gigabyte B360 AORUS GAMING 3 WIFI-CF mainboard

v0.23.1 - December 23rd, 2021

24 Dec 02:39
Compare
Choose a tag to compare

Bugfix for postgres / timescale users where insertions would fail due to the
server expecting a datetime in UTC but OhmGraphite was sending a datetime in
the local timezone.

v0.23.0 - December 15th, 2021

15 Dec 12:00
Compare
Choose a tag to compare

The OhmGraphite download size is double the previous version but the disk size
after extraction is approximately the same. OhmGraphite has been upgraded to
NET 6.0, which shouldn't be user visible; however, changes in executable
trimming forced a migration to a new way to bundle OhmGraphite in order to keep
a reasonable executable size. This should all be transparent to the user, but
this was brought up in case issues are seen with this new version (ie: startup
performance may have worsened so I appreciate any reports about this).

For LibreHardwareMonitor, the headlining change is that Alder Lake and Jasper
Lake are better supported. The other changes are mostly minor

Addtionally, a CLI flag was added for OhmGraphite to return its version:

.\OhmGraphite.exe run --version

v0.22.0 - October 29th, 2021

30 Oct 01:53
Compare
Choose a tag to compare

Add configuration to disable polling of hardware:

<add key="/gpu/enabled" value="false" />

Update LibreHardwareMonitor from ce882e...1701eb:

  • Add GPU hot spot temperature
  • Fixes incorrect GPU fan readings for certain NVIDIA models
  • Add support for the embedded Asus B550-I controller

v0.21.0 - October 6th, 2021

07 Oct 02:12
Compare
Choose a tag to compare

Maintenance release that updates internal libraries including
LibreHardwareMonitor from 07beb4f...d14f1aa84, which contains the following fixes:

  • Fix Nvidia memory report where free and used memory were mixed
  • Additional ASUS EC detection
  • Add Gigabyte X570 Gaming X motherboard
  • Add ASUS ROG Strix B550-I
  • Add ASUS Cross VIII Formula motherboard
  • Fix no video card temps detected for AMD 5700XT

Full Changelog: v0.20.0...v0.21.0

v0.20.0 - July 22nd, 2021

22 Jul 11:44
Compare
Choose a tag to compare

Allow hiding of sensors by glob. One can use globs to ignore a group of
sensors. For instance, to hide all power sensors and hide clock sensors from an
AMD CPU:

<add key="/amdcpu/*/clock/*/hidden" />
<add key="/*/power/*/hidden" />

LibreHardwareMonitor (ie the sensor library) updated to latest:

  • Add D3D GPU Sensors
  • Add sensors for ASUS Crosshair VIII Hero
  • Fixes for ASUS C8H
  • Add embedded controller sensors for ROG STRIX X570-E GAMING
  • Fix AMD overdrive 8
  • Add ADL (fan) Sensor support
  • Add Ryzen SMU support
  • Add PSU sensors (only corsair)
  • Increased timeouts for WMI querying HDD data
  • Support reporting multiple GPU fans

Changes detected on test system. Mileage will vary based on hardware:

  • Ryzen CPU package power renamed to CPU package
  • Nvidia GPU owners should see many new metrics (test system saw an increase of 5 to 24 load sensors).
  • All Nvidia GPU sensors appear to be reordered and so may show up as distinct metrics in your time series database of choice.

v0.19.0 - May 29th, 2021

29 May 16:38
Compare
Choose a tag to compare
  • Add influxdb 2 support (see docs for more information)
  • Add custom certificate verification for self signed cert setups (see docs for more information)
  • Fix slow WMI disk operations causing no sensors to be reported
  • Fix crash for intel nvme drives

v0.18.1 - May 9th, 2021

09 May 16:52
Compare
Choose a tag to compare

Fix regression introduced with 0.18.0 where Intel NVMe drives would cause a
failure to start.

v0.18.0 - May 8th, 2021

08 May 17:45
Compare
Choose a tag to compare

A purposely small release to test the new distribution. OhmGraphite is now
packaged as a single executable that does not depend on the system's .NET
framework. This should allow more users to access OhmGraphite, but I'm not sure
I've tracked all the downsides. One of the major downsides is that the
executable size has increased from 3MB to 30MB.

  • Bump LibreHardwareMonitor to latest
    • Intel Gen11 Rocket Lake Support
    • Enable reporting SoC voltage for Zen+ APUs
    • Fix AMD Overdrive5 detection