This is a python module for communicating with the IntelliClima ECOCOMFORT 2.0 devices. Its main use is for my corresponding HomeAssistant IntelliClima integration.
It can be extended to include other devices from IntelliClima in the future, but I only own the ECOCOMFORT 2.0, so I cannot add any others. I've made a guide for adding new devices. If you own other device types, it's highly appreciated if you could take a look at the guide and see if you can add a PR for your device(s), or share the logs as described so I can add them.
This API was made by reverse engineering the cloud API, through the use of an android emulator and proxy to catch the Intelliclima+ app traffic. As such, no public API exists and the functionality of this module breaks if the API changes. This module is provided as-is, with no guarantees of correctness, stability, or continued functionality. Use it at your own risk.
This was highly inspired by: https://github.com/ruizmarc/homebridge-intelliclima
Partial credit for the reverse engineering process of the API goes to them.
For how to install uv and Python, see installation.md.
For development workflows, see development.md.
This project was built from simple-modern-uv.