aio Python library for controlling Casambi via Cloud API
These modes are implemented:
- on/off
- brightness
- color temperature
- rgb
- rgbw
- Request developer api key from Casambi: https://developer.casambi.com/
- Setup a site in Casambi app: http://support.casambi.com/support/solutions/articles/12000041325-how-to-create-a-site
Install this library through pip:
pip install aiocasambi
- Olof Hellqvist - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details
Add the credentials to casambi.yaml.example and rename the file to casambi.yaml
python3 -m venv aiocasambi
source ./aiocasambi/bin/activate
./aiocasambi/bin/pip3 install -r ./aiocasambi/requirements.txt
This library is neither affiliated with nor endorsed by Casambi.