Skip to content

Commit

Permalink
Update readme file with 'See also' section.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex6dj committed Apr 15, 2022
1 parent b6c2093 commit cca4957
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
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:
### 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)

## Todo:
### Todo:
- [X] 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.
- [ ] 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)

0 comments on commit cca4957

Please sign in to comment.