Python library for Sentio Pro Sauna Controller
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pysentio-0.0.51.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for pysentio-0.0.51-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e20f202f014814f3100fdc726370b7f4809e7577d646df00c8437648b34e7d4 |
|
MD5 | b6111c78df516d1b8316f022b3ea5a16 |
|
BLAKE2b-256 | a8e48fd72f7ba7d1e493e36e1f42f50236ef12532115ba85bbc6bc06ae597754 |