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.51rc1.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for pysentio-0.0.51rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa67d2bb84c61da63b606d78b1ae654c3d5a0b9862adaec562bd940263dd92b8 |
|
MD5 | 2d46da6467f5258f37497a0805729af9 |
|
BLAKE2b-256 | 1b3a0555e14c5d0f48772aa114b83375f3fb028948951f6b7a6e18a6046bf7c5 |