desbma / hddfancontrol

Regulate fan speed according to hard drive temperature
GNU General Public License v3.0
134 stars 17 forks source link

Feature Request: Like CPU temperature it should be possible to add another sensors like System-Temperature #55

Open NilsRo opened 1 month ago

NilsRo commented 1 month ago

Hi,

I am converting a Netgear ReadyNAS Ultra6 to OMV and like to control the single big fan with hddfancontrol. It has a passiv cooled Atom D510 CPU. I added the CPU to the hddfancontrol configuration and it works great. Now I also like to take the system temperature into account and from studying the docs it is actually not implemented. Is that right?

Feature Request: It would be helpful to add also System Temperature for monitoring, at best adding additional sensors should not be limited.

Cheers, Nils

desbma commented 1 month ago

If you set the "system" sensor with --cpu-sensor, does that work as intended? The best solution is probably to support an arbitrary number of hwmon sensors, CPU, system or anything.

NilsRo commented 1 month ago

Yes, it works fine. It is simply another virtual file provided by hwmon.

That would be nice especially for small NAS devices with one fan only.

desbma commented 1 month ago

All right, I'll add support for an unlimited number of "non HDD" sensors then.

I'm currently in the final stage of a complete rewrite (testing it on my own NAS), so this will go in the v2 branch.