From b043ab9f25bc8de1c3282644d6bc03391ac37996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Thu, 5 Jan 2023 15:54:26 +0100 Subject: [PATCH] fix stracchino controller --- recipes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes.json b/recipes.json index 87b5720..fc93594 100644 --- a/recipes.json +++ b/recipes.json @@ -20,13 +20,13 @@ "name": "Stracchino", "description": "Tiene lo stracchino a ~35 gradi per 24 ore", "controllers": [ - "(make-duty-controller \"heater\" 0.20 120)" + "(make-duty-controller \"heater\" 0.80 120)" ], "phases": [ { "name": "Hold", "text": "Keep 35\u00b0C", - "nextcond": "(> (time-in-this-phase) (hours 24))", + "nextcond": "(> (time-in-this-phase) (hours 20))", "current": false, "onload": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 35.0))", "onexit": "#t"