106 Commits

Author SHA1 Message Date
Michael Möller
556891a8c9 Updated the version. 2016-11-06 17:18:36 +01:00
Michael Möller
d7316f81bb Added Intel CPU models 0x4F and 0x56. 2016-05-26 15:14:29 +02:00
Michael Möller
b8a66b9cb7 Added experimental support for the ITE IT8628E chip (issue #759). 2015-12-20 15:54:19 +01:00
Michael Möller
7b6fc115d8 Added a SensorName property to the SmartAttribute class in order to support sensor names that are different from the attribute name. Used the SensorName property to replace the "Temperature Difference From 100" sensor with a standard "Temperature" sensor. Closed issue #717. 2015-12-13 18:11:48 +01:00
Michael Möller
9afb24db9d Added experimental support for the ITE IT8620E chip (using the same implementation as for the ITE IT8772E). 2015-12-08 19:54:21 +01:00
Michael Möller
5dfad04b31 Fixed issue #701. Writing temporary 0 values to the sensor (NVIDIA GPU clocks) gets them recorded and leads to wrong sensor min values and wrong recorded/averaged values for plotting. 2015-12-06 19:42:58 +01:00
Michael Möller
7614363308 Fixed an OverflowException when trying to use (unsupported) 64-bit thread affinity masks on 32-bit systems. 2014-12-30 22:49:32 +00:00
Michael Möller
bf8d491ef2 Fixed Issue 651. 2014-12-30 21:04:54 +00:00
Michael Möller
ebeb96c648 Changed the settings save code to use a two file based approach in order to reduce cases where settings are lost or reset (Fixed Issue 501). 2014-12-30 17:35:29 +00:00
Michael Möller
dc69a9431c Added a new "Undefined" control mode. Changed the GPU fan control to restore to default (auto) settings when the Open Hardware Monitor closes (unless the control remained in "Undefined" mode). 2014-12-30 16:02:52 +00:00
Michael Möller
9eee90c076 Fixed Issue 645. 2014-12-28 22:42:36 +00:00
Michael Möller
e94d026298 Added support for Intel Atom N2xxx, D2xxx, C2xxx, E3xxx and Z3xxx CPUs (Fixed Issue 610, Issue 422 and Issue 647). 2014-12-28 17:54:26 +00:00
Michael Möller
ce61b81e50 Added support for Intel Core M-5xxx (14nm) Broadwell CPUs (Fixed Issue 646). 2014-12-28 15:34:37 +00:00
Michael Möller
fdc917d504 Added support for Intel Xeon E5-2600/1600 v3, Core i7-59xx CPUs (Fixed Issue 617). Corrected an error in the Intel CPU power calculation (wrong bit mask for "Energy Status Units: bits 12:8"). 2014-09-16 20:35:33 +00:00
Michael Möller
bf0e26c554 Fixed an issue with the Nuvoton NCT6791D (hardware monitor i/o space lock wasn't disabled before attempting to read data). 2013-09-07 08:07:11 +00:00
Michael Möller
9f28081100 Added a configurable logging interval. 2013-08-25 19:13:35 +00:00
Michael Möller
94cbde3e97 Fixed a few stability issues in the logging implementation. Added support for logging sensors once the reappear. 2013-08-18 21:44:08 +00:00
Michael Möller
92d4954da6 Added a first data logging implementation. 2013-08-11 21:26:56 +00:00
Michael Möller
5117c1292d Fixed an issue in the NCT677X class causing a crash when calling Update. 2013-08-04 06:54:46 +00:00
Michael Möller
fb67ee38dc Changed the Intel core temperature reading to evaluate the "Reading Valid" bit 31 for package level sensors as well (undocumented). 2013-08-03 13:12:07 +00:00
Michael Möller
7513405fba Added experimental support for Intel Ivy Bridge-E CPUs. 2013-08-01 11:57:09 +00:00
Michael Möller
816b2d99b0 Refactored the SuperIOHardware class. 2013-07-21 21:03:31 +00:00
Michael Möller
6527a4450d Small correction for the Nuvoton NCT6791D super I/O chip. 2013-07-21 15:51:43 +00:00
Michael Möller
f89eb0e578 Added experimental support for the Nuvoton NCT6791D super I/O chip. 2013-07-21 14:17:11 +00:00
Michael Möller
b24637c47e Updated the version. 2013-07-14 16:32:27 +00:00
Michael Möller
67354b4125 Added support for the Fintek F71869A (F71868AD) super I/O chip. 2013-06-30 11:41:36 +00:00
Michael Möller
9868e12d7a Added experimental support for AMD family 15h model 1Xh and family 16h CPUs. 2013-06-29 16:12:40 +00:00
Michael Möller
57915384c8 Added code to handle exceptions when creating the report for drives that are no longer available/ready. 2013-06-09 20:11:20 +00:00
Michael Möller
dcfa8ef3f9 Added additional exception handling to the http server. 2013-06-09 19:25:44 +00:00
Michael Möller
81a926cfc9 Added Fahrenheit support to the plot. 2013-06-09 17:44:05 +00:00
Michael Möller
ea68316dc7 Added the new OxyPlot based plot implementation. 2013-06-09 16:08:59 +00:00
Michael Möller
acc4149327 Fixed Issue 415. 2012-11-19 21:05:41 +00:00
Michael Möller
eac9cc4d11 Changed the super I/O fan control: Fan controls are now always displayed, even if the value is null (as for example for ITE 87XX chips in automatic mode. 2012-11-04 13:10:53 +00:00
Michael Möller
1ccebc6850 Added additional Fintek chips to the lm-sensors interface. 2012-11-03 17:58:55 +00:00
Michael Möller
3692d7cc26 Enabled fan control on mainboards by default. 2012-10-21 14:45:24 +00:00
Michael Möller
41d24dc8d8 Added support for fan control on ITE 87XX chips and a mainboard specific configuration for the Gigabyte GA 970A UD3 (both based on a patch from Eric Hokanson). 2012-10-21 14:24:03 +00:00
Michael Möller
c2f1a51725 Fixed Issue 387. The new implementation does not try to start a ring 0 driver that already exists, but could not be opened. It tries to delete the driver and install it new. The driver is now stored temporarily in the application folder. The driver is not correctly removed on system shutdown. 2012-09-23 18:37:43 +00:00
Michael Möller
5a8544454e Added a few checks and delays to the driver loading code to increase the chance of loading the driver. 2012-08-11 21:48:54 +00:00
Michael Möller
e32ce0060d Changed a few context menu items to display a radio option style. Added additional information from the SMBIOS to the report. 2012-08-11 21:32:59 +00:00
Michael Möller
e77e879780 Added a RAM sensor for used memory. 2012-07-26 06:51:19 +00:00
Michael Möller
53a14ec30c Updated the version. 2012-07-25 18:10:10 +00:00
Michael Möller
5e87af437d Added used space load sensors for hard drives. 2012-07-22 18:07:11 +00:00
Michael Möller
a53679c3ad Added a missing default case in the mainboard specific configuration selection. The missing default case prevented sensor data from getting displayed on unknown Asus mainboards with NCT6779D super I/O. 2012-07-18 22:47:30 +00:00
Michael Möller
6b1e346c16 Added more report output to the kernel driver loading code. Hopefully this helps to find the problems in Issue 253. 2012-07-18 20:20:26 +00:00
Michael Möller
b9d30a4602 Changed the system tray icon font scaling to adapt to the size of the tray icon in pixels, because on Windows 7 the tray icon scales with the system font size, while on Windows XP the tray icons are always 16 pixels large. 2012-07-18 19:45:59 +00:00
Michael Möller
194d0a6d5d Attempt at fixing Issue 253 without breaking Issue 159 once more. 2012-07-17 16:10:59 +00:00
Michael Möller
028248273b Added the option to enable/disable all hardware groups. 2012-07-11 17:35:30 +00:00
Michael Möller
04be3e3943 Added a mainboard specific configuration for the Asus P8Z77-V (Issue 347) and added an additional temperature for the Gigabyte GA-MA78LM-S2H (Issue 358). 2012-07-08 19:26:00 +00:00
Michael Möller
d6262767bb Added support for SSDs with a controller from Micron. 2012-07-08 15:24:44 +00:00
Michael Möller
f8b7505b0c Added experimental support for Nuvoton NCT6779D super I/O chips. 2012-07-01 21:44:07 +00:00