Skip to content

Plant monitoring with temp/hum, light, uv, ir and soil moisture.

License

Notifications You must be signed in to change notification settings

norgan/SmartPlantPiCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartPlantPiCloud

The goal of this project is to provide a plant monitoring solution with temperature, humidity, light levels and soil moisture sending metrics to the cloud. The project is written in Python and can run from a Raspberry Pi. It also includes being able to take photos from the raspi camera for timelapse use.

This project leverages some or all of the following dependencies:

We've attempted to make this as simple as possible by breaking up the sensor functions into methods. All you need to do is replace the sensor libraries and references to use any sensor.

Included Libraries

  • Python_SI1145
  • ADAFruit PureIO
  • I2C
  • Cloud4RPI

You may need to install some of these before the script will work. Check the links above to find out how to do that.

Setup and configuration

  • API Key is store in a file called config.py. A sample has been included called config.py.distro. Edit this file and enter your Cloud4RPI key then rename to config.py.
  • Add the python script as a service using the cloud4rpi install_service script.
  • Be sure to remark out the sensor stuff you're not using

About

Plant monitoring with temp/hum, light, uv, ir and soil moisture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages