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.53b1.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for pysentio-0.0.53b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c37eda797fc537c87076a39b3bcaf56ea9819df4fcc2520883b41f75b0029e79 |
|
MD5 | 62cee0df796a3ed666e438b8909fa54b |
|
BLAKE2b-256 | 8ad2da164b429c9a5526354c98be103fba661525c82643e51e6a5504fae73d69 |