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

Python libs for controlling the Grow HATs

Results 20 grow-python issues
Sort by recently updated
recently updated
newest added

It would be wonderful if you could include an MQTT example. Similar to the EnviroPlus. `https://github.com/pimoroni/enviroplus-python/blob/master/examples/mqtt-all.py` I have tried using the script from `https://github.com/jeroenboumans/PimoroniGrowKit-MQTT` but unfortunately it always shows me...

enhancement

Hi, I'd like to include a code snippet in [examples/monitor.py](https://github.com/pimoroni/grow-python/blob/master/examples/monitor.py) so as to output the sensor data every X minutes onto an external file. For example, in a CSV format...

There's an observation in [Pimoroni Forums: Grow kit feedback](https://forums.pimoroni.com/t/grow-kit-feedback/15002/12) > The piezo alarm is, in my opinion, very quiet. I will definitely not notice it chirping about dry soil from...

Hi all I have a little feature request. It would be great if the light sensor could be used to disable the display at night. That should also increase the...

The display on my growhat mini stays always on, even after shutting down the Raspberry Pi. I need to manually disconnect the power to switch it off. Is this normal?

bug

When I press the mute button on the HAT to stop the beeping, it often starts beeping again a few seconds later. Sometimes, I have to press the mute button...

enhancement

Hi there! In [the required libraries to run the examples](https://github.com/pimoroni/grow-python/blob/main/requirements-examples.txt), `Pillow` version is requested to be greater than 10. However, the implementation of `monitor.py` uses methods that have been removed...

Hi there! To begin with, thank you for your amazing products. This tiny PR suggests a fix in _example/monitoring.py_, consisting of replacing `ImageDraw.textsize` and `FreeTypeFont.getsize` by `textbbox` and `getbbox` method...

Oooh I see you're hard at work by the mass of emails I have today. Excellent, look forward to testing it out when needed

Builds on top of #36 - Remove deprecation warnings - Update Pins and Platforms for Rpi5 & Zero - Uses Astral `uv`for python package management - **WARNING**: Building the dependencies...