A small Pi based plant watering system
https://github.com/AndyGaskell/water_pi
- 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
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
- MotoZero pinouts https://pinout.xyz/pinout/motozero
- MotoZero https://thepihut.com/products/motozero
- Sensor https://www.az-delivery.uk/collections/sensoren/products/feuchtigkeitssensor-modul
git clone [email protected]:AndyGaskell/water_pi.git
git fetch origin
git pull
git commit -a -m "blah"
git push
git push origin main