https://github.com/qappssoft/fancontrol.storagespaceplugin
Add support of drives in Microsoft Storage Space to FanControl app
https://github.com/qappssoft/fancontrol.storagespaceplugin
Last synced: 11 months ago
JSON representation
Add support of drives in Microsoft Storage Space to FanControl app
- Host: GitHub
- URL: https://github.com/qappssoft/fancontrol.storagespaceplugin
- Owner: QAppsSoft
- License: mit
- Created: 2022-04-14T13:46:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T07:14:33.000Z (almost 4 years ago)
- Last Synced: 2025-06-02T15:13:34.529Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FanControl.StorageSpacePlugin
This pluggin attempt to fix an [issue](https://github.com/Rem0o/FanControl.Releases/issues/109) with ussage of [LibreHardwareMonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) in [FanControl](https://github.com/Rem0o/FanControl.Releases).
`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:
- [X] Support temperature reading for HDD
- [X] Check if this pluging work with any SSD used by an Storage Space.
- [X] Setting to control the refresh rate instead of use a hardcoded 30s.
### See also
- [FanControl](https://github.com/Rem0o/FanControl.Releases)
- [LibreHardwareMonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor)
- [No sensing HDD temp when connected to SAS controller](https://github.com/Rem0o/FanControl.Releases/issues/109)