Sync your Motherboard Fans with hardware measures (CPU, GPU, etc...)
- C++ 70.9%
- Prolog 15.6%
- Shell 10.1%
- Batchfile 3.4%
OpenRGBFanSyncPlugin
Fan sync control is an OpenRGB plugin that allows you to set fan speed curves for onboard fans using custom functions and hardware sensor input (cpu temp, gpu clock, etc.)
This plugin was inspired by OpenRGBHardwareSyncPlugin and similarly it uses LibreHardwareMonitor on windows and "lm-sensors" on linux to read hardware sensors and control onboard fans.
Downloads
- Latest Release (OpenRGB 0.9)
- Latest Pipeline
Install on Windows
Download and place lhwm-wrapper.dll (source) in the directory of OpenRGB.exe.
Notice: some of the hardware measures may require that you run OpenRGB as admin.
Linux Support
Linux support has been added using lm-sensors but I wasn't able to fully test it so I disabled the pipeline build, if you want to try it you can download and compile the code manually.
Usage & Features
- After installing the plugin go to the Hardware Fan Sync tab in OpenRGB
- List of available fans/controls is visible on the left, right-click tab to hide unused fans
- Sensor dropdown shows all available hardware sensors, select sensor then click "Add" to insert the sensor identifier into the expression box
- The function expression box accepts most mathmatical operations. see screenshot below and ExprTk for refrence
- Set the desired Min/Max value for the expression
- "Result" shows the result of the expression, "Normalized Result" shows the result normalized between 0-100 using the min/max values. The Normalized result is what is used to interpolate the final fan speed
- Fan Curve allows you to set a custom speed curve based on the normalized result of the expression function, double click anywhere to add new points, drag points to change the curve, and double click existing points to remove them
- 5 Fan Presets can be used as shortcuts to set predefined curves (Default presets are taken from Asus's Q-Fan Control utility)
- Save button saves the current configuration for the selected control to make it presistant across app launces
- Reset button restores original default (Does not save automatically)