Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.27 KB

FanControl.StorageSpacePlugin

This pluggin attempt to fix an issue with ussage of LibreHardwareMonitor in FanControl. LibreHardwareMonitor don´t currently support access to drives wich are part of a Microsoft Storage Pool, this plugin try to solve this issue using plugin system from FanControl and PowerShell to get drives temperature.

What this plugin do:

  • Get a list a of drives included in any Storage Pool.
  • Get drive actual temperature.
  • To avoid the high memory an cpu usage from PowerShell, the update rate is limited to 30s (Maybe in the future can be adjusted from FanControl app). Can be adjusted from a setting file.

Todo:

  • Support temperature reading for HDD
  • Check if this pluging work with any SSD used by an Storage Space.
  • Setting to control the refresh rate instead of use a hardcoded 30s.

See also