Python library to control Comelit Simplehome
Install this via pip (or your favourite package manager):
pip install aiocomelit
Test the library with:
python library_test.py
The script accept command line arguments or a library_test.json config file:
{
"bridge": "192.168.1.252",
"bridge_port": 80,
"bridge_pin": 12345,
"bridge_vedo": false,
"vedo": "192.168.1.230",
"vedo_port": 8080,
"vedo_pin": 67890,
"test": false
}
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
This package was created with Copier and the browniebroke/pypackage-template project template.