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.
- 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.
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:
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.
This project is licensed under the Apache License 2.0. For more details, see the LICENSE file on GitHub.