AndyGaskell / water_pi

A small Pi based plant watering system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaterPi

A small Pi based plant watering system

https://github.com/AndyGaskell/water_pi

To-do

  • Solder wires onto PiZero
  • Write basic script
  • See if it works
  • Test with water for a while
  • Generate output
  • Serve via the web
  • log temperature

Running it

It's probably best to run it as a cron job, like...

*/5 * * * * bash /home/pi/water_pi/src/water_cycle.sh >>/home/pi/water_pi/cron.log

Editing cron with...

crontab -e

Pinouts

Soil Sensor

soil-sensor-pinout-diagram

MotoZero

motozero-pinout-diagram

Pi

pi_zero_pinout

Links

Git

git clone git@github.com:AndyGaskell/water_pi.git

git fetch origin

git pull

git commit -a -m "blah"

git push

git push origin main

About

A small Pi based plant watering system

License:GNU General Public License v3.0


Languages

Language:Shell 85.5%Language:Python 14.5%