-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |