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.52.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for pysentio-0.0.52-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2407b5c38c21ba6f1be0f47e9c62392a2e5a6cf98e1a01b438e6bb743f64bb9b |
|
MD5 | 67766fb897d9af423a8f57022416eef6 |
|
BLAKE2b-256 | ce41f489e4b9439941d1f7a96e8e73ce45bd83ad639b8ed4d1fe93d1d5f02927 |