Pi Zero latest bookworm smbus issue
Closed this issue · 1 comments
TrystanLea commented
Pi Zero latest bookworm
ERROR:
pi@emonpi:/opt/openenergymonitor/emonpi/lcd $ python3 emonPiLCD.py
Traceback (most recent call last):
File "/opt/openenergymonitor/emonpi/lcd/emonPiLCD.py", line 6, in <module>
bus = smbus.SMBus(1)
^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Solution enable i2c interface via sudo raspi-config
TrystanLea commented
Fixed in install script