Library to control Airzone devices
Project description
aioairzone
Python library to control Airzone devices.
Requirements
- Python >= 3.10
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aioairzone-0.6.4.tar.gz.
File metadata
- Download URL: aioairzone-0.6.4.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e445766b276e64f9cf61ef78261384bd97226deef038143cff8b7833a068daa1
|
|
| MD5 |
995f7aa1306576577ac75080a9858020
|
|
| BLAKE2b-256 |
4d43a393932f4a42341bb9026287250dc12d92c3533c956b2f1046996134cbaf
|
File details
Details for the file aioairzone-0.6.4-py3-none-any.whl.
File metadata
- Download URL: aioairzone-0.6.4-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65499ccc2515bbaabf7a806ffac6c345016d15c585342a157ec5bdfdb5fd3065
|
|
| MD5 |
fde947ae0386ff13e187417cea1b690a
|
|
| BLAKE2b-256 |
946bc5f511dbf5c2aaadf5cf5c5716511f04438ec60285e0956deb30d580bd8c
|