KostyaEsmukov / afancontrol

Advanced Fan Control program, which controls PWM fans according to the current temperatures of the system components.
https://afancontrol.readthedocs.io/
MIT License
55 stars 3 forks source link

Use the TCP deamon instead of the hddtemp CLI #14

Closed Br31zh closed 1 week ago

Br31zh commented 5 months ago

Hello,

In some case, because I have a lot of disks, the hddtemp command timeout, so afancontrol enter in panic mode.

Using the TCP deamon should prevent that, since it always respond instantly.

Br31zh commented 1 week ago

hddtemp is deprecated anyway, and don’t work anymore on some installations, so I guess this issue can be ignored.