Skip to content

Support us

Authors: fire1ce | Created: 2022-07-23 | Last update: 2022-08-02

UDM Better Fan Speeds

Github Repository: UDM Better Fan Speeds

Repository Deprecation Notice

⚠ Repository Deprecation Notice: This project is now deprecated and archived due to the release of UniFi's firmware v2.x and v3.x for Dream Machnines, which natively fix the fan speed issues.

This repository only works with firmware 1.x. UDM-PRO Please consider upgrading your firmware for improved functionality.

What It Does

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.

Compatibility

WARNING

USE THIS ON YOUR OWN RISK. If you apply inappropriate settings with this script, you will possibly (soft- or hard-) brick your equipment.

Requirements

Persistence on Reboot is required.
This can be accomplished with a boot script. Flow this guide: UDM Boot Script

Installation

curl -s https://raw.githubusercontent.com/fire1ce/UDM-Better-Fan-Speeds/main/install.sh | sh

Configuration

You can edit the fan-speed settings at

/mnt/data/on_boot.d/11-udm-better-fan-speed.sh

Credit

Based on renedis/ubnt-auto-fan-speed by ReneDIS. Thanks

Comments