From 70426b928088a32afa2747bf9b63d02280ea12bc Mon Sep 17 00:00:00 2001 From: jens Date: Tue, 10 Aug 2021 15:39:54 +0200 Subject: [PATCH] =?UTF-8?q?-=20start=20HOLD=20at=20diference=20of=202.0=20?= =?UTF-8?q?=C2=B0C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pid/temp_controller_smith.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pid/temp_controller_smith.py b/components/pid/temp_controller_smith.py index b6f7eaa..e034073 100644 --- a/components/pid/temp_controller_smith.py +++ b/components/pid/temp_controller_smith.py @@ -88,7 +88,7 @@ class TempController(AttributeChange): THRESH_HEAT = 1.0 THRESH_IDLE = 1.0 THRESH_IDLE_HOLD = 0.1 - THRESH_HEAT_HOLD = 1.0 + THRESH_HEAT_HOLD = 2.0 if self.state == States.IDLE: if diff > THRESH_HEAT: