enviroplus-python icon indicating copy to clipboard operation
enviroplus-python copied to clipboard

Python library for the Enviro+ environmental monitoring board

Results 45 enviroplus-python issues
Sort by recently updated
recently updated
newest added

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...

![Image](https://github.com/user-attachments/assets/3969140d-7ce8-4a1a-b4be-17edf8732bb0) ![Image](https://github.com/user-attachments/assets/aaa34378-234c-4a48-b027-49ed0a0aaf3e) 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,...