CommentStreams:4d0f120917ede5e5e4252665e0913c2e

Hi, After installing the script, the pwm_fan_control.py file does not run. I get the following message:

Can't connect to pigpio at soft(8888)

Did you start the pigpio daemon? E.g. sudo pigpiod

Did you specify the correct Pi host/port in the environment variables PIGPIO_ADDR/PIGPIO_PORT? E.g. export PIGPIO_ADDR=soft, export PIGPIO_PORT=8888

Did you specify the correct Pi host/port in the pigpio.pi() function? E.g. pigpio.pi('soft', 8888)

I ran the killall pigpiod command before trying the fan control file.