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
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta is Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.
-
Star Labs Reveals a New Surface-Like Linux Tablet
If you've ever wanted a tablet that rivals the MS Surface, you're in luck as Star Labs has created such a device.