fanshim-python icon indicating copy to clipboard operation
fanshim-python copied to clipboard

commands work but fan doesn't start

Open dchmelik opened this issue 3 years ago • 0 comments

On Slackware-ARM32 15 Raspberry Pi 4, installation (after uncommenting Debian CODENAME lines from current commit install.sh) and commands work, but don't actually start fan. Here's output. Should I paste installation log also? Maybe it only works on RaspiOS?

[email protected]:~# python3
Python 3.9.10 (main, Jan 17 2022, 21:15:54) 
[GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from fanshim import FanShim
>>> fanshim = FanShim()
>>> fanshim.set_fan(True)
True

dchmelik avatar Feb 15 '22 02:02 dchmelik