Skip to content

Raspberry Pi based grow controller. Forked from TFro3's project to add support for SHT30 IC2 Temperature/Humidity sensor, Dual USB Webcams, a SQLite Database for logging data, and a php Dashboard

License

Notifications You must be signed in to change notification settings

bradgranath2/Raspberry-Pi-Grow-Tent-Controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATION:

Install Python Install script dependencies (SQLite3, etc) Install Apache2 Install PhP

mkdir /var/www/html/grow chown 0777 grow copy GrowController.py, favicon.png, and grow.php to /var/www/html/grow/ mkdir /var/www/html/grow/images (mount extra storage on this directory if neccessary) copy growbox.service to /etc/systemd/system/ systemctl enable growbox systemctl start growbox

About

Raspberry Pi based grow controller. Forked from TFro3's project to add support for SHT30 IC2 Temperature/Humidity sensor, Dual USB Webcams, a SQLite Database for logging data, and a php Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.2%
  • PHP 24.8%