Python module for Raspberry Pi plantpot greenhouse add-on board produced by Rachel Rayns. The library provides a simple interface to logging data from the board's sensors, controlling the board's LEDs and using them to display information from the sensors.
- Temperature and Humidity sensor (DHT22)
- Soil Moisture sesnsor
- Light sensor (LDR)
- 3x white
- 3x red
- 3x blue
- 3x green
- Real Time Clock (DS1307)
Install the dependencies and install rpi-greenhouse with pip.
See full installation instructions.
Python 3 is not currently supported due to a Python 2 -only dependency. This will be resolved as a priority to add Python 3 support.
Comprehensive documentation available at pythonhosted.org/rpi-greenhouse
- The code is licensed under the BSD Licence
- The project source code is hosted on GitHub
- Please use GitHub issues to submit bugs and report issues