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 } }
|
tasmota_power_outlet = { quantity = { amount=2 } }
|
||||||
hose_1_inch = { quantity = { amount=1, unit="Meter" } }
|
hose_1_inch = { quantity = { amount=1, unit="Meter" } }
|
||||||
hose_1_2_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]
|
[dependencies]
|
||||||
operator = { skills=["assembly"] }
|
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
|
Use the 1 inch tubing to connect the 1 inch fitting on the plant tray
|
||||||
to the nutrient reservoir.
|
to the nutrient reservoir.
|
||||||
|
|
||||||
|
Mix the nutrient solution in the nutrient tank.
|
||||||
|
|
||||||
FIXME: Plant some plants etc??."""
|
FIXME: Plant some plants etc??."""
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
[outputs.nutrient_concentrate]
|
||||||
|
comments = """Lots of different options, this should be tailored to the
|
||||||
|
plants you're growing."""
|
||||||
|
quantity = { amount=1, unit="Liter" }
|
||||||
|
|
||||||
|
[inputs]
|
||||||
|
capital={quantity={amount=26.89, unit="USDollar"}}
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
operator = {skills=["vendor interaction"]}
|
||||||
|
|
||||||
|
[action.purchase]
|
||||||
|
vendor = [
|
||||||
|
"https://www.ebay.com/itm/261224602266?var=560203649178"
|
||||||
|
]
|
||||||
|
|
@ -7,13 +7,14 @@ The 160 GPH and 250 GPH both use 1/2 inch tubing, so i'll try one of
|
||||||
those, easy to switch to the other one if the first one's no good."""
|
those, easy to switch to the other one if the first one's no good."""
|
||||||
|
|
||||||
[inputs]
|
[inputs]
|
||||||
capital={quantity={amount=17.75, unit="USDollar"}}
|
capital={quantity={amount=21.69, unit="USDollar"}}
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
operator = {skills=["vendor interaction"]}
|
operator = {skills=["vendor interaction"]}
|
||||||
|
|
||||||
[action.purchase]
|
[action.purchase]
|
||||||
vendor = [
|
vendor = [
|
||||||
|
"https://www.ebay.com/itm/261229407962",
|
||||||
"https://www.ebay.com/itm/373981715463",
|
"https://www.ebay.com/itm/373981715463",
|
||||||
"https://hydrobuilder.com/active-aqua-submersible-water-pumps.html",
|
"https://hydrobuilder.com/active-aqua-submersible-water-pumps.html",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
[outputs.ph_up_down]
|
||||||
|
quantity = { amount=1, unit="Liter" }
|
||||||
|
|
||||||
|
[inputs]
|
||||||
|
capital={quantity={amount=26.48, unit="USDollar"}}
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
operator = {skills=["vendor interaction"]}
|
||||||
|
|
||||||
|
[action.purchase]
|
||||||
|
vendor = [
|
||||||
|
"https://www.ebay.com/itm/262030464639",
|
||||||
|
"https://www.ebay.com/itm/261285768017",
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue