Unofficial Python client to interact with Erie Connect cloud to retrieve information from IQsoft 26 water softener.
For Home Assistant integration check this repository:
https://github.com/tgebarowski/erie-watertreatment-homeassistant
Installation
[sudo] pip install erie_connect
Usage
You can import the module as erie_connect.
Constructor
ErieConnect(
username,
password,
auth,
device
)
username and password are mandatory in order to be able to authenticate and get access token.
If authorization info is already stored somewhere you may pass it directly to constructor, so that no extra step will be performed before querying for the data. Similarly, Device info can be passed directly to the constructor to avoid selecting default device when invoking queries.
If auth and device are not set, both Auth and Device object will be stored upon first successful data fetching.
Requirements
Python 3.7
Disclaimer
This is an experimental library based on network traffic sniffing, made mainly for private purposes to integrate IQsoft 26 water softener with Home Assistant.
Release files for erie-connect 0.4.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| erie_connect-0.4.4.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| erie_connect-0.4.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / erie_connect-0.4.4.tar.gz
| Download URL | erie_connect-0.4.4.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
08a6e651bb86cfcb22c5f6a363d90558812e4a7aba191618ecfba199b05b3a77
|
|
BLAKE2b-256 checksum How to use checksums |
11d9274923a1cd278edc104cc484a36958d046c40641db4395e4274a1db9b884
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/59.0.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.9
|
Release files / erie_connect-0.4.4-py3-none-any.whl
| Download URL | erie_connect-0.4.4-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e2dff108ee747b3d042a9222c44d02aacad0cfcf8f1cd3d20092f2962bb87ed6
|
|
BLAKE2b-256 checksum How to use checksums |
d528df1dec1de7f996051d083fb14b8fa1cd15980d1f0b475d556ec4ee576d69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/59.0.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.9
|