renedis / ubnt-auto-fan-speed

Automatic fan speed setting on UDM-PRO 1.8.5+ firmware
89 stars 11 forks source link

HDD disable? #14

Closed MrS4u closed 3 months ago

MrS4u commented 3 months ago

Could you please help with parameters to completely disable HDD fan? Thanks (SSD is inserted into the rack, there is hardly a need for cooler)

MrS4u commented 3 months ago

Made it like this: FCTEMPS=hwmon0/device/pwm2=hwmon0/device/temp1_input hwmon0/device/pwm1=hwmon0/device/temp3_input FCFANS=hwmon0/device/pwm2=hwmon0/device/fan2_input hwmon0/device/pwm1=hwmon0/device/fan1_input MINTEMP=hwmon0/device/pwm2=40 hwmon0/device/pwm1=40 MAXTEMP=hwmon0/device/pwm2=66 hwmon0/device/pwm1=66 MINSTART=hwmon0/device/pwm2=60 hwmon0/device/pwm1=60 MINSTOP=hwmon0/device/pwm2=60 hwmon0/device/pwm1=0 MINPWM=hwmon0/device/pwm2=60 hwmon0/device/pwm1=0 MAXPWM=hwmon0/device/pwm2=140 hwmon0/device/pwm1=30