Replies: 2 comments 3 replies
-
I would suggest two things:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
The ideal solution would be if each sensor could be enabled/disabled and configured individually. But as a first step it would be enough if HDD and SSD sensors could be enabled separately, if possible. This would allow to get rid of the clicking sound altogether without loosing SSD temp sensors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This one is related with the recent change in LHM behavior that caused an issue reported in #3128.
It all started from my report #2968 months ago. It turned out that it was a LHM behavior forcing 60 seconds interval between updates for ALL storage devices.
After some time I submitted a PR to fix that by overriding that interval to 5 seconds for NVMe drives ONLY, but the author had different idea that removing the update interval entirely might be better. Yeah. I submitted another PR removing that interval and it has been merged into LHM lib.
So... From FanControl v221 released a few days ago, here we are. No forced update interval for all drives. Seemingly, FanControl is refreshing all sensors every second, which causes some HDDs to click every second.
Here are my suggestions. (quite same as the LHM author suggested in my PR thread though)
This allows user to mitigate possible side effects monitoring itself causes like clicking sound, hdd wake-ups from idle, performance drop, ...
Currently, FanControl refreshes all recognized sensors every second whether it is used or not. This option is for selectively turning off monitoring (not calling
IHardware.Update()
method) for choice sensors, eliminating any possible side effects monitoring itself causes.Related issue I've found: HDD spin-down stop working with active HDD temp monitoring #3004
I think they can be quite seamlessly integrated in the Settings > Sensors sections.

These options could be applied for all sensors, but, 'storage devices only' would be all good.
Please let me know what you think, and thanks for this amazing project.
Beta Was this translation helpful? Give feedback.
All reactions