-

CommentStreams:4d0f120917ede5e5e4252665e0913c2e

From Geekworm Wiki
< X735
Revision as of 11:59, 4 September 2022 by 24.206.153.129 (talk) (Migrated comment #2749)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.