This repository only works with firmware 1.x. UDM-PRO Please consider upgrading your firmware for improved functionality.
It stops the build in service that monitors the thermal values, fan speed and connection of a HDD/SSD. After that it sets the thermal/fan chip (adt7475) to automatic mode. Once that is done it changes the thermal and fan threshold values specified in the script. If you like, you can change the values to your own preferences.
- Tested on UDM PRO
USE THIS ON YOUR OWN RISK. If you apply inappropriate settings with this script, you will possibly (soft- or hard-) brick your equipment.
Persistence on Reboot is required.
This can be accomplished with a boot script. Flow this guide: UDM Boot Script
curl -s https://raw.githubusercontent.com/fire1ce/UDM-Better-Fan-Speeds/main/install.sh | sh
You can edit the fan-speed settings at
/mnt/data/on_boot.d/11-udm-better-fan-speed.sh
Based on renedis/ubnt-auto-fan-speed by ReneDIS. Thanks