From 8edb3c6869b33eec39a47cf846ceec2e5aa4ebf2 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Mon, 19 May 2025 11:35:05 +0200 Subject: [PATCH] haake: make 2 versions depending on extra T sensor --- tcl/haake.config | 2 +- tcl/haake2.config | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 tcl/haake2.config diff --git a/tcl/haake.config b/tcl/haake.config index eb311ed..c6b12d0 100644 --- a/tcl/haake.config +++ b/tcl/haake.config @@ -5,8 +5,8 @@ catch { th unit C th upperlimit 70 th lowerlimit -5 + th with2sensors 0 } defineTemperature th appendVars th/K/Bath_T/1 th.set/K/Bath_Set/2 -appendVars th.t2/K/Sample_T/3 diff --git a/tcl/haake2.config b/tcl/haake2.config new file mode 100644 index 0000000..eff7812 --- /dev/null +++ b/tcl/haake2.config @@ -0,0 +1,13 @@ +deviceDesc = Haake Phoenix P1 thermostat + extra T sensor + +makeHaake +catch { + th unit C + th upperlimit 70 + th lowerlimit -5 + th with2sensors 1 +} +defineTemperature th +appendVars th/K/Bath_T/1 th.set/K/Bath_Set/2 +appendVars th.t2/K/Sample_T/3 +