Cozytouch python implementation
This API allows you to control Atlantic, Thermor and Sauter equipment via the Cozytouch bridge
Used to obtain information from the following sensors:
from cozytouchpy import CozytouchClient
username="my-username"
password="my-password"
client = CozytouchClient(username, password)
setup = await client.async_get_setup()
for place in setup.places:
print(place.id)
Version | Tag | Published |
---|---|---|
1.2.7 | 2yrs ago | |
1.2.6 | 2yrs ago | |
1.2.5 | 2yrs ago | |
1.2.4 | 2yrs ago |