2022-11-19 18:52:01 +01:00
|
|
|
[
|
2023-02-21 13:57:38 +01:00
|
|
|
{
|
|
|
|
"name": "Koji Rice (MISO)",
|
|
|
|
"description": "Tiene riso alla temperatura e umidità giuste per il koji",
|
|
|
|
"controllers": [
|
2023-02-25 10:56:13 +01:00
|
|
|
"(make-duty-controller \"heater\" 0.40 60 '<)",
|
|
|
|
"(make-duty-controller \"humidifier\" 0.10 100 '<)"
|
2023-02-21 13:57:38 +01:00
|
|
|
],
|
|
|
|
"phases": [
|
|
|
|
{
|
|
|
|
"name": "Prepare",
|
|
|
|
"description": "Turn Fan On",
|
|
|
|
"exit_condition": "#t",
|
|
|
|
"on_load": "(set-actuator \"fan\" #t)",
|
|
|
|
"on_exit": "#t"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Cool Down",
|
|
|
|
"description": "Wait until rice reaches 37",
|
|
|
|
"exit_condition": "(<= (get-sensor \"T_food\") 37)",
|
|
|
|
"on_load": "(begin (set-controller \"heater\" \"T_ext\")\n(set-controller \"humidifier\" \"H_ext\")\n(set-target \"T_ext\" 37.0)\n(set-target \"H_ext\" 90.0))",
|
|
|
|
"on_exit": "#t"
|
|
|
|
},
|
|
|
|
{
|
2023-02-21 16:39:16 +01:00
|
|
|
"name": "Inocula!",
|
2023-02-22 03:44:24 +01:00
|
|
|
"description": "Add koji spores",
|
2023-02-21 13:57:38 +01:00
|
|
|
"exit_condition": "(manual-intervention \"Inocula\" '((\"Fatto\" #t)))",
|
|
|
|
"on_load": "(notify \"Inocula ora!\")",
|
|
|
|
"on_exit": "(notify (concat \"Inoculated at \" (now)))"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hold",
|
|
|
|
"description": "Keep 30°C",
|
2023-02-21 16:39:16 +01:00
|
|
|
"exit_condition": "(> (time-in-this-phase) (hours 12))",
|
2023-02-21 13:57:38 +01:00
|
|
|
"on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-controller \"humidifier\" \"H_ext\")\n(set-target \"T_food\" 30.0)\n(set-target \"H_ext\" 90.0))",
|
|
|
|
"on_exit": "(notify \"Rimischia il koji!\")"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hold",
|
|
|
|
"description": "Keep 30°C",
|
2023-02-21 16:39:16 +01:00
|
|
|
"exit_condition": "(> (time-in-this-phase) (hours 12))",
|
2023-02-21 13:57:38 +01:00
|
|
|
"on_exit": "(notify \"24 ore, controlla la temperatura\")",
|
|
|
|
"on_load": "#t"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hold",
|
2023-02-25 11:10:10 +01:00
|
|
|
"description": "Keep 30°C, abbassa l'umidità per favorire l'ingresso del koji nel chicco",
|
2023-02-21 16:39:16 +01:00
|
|
|
"exit_condition": "(> (time-in-this-phase) (hours 12))",
|
2023-02-25 11:10:10 +01:00
|
|
|
"on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-controller \"humidifier\" \"H_ext\")\n(set-target \"T_food\" 30.0)\n(set-target \"H_ext\" 80.0))",
|
2023-02-21 13:57:38 +01:00
|
|
|
"on_exit": "(notify \"Rimischia il koji!\")"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hold",
|
|
|
|
"description": "Keep 30°C",
|
2023-02-21 16:39:16 +01:00
|
|
|
"exit_condition": "(> (time-in-this-phase) (hours 12))",
|
2023-02-21 13:57:38 +01:00
|
|
|
"on_exit": "(notify \"Rimischia il koji!\")",
|
|
|
|
"on_load": "#t"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-11-19 20:37:20 +01:00
|
|
|
{
|
|
|
|
"name": "Tepache",
|
2023-01-04 14:52:28 +01:00
|
|
|
"description": "Tiene il tepache a ~23 gradi",
|
2022-11-19 20:37:20 +01:00
|
|
|
"controllers": [
|
2023-02-25 10:56:13 +01:00
|
|
|
"(make-duty-controller \"heater\" 0.20 120 '<)"
|
2022-11-19 20:37:20 +01:00
|
|
|
],
|
|
|
|
"phases": [
|
|
|
|
{
|
|
|
|
"name": "Hold",
|
2023-02-21 13:57:38 +01:00
|
|
|
"description": "Keep 23°C",
|
2023-01-05 16:31:42 +01:00
|
|
|
"exit_condition": "(> (time-in-this-phase) (hours 10))",
|
|
|
|
"on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 23.0))",
|
|
|
|
"on_exit": "#t"
|
2022-11-19 20:37:20 +01:00
|
|
|
}
|
|
|
|
]
|
2023-02-21 13:57:38 +01:00
|
|
|
},
|
|
|
|
{
|
2023-01-05 12:54:21 +01:00
|
|
|
"name": "Stracchino",
|
|
|
|
"description": "Tiene lo stracchino a ~35 gradi per 24 ore",
|
|
|
|
"controllers": [
|
2023-02-25 10:56:13 +01:00
|
|
|
"(make-duty-controller \"heater\" 0.80 120 '<)"
|
2023-01-05 12:54:21 +01:00
|
|
|
],
|
|
|
|
"phases": [
|
|
|
|
{
|
|
|
|
"name": "Hold",
|
2023-02-21 13:57:38 +01:00
|
|
|
"description": "Keep 35°C",
|
2023-01-06 10:54:06 +01:00
|
|
|
"exit_condition": "(> (time-in-this-phase) (hours 17))",
|
2023-01-05 16:31:42 +01:00
|
|
|
"on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 35.0))",
|
|
|
|
"on_exit": "#t"
|
2023-01-05 12:54:21 +01:00
|
|
|
}
|
|
|
|
]
|
2023-02-21 13:57:38 +01:00
|
|
|
},
|
2023-02-25 11:10:10 +01:00
|
|
|
{
|
|
|
|
"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": [
|
2023-02-25 11:47:11 +01:00
|
|
|
"(make-duty-controller \"heater2\" 0.10 120 '<)",
|
|
|
|
"(make-duty-controller \"freezer\" 0.75 (* 30 60) '>)"
|
2023-02-25 11:10:10 +01:00
|
|
|
],
|
|
|
|
"phases": [
|
|
|
|
{
|
|
|
|
"name": "Prepare",
|
|
|
|
"description": "Turn Fan On",
|
|
|
|
"exit_condition": "#t",
|
|
|
|
"on_load": "(set-actuator \"fan\" #t)",
|
|
|
|
"on_exit": "#t"
|
2023-02-25 11:04:44 +01:00
|
|
|
},
|
2023-02-25 11:10:10 +01:00
|
|
|
{
|
|
|
|
"name": "Cool",
|
|
|
|
"description": "Cool to 46°C",
|
|
|
|
"exit_condition": "(and (< (get-sensor \"T_food\") 46.0)\n(> (get-sensor \"T_food\") 42.0))",
|
|
|
|
"on_load": "(begin (set-controller \"heater2\" \"T_food\") (set-target \"T_food\" 46.0) (set-controller \"freezer\" \"T_ext\") (set-target \"T_ext\" 46.0))",
|
|
|
|
"on_exit": "#t"
|
2022-11-19 18:52:01 +01:00
|
|
|
},
|
2023-02-25 11:10:10 +01:00
|
|
|
{
|
|
|
|
"name": "Inoculate (backslopping)",
|
|
|
|
"description": "Add 50ml Yogurt",
|
|
|
|
"exit_condition": "(manual-intervention \"Inocula 50g di yogurt\" '((\"Fatto\" #t)))",
|
|
|
|
"on_load": "(notify \"Inoculate 50g of yogurt NOW!\")",
|
|
|
|
"on_exit": "(notify (concat \"Inoculated at \" (now)))"
|
2022-11-19 18:52:01 +01:00
|
|
|
},
|
2023-02-25 11:10:10 +01:00
|
|
|
{
|
|
|
|
"name": "Hold",
|
|
|
|
"description": "Keep at 42°C for 4h",
|
|
|
|
"exit_condition": "(> (time-in-this-phase) (hours 4))",
|
|
|
|
"on_load": "(begin (set-target \"T_food\" 41.0) (set-target \"T_ext\" 41.0))",
|
|
|
|
"on_exit": "(notify \"The yougrt is ready\")"
|
2022-11-19 18:52:01 +01:00
|
|
|
},
|
2023-02-25 11:10:10 +01:00
|
|
|
{
|
|
|
|
"name": "Refrigerate",
|
|
|
|
"description": "Lower temperature to 4gradi",
|
|
|
|
"exit_condition": "(manual-intervention \"Rimuovi lo yogurt\" '((\"Fatto\" #t)))",
|
|
|
|
"on_load": "(begin (set-target \"T_food\" 4.0) (set-target \"T_ext\" 4.0))",
|
2023-02-25 11:50:35 +01:00
|
|
|
"on_exit": "(begin (notify \"You can remove the yogurt from the heater\") (set-actuator \"fan\" #f))"
|
2022-11-19 18:52:01 +01:00
|
|
|
}
|
2023-02-25 11:10:10 +01:00
|
|
|
]
|
2022-11-19 18:52:01 +01:00
|
|
|
},
|
|
|
|
{
|
2023-01-05 16:31:42 +01:00
|
|
|
"name": "Nattō",
|
2023-01-04 14:52:28 +01:00
|
|
|
"description": "FIXME",
|
2022-11-19 18:52:01 +01:00
|
|
|
"controllers": [
|
2023-02-25 10:56:13 +01:00
|
|
|
"(make-duty-controller \"heater\" 0.20 120 '<)"
|
2022-11-19 18:52:01 +01:00
|
|
|
],
|
|
|
|
"phases": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tempeh",
|
2023-01-04 14:52:28 +01:00
|
|
|
"description": "FIXME",
|
2022-11-19 18:52:01 +01:00
|
|
|
"controllers": [
|
2023-02-25 10:56:13 +01:00
|
|
|
"(make-duty-controller \"heater\" 0.20 120 '<)"
|
2022-11-19 18:52:01 +01:00
|
|
|
],
|
|
|
|
"phases": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gorgonzola",
|
2023-01-04 14:52:28 +01:00
|
|
|
"description": "FIXME",
|
2022-11-19 18:52:01 +01:00
|
|
|
"controllers": [
|
2023-02-25 10:56:13 +01:00
|
|
|
"(make-duty-controller \"heater\" 0.20 120 '<)"
|
2022-11-19 18:52:01 +01:00
|
|
|
],
|
|
|
|
"phases": []
|
|
|
|
}
|
2023-01-05 12:54:21 +01:00
|
|
|
]
|