
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Python library to control Airzone devices.
pip install aioairzone
Run the following command inside this folder
pip install --upgrade .
Examples can be found in the examples
folder
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
FAQs
Library to control Airzone devices
We found that aioairzone demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.