Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
/ cozytouchpy Public archive
forked from Sku4l/cozypy

Cozytouch python implementation

License

Notifications You must be signed in to change notification settings

cyr-ius/cozytouchpy

 
 

Repository files navigation

cozytouchpy

Inspired and forked from the biker91620 repository

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:

  • Gateway
  • Radiators
  • Water heaters and other counters
  • APC Heat Pump (Beta)

Example

 from cozytouchpy import CozytouchClient
 
 username="my-username"
 password="my-password"
 
 client = CozytouchClient(username, password)
 client.connect()
 setup = await client.async_get_setup() 
 for place in setup.places:  
     print(place.id)

About

Cozytouch python implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%