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.
- 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. Can be adjusted from a setting file.FanControl
app)
- 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.