I recently upgraded my Pi with a Pibow case and a Pimoroni fan shim. I have installed the software for the fan shim and I’ve tested it out but all I seem to be able to do is to control the LED while the service is turned off. I seem to be unable to control the fan at all, even after deactivating the service. Running scripts like the following do nothing to the fan:
from fanshim import FanShim
fanshim = FanShim()
fanshim.set_fan(False)
fanshim.set_light(255, 0, 0)
I don’t know whether this is a software problem or how to resolve it, so any help with this issue is appreciated.