From 83dc98d5d327c39958674a7271d7864e6960c1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Thu, 30 Mar 2023 15:45:10 +0200 Subject: [PATCH] wip salame recipe --- recipes.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/recipes.json b/recipes.json index 2f8063e..68d1918 100644 --- a/recipes.json +++ b/recipes.json @@ -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",