How to uninstall pimoroni fan shim service

To disable the service do the following from terminal
cd fanshim-python
cd examples
sudo systemctl stop pimoroni-fanshim.service
sudo systemctl disable pimoroni-fanshim.service

If you want to uninstall the software try the following
cd fanshim-python
sudo ./uninstall.sh

1 Like