recipes (koji): update recipe

master
Nicolò Balzarotti 2023-02-21 16:39:16 +01:00
parent e9713731b1
commit cc8bd1a0c6
1 changed files with 5 additions and 18 deletions

View File

@ -22,7 +22,7 @@
"on_exit": "#t" "on_exit": "#t"
}, },
{ {
"name": "Inoculata!", "name": "Inocula!",
"description": "Add kojio spores", "description": "Add kojio spores",
"exit_condition": "(manual-intervention \"Inocula\" '((\"Fatto\" #t)))", "exit_condition": "(manual-intervention \"Inocula\" '((\"Fatto\" #t)))",
"on_load": "(notify \"Inocula ora!\")", "on_load": "(notify \"Inocula ora!\")",
@ -31,43 +31,30 @@
{ {
"name": "Hold", "name": "Hold",
"description": "Keep 30°C", "description": "Keep 30°C",
"exit_condition": "(> (time-in-this-phase) (hours 10))", "exit_condition": "(> (time-in-this-phase) (hours 12))",
"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_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!\")" "on_exit": "(notify \"Rimischia il koji!\")"
}, },
{ {
"name": "Hold", "name": "Hold",
"description": "Keep 30°C", "description": "Keep 30°C",
"exit_condition": "(> (time-in-this-phase) (hours 10))", "exit_condition": "(> (time-in-this-phase) (hours 12))",
"on_exit": "(notify \"Rimischia il koji!\")",
"on_load": "#t"
},
{
"name": "Hold",
"description": "Keep 30°C",
"exit_condition": "(> (time-in-this-phase) (hours 4))",
"on_exit": "(notify \"24 ore, controlla la temperatura\")", "on_exit": "(notify \"24 ore, controlla la temperatura\")",
"on_load": "#t" "on_load": "#t"
}, },
{ {
"name": "Hold", "name": "Hold",
"description": "Keep 30°C, abbassa l'umidità per favorire l'ingresso del koji nel chicco", "description": "Keep 30°C, abbassa l'umidità per favorire l'ingresso del koji nel chicco",
"exit_condition": "(> (time-in-this-phase) (hours 10))", "exit_condition": "(> (time-in-this-phase) (hours 12))",
"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))", "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))",
"on_exit": "(notify \"Rimischia il koji!\")" "on_exit": "(notify \"Rimischia il koji!\")"
}, },
{ {
"name": "Hold", "name": "Hold",
"description": "Keep 30°C", "description": "Keep 30°C",
"exit_condition": "(> (time-in-this-phase) (hours 10))", "exit_condition": "(> (time-in-this-phase) (hours 12))",
"on_exit": "(notify \"Rimischia il koji!\")", "on_exit": "(notify \"Rimischia il koji!\")",
"on_load": "#t" "on_load": "#t"
},
{
"name": "Hold",
"description": "Keep 30°C",
"exit_condition": "(> (time-in-this-phase) (hours 4))",
"on_load": "#t"
} }
] ]
}, },