minimal_hydroponics_setup: add nutrient solution ingredients

This commit is contained in:
Sebastian Kuzminsky 2025-04-02 23:38:54 -06:00
parent 1b157b6a34
commit 39e93b36f9
4 changed files with 35 additions and 1 deletions

View file

@ -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??."""

View file

@ -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"
]

View file

@ -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."""
[inputs]
capital={quantity={amount=17.75, unit="USDollar"}}
capital={quantity={amount=21.69, unit="USDollar"}}
[dependencies]
operator = {skills=["vendor interaction"]}
[action.purchase]
vendor = [
"https://www.ebay.com/itm/261229407962",
"https://www.ebay.com/itm/373981715463",
"https://hydrobuilder.com/active-aqua-submersible-water-pumps.html",
]

View file

@ -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",
]