minimal_hydroponics_setup: misc recipe updates
This commit is contained in:
parent
39e93b36f9
commit
563998ab5c
3 changed files with 22 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ 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" } }
|
||||
nutrient_solution = { quantity = { amount=5, unit="Liter" } }
|
||||
|
||||
[dependencies]
|
||||
operator = { skills=["assembly"] }
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
[outputs.nutrient_solution]
|
||||
quantity = { amount=5, unit="Liter" }
|
||||
|
||||
[dependencies]
|
||||
|
||||
[inputs]
|
||||
nutrient_concentrate = { quantity = { amount=1, unit="Liter" } }
|
||||
ph_up_down = { quantity = { amount=1, unit="Liter" } }
|
||||
water = { quantity = { amount=3, unit="Liter" } }
|
||||
|
||||
[action]
|
||||
process = "Mix everything together in the nutrient reservoir."
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[inputs]
|
||||
capital={quantity={amount=0.01, unit="USDollar"}}
|
||||
|
||||
[dependencies]
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"Water comes from the tap."
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue