This code will allow you to automatize the fan speed control using a Raspberry PI.
- Clone this repository in the Rasbperry PI and throught the terminal access the directory
- Run this command to install the libraries:
pip3 install -r requirements.txt
- Start the pigpio daemon by running
sudo pigpiod
- Run the
main.py
file usingpython3 main.py
The script can be run at startup by adding it in the scheduled jobs through the control panel of OMV