From 202bac7a5b0fdad5ef657beacc998e345adb5f90 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Tue, 1 Oct 2024 19:59:55 -0400 Subject: [PATCH] first draft of instructions --- instructions.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 instructions.txt diff --git a/instructions.txt b/instructions.txt new file mode 100644 index 0000000..ac2b018 --- /dev/null +++ b/instructions.txt @@ -0,0 +1,22 @@ +# Instructions + +First, hang the EBox on the reservoir and position the plant and reservoir where you want them and in a place where you can power the device with the USB cable. + +Then, for each plant to be watered: + +1. Put a pump in the reservoir insert. +2. Connect a moisture connector and pump to the EBox, both under the same number 1, 2, 3, or 4. Use a 3-conductor wire to the moisture sensor using a wire with a length appropriate to the distance between the plant and reservoir. +3. Run a tube from the pump through the hole in the insert to the plant pot. +4. Cut the tube to the right length, and either: + - Push the end through the hole in the moisture sensor cap to position it for watering the soil, or + - Insert the end of the tube into a soil spike and then insert the soil spike into the soil. +5. Power the EBox with the USB micro cable. +6. Look for the name of the device, and connect your phone or computer to a WiFi network with that name. +7. Open a web browser to http://192.168.4.1, and accept the non-encrypted connection. +8. Use the web interface to configure the device to connect to your home's WiFi network. +9. Look for the IP address of the device on its screen to open its web interface again. If mDNS works in your home, you might be able to connect to it as "http://{device-name}.local" where "{device-name}" is replaced with the name of your device. +9. If you have an MQTT broker in your house, use the web interface to configure the connection to the broker. If you are running Home Assistant and it works with your MQTT broker, the device will automatically show up in Home Assistant. +10. In the device web interface, select the plant to be configured. Select the minimum and maximum soil moisture levels you want, and select the number of seconds you want the pump to run at each iteration of watering. Try 1 second for a small pot and 3 seconds for a medium-sized pot. +11. Enable watering, and enable reservoir water detection. +12. Fill the reservoir with water. +13. Monitor the plant-watering and tweak settings so it works how you would like.