haake: fix haake2 and add pumprunning

This commit is contained in:
2025-05-27 14:46:52 +02:00
committed by Markus Zolliker
parent d6947711c6
commit 7c06bbeec2
4 changed files with 165 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Node('haakeuro.config.sea.psi.ch',
'Haake thermostat + Eurotherm controller',
Node('haake.config.sea.psi.ch',
'Haake thermostat',
)
Mod('sea_main',
'frappy_psi.sea.SeaClient',
@ -13,4 +13,5 @@ Mod('th',
io = 'sea_main',
sea_object = 'th',
extra_modules=['t2'],
value=Param(unit='degC'),
)