PyPlumIO is a native ecoNET library for Plum ecoMAX controllers
Overview
This package aims to provide complete and easy to use solution for communicating with climate devices by Plum Sp. z o.o.
Currently it supports reading and writing parameters of ecoMAX controllers by Plum Sp. z o.o., getting service password and sending network information to show on controller's display.
Devices can be connected directly via RS-485 to USB adapter or through network by using RS-485 to Ethernet/WiFi converter.
Table of contents
Quickstart
- To use PyPlumIO, first install it using pip:
pip install pyplumio
- Connect to the ecoMAX controller:
>>> connection = pyplumio.open_serial_connection("/dev/ttyUSB0")
>>> await connection.connect()
>>> ecomax = await connection.get("ecomax")
- Print some values:
>>> print(await ecomax.get("heating_temp"))
- Don’t forget to close the connection:
>>> await connection.close()
Home Assistant Integration
There is companion Home Assistant integration that is being co-developed with this package and depends on it. Click button below to check it out.
Attribution
Special thanks to econetanalyze project by twkrol for initial information about protocol.
License
This product is distributed under MIT license.
Release files for PyPlumIO 0.6.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyplumio-0.6.8.tar.gz | 285.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyplumio-0.6.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 357.4 kB
Release files / pyplumio-0.6.8.tar.gz
| Download URL | pyplumio-0.6.8.tar.gz |
|---|---|
| Size | 285.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
546d9c6e2c3268373c19031d9b040e0b0233365ba6e883149d9e5c331c8e8b4f
|
|
BLAKE2b-256 checksum How to use checksums |
06e87fdaf5ca5489a7183e8b1539f2d64accf5d61571bce67ffbf428853f3814
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pyplumio-0.6.8-py3-none-any.whl
| Download URL | pyplumio-0.6.8-py3-none-any.whl |
|---|---|
| Size | 72.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
04a0eff0f65c799626e9c9d310c5a182fcf12e0bdd524708707be9fbc740a52a
|
|
BLAKE2b-256 checksum How to use checksums |
b73e545c5cc8aadca10a0beca48da8333df91920ff56a9705803c1e5ececa474
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|