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 details)
Built Distribution
File details
Details for the file pysentio-0.0.52.tar.gz
.
File metadata
- Download URL: pysentio-0.0.52.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 205e71df1942e373dec027b07e636b72c9bdb585344880edf363d66ad08fe3f7 |
|
MD5 | 55045ae2080b341d169540967b3bd219 |
|
BLAKE2b-256 | 55db83178273d4eae21cb0961cf5e9609f278d22a78afc7ac79df530ff019482 |
File details
Details for the file pysentio-0.0.52-py3-none-any.whl
.
File metadata
- Download URL: pysentio-0.0.52-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2407b5c38c21ba6f1be0f47e9c62392a2e5a6cf98e1a01b438e6bb743f64bb9b |
|
MD5 | 67766fb897d9af423a8f57022416eef6 |
|
BLAKE2b-256 | ce41f489e4b9439941d1f7a96e8e73ce45bd83ad639b8ed4d1fe93d1d5f02927 |