A Python library that handles communication with proprietary home intelligent system named iNels by ElkoEP company.
This package is developed against iNels BUS version. It is not tested on older version CU2 and does not support RF components.
For smooth using you need to have Python 3.8 or higher.
Use PyPI repository
pip install pyinels
See the test directory for examples.
I use tox for testing.
$ pip install tox
I wrote PyInels library to use it for home assistant integration.
In the future I would like to rewrite the library with better efficiency such ass Asyncio.