|
@@ -5,7 +5,7 @@ position: 6
|
5
|
5
|
git: https://git.xythobuz.de/thomas/giess-o-mat
|
6
|
6
|
github: https://github.com/xythobuz/giess-o-mat
|
7
|
7
|
date: 2021-03-29
|
8
|
|
-update: 2022-03-25
|
|
8
|
+update: 2022-05-05
|
9
|
9
|
---
|
10
|
10
|
|
11
|
11
|
This project [was featured on Hackaday](https://hackaday.com/2021/05/14/automated-watering-machine-has-what-plants-crave-fertilizer/)!
|
|
@@ -41,7 +41,8 @@ Still, I always manually close the mains-water-inlet with a proper hand-controll
|
41
|
41
|
|
42
|
42
|
<!--%
|
43
|
43
|
lightgallery([
|
44
|
|
- [ "img/giessomat_web.png", "Screenshot of the web interface" ]
|
|
44
|
+ [ "img/giessomat_web.png", "Screenshot of the web interface" ],
|
|
45
|
+ [ "img/giessomat_ui_design.png", "Tweaked Web UI design" ],
|
45
|
46
|
])
|
46
|
47
|
%-->
|
47
|
48
|
|
|
@@ -508,6 +509,24 @@ lightgallery([
|
508
|
509
|
])
|
509
|
510
|
%-->
|
510
|
511
|
|
|
512
|
+## Full-Auto mode and Web-UI tweaks (May 2022)
|
|
513
|
+
|
|
514
|
+The next step in automating the workflow is the "Full-Auto mode".
|
|
515
|
+This allows the user to enter the required fertilizers and plants at the beginning.
|
|
516
|
+The machine then first stirrst the fertilizers, dispenses them as needed, fills the tank, waters the plants, clears the tank from water, fills the tank again with a bit of clean water, empties that and finally lets the hoses run empty.
|
|
517
|
+
|
|
518
|
+This not only reduces user-interaction, only requiring button presses at the start of the operation.
|
|
519
|
+It also reduces the possiblity of fertilizer-water-mixture remaining in the hoses and tank, which causes algae growth.
|
|
520
|
+Running the hoses empty only works when kickstart pumps are added to each valve, of course.
|
|
521
|
+
|
|
522
|
+While doing this, I also slightly re-designed the web interface, reducing the size of the graphical indicators, so more fit on the screen.
|
|
523
|
+
|
|
524
|
+<!--%
|
|
525
|
+lightgallery([
|
|
526
|
+ [ "img/giessomat_ui_design.png", "Tweaked Web UI design" ],
|
|
527
|
+])
|
|
528
|
+%-->
|
|
529
|
+
|
511
|
530
|
## Links
|
512
|
531
|
|
513
|
532
|
You can find [all the source code for the device itself](https://git.xythobuz.de/thomas/giess-o-mat) (both the UI and the Controller) as well as the OpenSCAD [design files for the 3D printed parts](https://git.xythobuz.de/thomas/3d-print-designs/src/branch/master/giessomat) on my [Gitea instance](https://git.xythobuz.de).
|