wip salame recipe

master
Nicolò Balzarotti 2023-03-30 15:45:10 +02:00
parent b3ee15ebe2
commit 83dc98d5d3
1 changed files with 25 additions and 0 deletions

View File

@ -1,4 +1,29 @@
[
{
"name": "Salame",
"description": "25 e 90% di umidità per 12h poi passa a 20 e 80-85% per 4gg e poi 16 gradi circa a 80% per una ventina di giorni un mesetto",
"controllers": [
"(make-duty-controller \"humidifier\" 0.6 100 '<)",
"(make-duty-controller \"freezer\" 0.4 100 '>)",
"(make-duty-controller \"heater\" 1.0 100 '>)",
],
"phases": [
{
"name": "Prepare",
"description": "Turn Fan On",
"exit_condition": "#t",
"on_load": "(set-actuator \"fan\" #t)",
"on_exit": "#t"
},
{
"name": "Keep",
"description": "Keep",
"exit_condition": "#f",
"on_load": "(begin (set-controller \"humidifier\" \"H_ext\")\n(set-controller \"heater\" \"T_ext2\")\n(set-target \"H_ext\" 90.0)\n(set-target \"T_ext2\" 25.0))",
"on_exit": ""
},
]
},
{
"name": "Pollo CBT",
"description": "Cuoce il pollo in vasetto a bassa temperatura",