Python library to interact with a CAME ETI/Domo domotic server.


Keywords
CAME, ETI/Domo, domotic, home, automation, assistant, home-assistant
License
Apache-2.0
Install
pip install came-domotic-unofficial==1.0.0rc32

Documentation

Welcome!

License: Apache 2.0 Python 3.12 SonarCloud - Security Rating SonarCloud - Vulnerabilities SonarCloud - Bugs Documentation status

The CAME Domotic Unofficial Library provides a streamlined Python interface for interacting with CAME Domotic plants, much like the official CAME Domotic app. This library is designed to simplify the management of domotic devices by abstracting the complexities of the CAME Domotic API.

Although primarily developed for use with Home Assistant, the library is freely available under the Apache license 2.0 for anyone interested in experimenting with a CAME Domotic plant.

Warning

This library is currently in beta development status. It is not yet stable and should be used only for studying purposes. Please be aware that you cannot rely on it for any production use. Use at your own risk.

Note

This library is independently developed and is not affiliated with, endorsed by, or supported by CAME. It may not be compatible with all CAME Domotic systems. Use at your own risk.

!DANGER!

This library is not intended for use in critical systems, such as security or life-support systems. Always use official and supported tools for such applications.

Key Features

  • Simplicity: Easy interaction with domotic entities.
  • Automatic session management: No need for manual login or session handling.
  • First of its kind: Unique in providing integration with CAME Domotic systems.
  • Open source: Freely available under the Apache 2.0 license, inviting contributions and adaptations.

Quick Start

Have a look at the following guides to learn how to install and use the library:

Once you are a bit more familiar with the library, you may want to explore the following resources too:

Acknowledgments

Special thanks to Andrea Michielan for his foundational work with the eti_domo library, which greatly facilitated the development of this library. We also found great inspiration in the Home Assistant document Building a Python library for an API.

License

This project is licensed under the Apache License 2.0. For more details, see the LICENSE file on GitHub.