Library to control Airzone devices
Project description
aioairzone
Python library to control Airzone devices.
Requirements
- Python >= 3.8
Install
pip install aioairzone
Install from Source
Run the following command inside this folder
pip install --upgrade .
Examples
Examples can be found in the examples folder
API Call examples
Run the following command to list all your Airzone Zones:
curl -s --location --request POST "http://192.168.1.25:3000/api/v1/hvac" -d '{"systemID": 0, "zoneID": 0}' | jq
Run the following command to list all your Airzone Systems:
curl -s --location --request POST "http://192.168.1.25:3000/api/v1/hvac" -d '{"systemID": 127}' | jq
Run the following command to fetch your Airzone Altherma parameters:
curl -s --location --request POST "http://192.168.1.25:3000/api/v1/hvac" -d '{"systemID": 0}' | jq
Run the following command to fetch your Airzone WebServer parameters:
curl -s --location --request POST "http://192.168.1.25:3000/api/v1/webserver" | jq
Run the following command to fetch a demo Airzone Zone:
curl -s --location --request POST "http://192.168.1.25:3000/api/v1/demo" | jq
Run the following command to fetch your Airzone LocalAPI version:
curl -s --location --request POST "http://192.168.1.25:3000/api/v1/version" | jq
Run the following command to fetch your Airzone LocalAPI integration driver:
curl -s --location --request POST "http://192.168.1.25:3000/api/v1/integration" -d '{}' | jq
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
File details
Details for the file aioairzone-0.4.2.tar.gz.
File metadata
- Download URL: aioairzone-0.4.2.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.27.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb9165ad837426615891d1b12454c478b15f7bfa18143c936b4bf4e2192ef4e0
|
|
| MD5 |
d5b723b6c43adeae1cda15db01513433
|
|
| BLAKE2b-256 |
e52766bca7aa120dbc7f27c698dbab61018f36e768ac13f62ba9c9b735df1f9d
|