Skip to content
/ pysentio Public
forked from astrandb/pysentio

Library for Sentio Pro sauna controller

License

Notifications You must be signed in to change notification settings

tojo/pysentio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysentio

Library for Sentio Pro sauna controller

Designed for use with Homeassistant. Provides the api to a Sentio Pro Sauna controller with RS-485 serial interface.

Example for test and debug

from pysentio import SentioPro

ss = SentioPro('/dev/ttyUSB0', 57600)
ri = ss._write_read('get info\n')
print(ri)
print(ss._type)
print(ss._version)

About

Library for Sentio Pro sauna controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%