rpi-greenhouse

Simple interface to Raspberry Pi Plantpot Greenhouse add-on board


Keywords
raspberry, pi, greenhouse, garden, plant, sensor
License
BSD-3-Clause
Install
pip install rpi-greenhouse==0.4.1

Documentation

Raspberry Pi Plantpot Greenhouse

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.

Components

Sensors

  • Temperature and Humidity sensor (DHT22)
  • Soil Moisture sesnsor
  • Light sensor (LDR)

LEDs

  • 3x white
  • 3x red
  • 3x blue
  • 3x green

RTC

  • Real Time Clock (DS1307)

Installation

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.

Documentation

Comprehensive documentation available at pythonhosted.org/rpi-greenhouse

Contributors

Open Source