-

CommentStreams:B66166545674e0b29f40e8ba4bb190b4

From Geekworm Wiki
< X-C1 Software
Revision as of 03:20, 3 July 2022 by 51.190.89.151 (talk) (Migrated comment #2640)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For anyone installing the script on Raspian who found that after installation the fan runs at 100% and is very noisy here is my solution.

cd x-c1/ cp fan.py fan.py.original vi fan.py

Change the following line...

pwm = pigpio.pi()

To...

pwm = pigpio.pi('::1', 8888)

Save changes and reboot your Raspberry Pi.

Hope this helps someone!