Command line, python library and Node-Red node for Smart Fan
sudo raspi-configBrowse Interfacing Options >> I2C and select Yes
sudo apt install libgpiod-devcd
git clone https://github.com/SequentMicrosystems/SmartFan-rpi.git
cd SmartFan-rpi/
sudo make installNow you can access all the functions of the relays board through the command "fan". Use -h option for help:
fan -hIf you clone the repository any update can be made with the following commands:
cd SmartFan-rpi/
git pull
sudo make install
