enviro-monitor
enviro-monitor copied to clipboard
An environment monitor based on a Raspberry Pi Zero W, a Pimoroni Enviro+ and a Plantower air quality sensor to monitor, display and report on air particles, gases, temperature, humidity, noise and ai...
Hello As per https://github.com/roscoe81/enviro-monitor/issues/19, the code fails when running with Pillow 10+. This PR replaces `textsize()` with `textbbox()` and `getsize()` with `getbbox()`, allowing for the altered return data structure of...
Hello When using this code, I ran across a breaking change in Pillow 10 and had to force pip to install Pillow 9.5.0 to make it work. With Pillow 10...
I came across this article on extending the lifespan of the PMS5003 sensor https://forum.airgradient.com/t/extending-the-life-span-of-the-pms5003-sensor/114/2 Would an approach like described in the discussion above be possible in enviro-monitor?