minimal_hydroponics_setup: add nutrient solution ingredients
This commit is contained in:
parent
1b157b6a34
commit
39e93b36f9
4 changed files with 35 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ grow_lights = {}
|
|||
tasmota_power_outlet = { quantity = { amount=2 } }
|
||||
hose_1_inch = { quantity = { amount=1, unit="Meter" } }
|
||||
hose_1_2_inch = { quantity = { amount=1, unit="Meter" } }
|
||||
nutrient_concentrate = { quantity = { amount=1, unit="Liter" } }
|
||||
ph_up_down = { quantity = { amount=1, unit="Liter" } }
|
||||
|
||||
[dependencies]
|
||||
operator = { skills=["assembly"] }
|
||||
|
|
@ -21,4 +23,6 @@ tray to the pump outlet.
|
|||
Use the 1 inch tubing to connect the 1 inch fitting on the plant tray
|
||||
to the nutrient reservoir.
|
||||
|
||||
Mix the nutrient solution in the nutrient tank.
|
||||
|
||||
FIXME: Plant some plants etc??."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue