If it works for you, it ain't stupid. Simple is also good; simple and inexpensive is even better! Glad you found a solution to your irrigation problem.
Most folks who hang out here apparently are not as strapped for time as you are. Electronics may have been a significant part of our working careers, but now it is also (sometimes exclusively) a hobby to be pursued at our leisure... often with reduced monetary resources, but with lots of "free" time. I was fortunate to be able to acquire all the tools needed to pursue this hobby before I retired, plus accumulating the usual "junque box" of vintage parts to play with. I did spend a few dollars gearing up to develop projects based on Microchip PIC embedded microprocessors, but before that I was also playing around with Arduino and Raspberry Pi micros. The R-Pi is generally more than I need for simple embedded processing, and the Arduino falls somewhere in between the PIC and the R-Pi.
PICs remind me of where TTL (Transistor-Transistor-Logic) was during the 1960s and early 1970s: the go-to logic choice as medium-scale integrated circuits (MSI) and large-scale integrated circuits (LSI) seemed to spring up overnight. This tech was eventually replaced by CMOS logic, which became almost as fast, but required much less power.
Then Intel invented the microprocessor, and soon thereafter IBM built the 8-bit Intel 8080 into the widely popular IBM personal computer. Many other manufacturers, such as Motorola and Zilog, followed Intel's lead with their own versions of 8-bit microprocessors. For a short period of time it seemed like embedded 8-bit micros were everywhere. They still are today, but personal computers evolved at an even faster pace, driven perhaps by the gaming community and the widening availability of Internet services with decent bandwidth.
I am not a programmer by profession. I hack code as best I know how, freely borrowing on what others have done before. I dabble in high-level languages like C, BASIC, and FORTRAN but prefer to use Assembly because it is closest to the hardware, banging on the bits as it were. Even closer would be binary, but it is hard enough to read and interpret that without trying to program in binary. In the 1970s and 1980s microprocessors became very complicated, supporting (actually requiring) real operating systems like their mainframe cousins and becoming outfitted with high-end peripherals like magnetic tape drives, hard-disk storage, high-speed printers... if it was ever attached to a mainframe, someone figured out a way to attach it to a PC. It was about this time in the early 1980s that I quit trying to keep up and decided professional programmers were better qualified by temperament, desire, and training than I would ever be to program personal computers. Oh, I puttered along for a few more years rolling code for embedded Intel 8085 8-bit micros, but my heart wasn't in it anymore.
Now flash forward to the 21st Century and my post-retirement. With the help of some folks here on Electronics Point, I discovered Microchip PIC microprocessors. Wonderful little "toys" and very cheap, too. A programming "pod" was very affordable, and development software was free. Forums sprung up on the Internet that supported development and some even encouraged "newbies" to participate. But even better, a person of modest means and resources could build hardware from scratch, either on an etched circuit board or on a Veroboard, and be up and running in a few days or a few weeks (depending on the complexity of the PIC). There are dozens of PICs to choose from, depending on what "peripheral" devices such as analog-to-digital or digital-to-analog converters, or various timers and digital input/output ports your project needs.
And that's where it stands as I approach my 76th birthday this year. I hope to embed a PIC (or two or three) in an Amateur Radio project in the coming months. At the very least, I would like to again help someone here learn to use PIC microprocessors.