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.51rc3.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for pysentio-0.0.51rc3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bd487717e6559e6fb12288f95c32f9afd39074b240e132eff36031577779ddb |
|
MD5 | 9935989658082e4349ac32b50bbe9b2a |
|
BLAKE2b-256 | 28ea1242e49d1dcfc0e687811cfc6c4531f3cd81cad623c88b114f808043fbd9 |