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
[sudo] pip install erie_connect
You can import the module as erie_connect.
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.
Python 3.7
This is an experimental library based on network traffic sniffing, made mainly for private purposes to integrate IQsoft 26 water softener with Home Assistant.
erie_connect Python client was written by Tomasz Gebarowski.