enviroplus-python
enviroplus-python copied to clipboard
Python library for the Enviro+ environmental monitoring board
This add missing shebang. It will avoid some error for users launching script without specifying python3 interpreter (`./` only).
when I execute python all-in-one.py I get the following error message: Traceback (most recent call last): File "/home/andrecht/enviroplus-python/examples/all-in-one.py", line 20, in from PIL import Image, ImageDraw, ImageFont ModuleNotFoundError: No module...
While configuring the EnviroPi on a fresh installation of Bookworm Lite 32-Bit (5-5-25) via the included installer script, I ran into a couple of issues: 1) The installer attempts to...
  Configuration seems the same between the two in terms of initialization, currently using a very slightly modified mqtt-all.py file (just changed the # decimal points for humidity and...
## Description In the current stable release `v1.0.2` and `main`, the LCD display is not working. When I run e.g. the example `lcd.py`, I only see the backlight switching on,...