master
Nicolò Balzarotti 2023-03-30 15:50:36 +02:00
parent 9296823235
commit 9e2a59b65e
1 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
[
{
{
"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",
"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 '>)"
"(make-duty-controller \"humidifier\" 0.6 100 '<)",
"(make-duty-controller \"freezer\" 0.4 100 '>)",
"(make-duty-controller \"heater\" 1.0 100 '>)"
],
"phases": [
{
@ -21,9 +21,9 @@
"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",
@ -54,8 +54,8 @@
"on_load": "#t"
}
]
},
{
},
{
"name": "Koji Rice (MISO)",
"description": "Tiene riso alla temperatura e umidità giuste per il koji",
"controllers": [
@ -150,8 +150,8 @@
"name": "Yogurt",
"description": "Lascia raffreddare lo yogurt per fare l'inoculo, mantiene a 42 gradi fino a che è pronto, e poi porta a 4 gradi.",
"controllers": [
"(make-duty-controller \"heater2\" 0.40 60 '<)",
"(make-duty-controller \"freezer\" 0.75 (* 30 60) '>)"
"(make-duty-controller \"heater2\" 0.40 60 '<)",
"(make-duty-controller \"freezer\" 0.75 (* 30 60) '>)"
],
"phases": [
{
@ -187,7 +187,7 @@
"description": "Lower temperature to 4gradi",
"exit_condition": "#f",
"on_load": "(begin (set-target \"T_food\" 4.0) (set-target \"T_ext\" 4.0))",
"on_exit": "(begin (notify \"You can remove the yogurt from the heater\") (set-actuator \"fan\" #f))"
"on_exit": "(begin (notify \"You can remove the yogurt from the heater\") (set-actuator \"fan\" #f))"
}
]
},