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
- 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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cozytouchpy-3.1.tar.gz
(29.9 kB
view details)
Built Distribution
cozytouchpy-3.1-py3-none-any.whl
(35.8 kB
view details)
File details
Details for the file cozytouchpy-3.1.tar.gz
.
File metadata
- Download URL: cozytouchpy-3.1.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6939fcffd258777e138aa70c5f0d17cdba9b0600daeaef213070438ffa8d79e |
|
MD5 | 16525382ebab2608d80926db7f8aa7df |
|
BLAKE2b-256 | f507b623bfe44d7ec6d6c5878d92a6f9d61a6fe70bd4494ce86bfefef3b6e7b6 |
File details
Details for the file cozytouchpy-3.1-py3-none-any.whl
.
File metadata
- Download URL: cozytouchpy-3.1-py3-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dba5b645bece26b4af189bce46c9f0be7060b3ab17a3a4f34c46c077e820094 |
|
MD5 | 79db16fef603bf1bc17c8dc7aac16cab |
|
BLAKE2b-256 | c34043ad7f874d11fcc8e61b122a2d4248c3a7c0969dfc5c95194090cead1e04 |