Skip to main content

Library to control Airzone devices

Project description

aioairzone

Python library to control Airzone devices.

Requirements

  • Python >= 3.9

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


Download files

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

Source Distribution

aioairzone-0.5.0.tar.gz (17.4 kB view details)

Uploaded Source

File details

Details for the file aioairzone-0.5.0.tar.gz.

File metadata

  • Download URL: aioairzone-0.5.0.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.2

File hashes

Hashes for aioairzone-0.5.0.tar.gz
Algorithm Hash digest
SHA256 7b935c3f14503dc51b9e720b96ef187d85389b128618d30909f8d8414557e328
MD5 03297c6addebace1e0abe0a644687e8b
BLAKE2b-256 b04fc8a2c37e9be80b3e7ca57ace5ca8b55a22d76a9c766f30f30f608924c4f5

See more details on using hashes here.

Supported by

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