@speck_c FYI - the new recipe should be available for you to create new trials with via the web app.
Here’s the raw recipe file for reference:
MV1_Fast_Plants - 78F, 320ML, Max Light.json
{
"_id": {
"$oid": "65020d09252610b6a3549426"
},
"model_name": "TemplateRecipe",
"recipe_name": "MV1_Fast_Plants - 78F, 320ML, Max Light",
"recipe_variable": "Airflow - On, 24 Hour Days, Temp - 78F, Irrigation - 320ml/day, Max LEDs.",
"phases": [
{
"name": "Growing",
"phase_start": 0,
"step": [
{
"circulation_fan": [
{
"start_time": [
0,
1
],
"setting": 1
}
]
},
{
"temperature": [
{
"start_time": [
0,
1
],
"setting": 78
}
]
},
{
"pump_amount": [
{
"start_time": [
9,
3
],
"setting": 80
},
{
"start_time": [
9,
4
],
"setting": 80
},
{
"start_time": [
9,
5
],
"setting": 80
},
{
"start_time": [
9,
6
],
"setting": 80
}
]
},
{
"light_intensity": [
{
"start_time": [
0,
1
],
"setting": [
0,
255,
255,
255
]
}
]
}
]
}
]
}
I also asked ChatGPT to explain the recipe to me, to make it easier to understand for humans (as opposed to the MV1) - just like I documented in this forum topic:
Response from ChatGPT explaining MV1_Fast_Plants - 78F, 160ML, Max Light
Absolutely, let’s make this even more fun and clear!
The Magical Greenhouse Recipe Book
Think of this JSON file as your magical recipe book for growing plants in your smart greenhouse. It’s got all the tips and tricks for lights, temperature, water, and airflow!
Recipe Details
_id
: This is the unique barcode of your recipe book.model_name
: The type of recipe book is “TemplateRecipe.”recipe_name
: You’re cooking up “MV1_Fast_Plants - 78F, 320ML, Max Light.”recipe_variable
: The main ingredients are: Airflow is on, it’s 24/7 daytime, 78°F, 320ml of water per day, and max lights!
The Growing Chapter
phases
: This is like a chapter called “Growing.” Each phase represents a 24-hour day and repeats every day.
Step-by-Step Magic
Inside the “Growing” phase, you’ve got magical steps for:
circulation_fan
: Turn the fan on at 12:01 AM (0 hours and 1 minute) with a setting of 1, which means it’s on!temperature
: The heater will run to make sure it’s 78°F starting from 12:01 AM.pump_amount
: Water the plants four times, starting at 9:03 AM, with 80ml each time.light_intensity
: Turn the lights to full intensity (white, blue, green, red) at 12:01 AM.
How to Read the Recipe
So, if you follow this recipe, you’ll know:
- The fan turns on at 12:01 AM and stays on.
- The heater will make sure it’s 78°F starting at 12:01 AM.
- Your plants get 80ml of water four times, starting at 9:03 AM.
- The lights are at full intensity starting at 12:01 AM.
Just like a magical recipe book helps you cook up something delicious, this JSON file is your guide to growing happy, healthy plants!