Water your plants with a Raspberry Pi
Conclusions
For all three plant pots, I finally had to determine empirically the limit values of all combinations of plant and pot soil and substrate (Listing 4). A fourth sensor, which Figure 1 does not show, was finally placed in the water tank. It is monitored by its own thread starting in line 124 of Listing 3; the budding digital gardener has to connect the red cable to another free GPIO port on the Raspberry Pi Zero. If there is no water in the tank, the script sends email and blocks the other threads until the plant owner gets round to refilling the tank (Listing 3, lines 130-136).
The data for the tank sensor can be found in the YAML file in the tank
block (Listing 4, lines 36-40), and the email parameters are in the mail
block (lines 42-45). Depending on the configuration of your local email system, you might need to adjust the code so that it contains more detailed information with a clear-cut subject line to keep it from ending up in the Spam folder. The configuration file also contains the debug
parameter (line 53), which makes the script more verbose at runtime.
For larger plant containers, such as a flower box, several sensors and water supply systems would have to be used in each box. Here again, some experimentation would be necessary to achieve the desired average soil moisture. Meanwhile, the scripts enter the measured values into an Influx database (Listing 3, lines 39-55). On the basis of this database, it is then possible to obtain an overview (e.g., with Grafana), so you can better adjust the parameters after analysis.
Infos
- "The sys admin's daily grind – PomodoPi" by Charly Kühnast, Linux Pro Magazine, issue 177, August 2015, pg. 56: https://www.linuxpromagazine.com/Issues/2015/177/Charly-s-Column-PomodoPi
- Irrigation kit: https://www.amazon.com/WayinTop-Automatic-Irrigation-Watering-Capacitive/dp/B07TMVNTDK/
- Adafruit Python library for MCP3008: https://github.com/adafruit/Adafruit_Python_MCP3008
- Raspberry Pi Zero W: https://www.raspberrypi.org/products/raspberry-pi-zero-w/
- Fritzing: https://fritzing.org/home/
- GPIOs: https://www.raspberrypi.org/documentation/usage/gpio/
- Attribution-ShareAlike 4.0 International: https://creativecommons.org/licenses/by-sa/4.0/
- Code for this article: ftp://ftp.linux-magazine.com/pub/listings/linux-magazine.com/236/
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
LibreOffice 7.5 has Arrived and is Loaded with New Features and Improvements
The favorite office suite of the Linux community has a new release that includes some visual refreshing and new features across all modules.
-
The Next Major Release of Elementary OS Has Arrived
It's been over a year since the developers of elementary OS released version 6.1 (Jólnir) but they've finally made their latest release (Horus) available with a renewed focus on the user.
-
KDE Plasma 5.27 Beta Is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.
-
Gnome 44 Now Has a Release Date
Gnome 44 will be officially released on March 22, 2023.
-
Nitrux 2.6 Available with Kernel 6.1 and a Major Change
The developers of Nitrux have officially released version 2.6 of their Linux distribution with plenty of new features to excite users.
-
Vanilla OS Initial Release Is Now Available
A stock GNOME experience with on-demand immutability finally sees its first production release.