An unofficial and self mantained interface to the REST API of a Came eti/domo server.
To use this package you can use pip install:
pip install eti-domo
And then import Domo and the different custom exceptions that will be raised:
from eti_domo import Domo, RequestError, ServerNotFound, CommandNotFound
The first step is to familiarize with the Domo object and its login method at this link.
You can then start to ask the server for some info such as a list of lights, to do so follow this link.
Here is a how-to guide for turning on lights.
If you want to jump right into the thermoregulation you can follow this guide.
I'm also developing a Home Assistant custom integration, check this repository for further update.