haake: make 2 versions depending on extra T sensor

This commit is contained in:
2025-05-19 11:35:05 +02:00
parent 3063d61639
commit 8edb3c6869
2 changed files with 14 additions and 1 deletions

View File

@ -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

13
tcl/haake2.config Normal file
View File

@ -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