Skip to main content

Cozytouch python client (fork cozypy)

Project description

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

Example

 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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cozytouchpy-1.3.0.tar.gz (22.2 kB view hashes)

Uploaded Source

Built Distribution

cozytouchpy-1.3.0-py3-none-any.whl (23.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page