https://github.com/vacovsky/gogrow
for monitoring an enclosed plant-growing environment
https://github.com/vacovsky/gogrow
automation greenhouse grow horticulture monitoring plant tent
Last synced: 7 days ago
JSON representation
for monitoring an enclosed plant-growing environment
- Host: GitHub
- URL: https://github.com/vacovsky/gogrow
- Owner: vacovsky
- Created: 2019-05-10T02:55:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T18:02:30.000Z (over 6 years ago)
- Last Synced: 2025-07-11T04:46:45.775Z (3 months ago)
- Topics: automation, greenhouse, grow, horticulture, monitoring, plant, tent
- Language: Go
- Size: 11.2 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gogrow
for monitoring an enclosed plant-growing environment
## screenshot
## setup
```bash
go get github.com/vacovsky/gogrow/
go get github.com/vacovsky/gormcd static
npm install
cd ..
# if you want the webcam stuff to function:
apt-get install fswebcam# edit the launch file with env variables as needed
sudo ./launch.sh
```## features
- takes webcam image at interval
- tracks all kind of useful data, and charts a few
- very easy to set up the hardware (uses 2 DHT11 senors plugged directly into the Pi3)
- will add soil thermometer stuff later## notes
- probably going to need to run with sudo `sudo launch.sh`
- works great for peppers
- took a many shortcuts to be able to crank this out in a couple evenings