Airzonecloud-HomeAssistant
Airzonecloud-HomeAssistant copied to clipboard
Airzone Cloud plugin for Home Assistant
Airzone Cloud plugin for Home Assistant
Introduction
Allow to view & control all your zones register on your Airzone Cloud (airzonecloud.com) account from Home Assistant.
If you're looking for the main Airzone Cloud Daikin (dkn.airzonecloud.com), use this plugin : https://github.com/max13fr/AirzonecloudDaikin-HomeAssistant

Install / upgrade
Add module
In your home assistant directory (where you have your configuration.yaml) :
- create the directory custom_components if not already existing
- copy custom_components/airzonecloud directory from this github repository inside your custom_components. In case of upgrade, you can delete the airzonecloud first then copy the new one.
Finally, you should have the following tree :
- configuration.yaml
- custom_components/
- airzonecloud/
- __init__.py
- climate.py
- const.py
- manifest.py
- airzonecloud/
Configure
In your configuration.yaml add the following lines :
climate:
- platform: airzonecloud
username: [email protected]
password: yourpassword
You're username & password should match what you use to connect to https://www.airzonecloud.com
Don't forget to restart your Home Assistant when you update your configuration.
Change refresh interval
Default refresh interval is 10 seconds.
You can increase or decrease this value but be warned that you can be banned by Airzone if you refresh too often.
climate:
- platform: airzonecloud
username: [email protected]
password: yourpassword
scan_interval: 5