-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FSTemperatureMonitor needs some love #21
Comments
You might already know this, but (for reference) here's the reference sheet for the Also wouldn't it make sense to measure the temperature of all available hardware devices (instead of just CPUs) and return the maximum temperature measured instead of the average one. If some process really stresses my GPU, for instance, I'd want my fan to start doing some extra cooling as well… |
These are some pretty good suggestions and I agree with most of them. I have already read the sysfs-interface documentation and there is one sentence I want to highlight:
I think the plugin should use |
I'll look into this, but looking at the search results I found I fear I'll have to create a Note to self: Some demo code |
I know of a C# wrapper for libsensors , which is exactly what you've probably been looking for. If you want to implement the new plugin, please let me know, so that I don't work on the same stuff as you. ;) |
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed |
Create Add HP Spectre x360 Convertible 15-df1xxx config
As we've discussed in #18 the current implementation of
FSTemperatureMonitor
is somewhat confusing.Some things I'd suggest doing:
LinuxTemperatureMonitor
. Neither does thehwmon
work only on file systems (the current code ignores everything except CPUs), nor is it portable to anything except Linux.<10
sensors is negligible.Please let me know what you think about these points.
The text was updated successfully, but these errors were encountered: