Skip to content

CentreForUltrasonicEngineering/Dziewierz-Lauda-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Lauda Eco Silver thermostat helper library

A small helper module to control the Lauda-Brinkman ECO Silver thermostat, commonly found in the CMAC Labs

Usage is fairly obvious:

import lauda

lauda.set_pumping_speed(lauda.PumpingSpeed.a_Typical)
lauda.set_temp(25.0)
lauda.start()

current_temp_readout = lauda.read_current_temp()

Note that the COM port used is hard-coded to "COM9". At this time this can only be changed by editing the source code.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages