GithubHelp home page GithubHelp logo

ukrolelo / airzonecloud-homeassistant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from max13fr/airzonecloud-homeassistant

0.0 0.0 0.0 57 KB

Airzone Cloud plugin for Home Assistant

License: MIT License

Python 100.00%

airzonecloud-homeassistant's Introduction

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

Screenshot

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

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

airzonecloud-homeassistant's People

Contributors

max13fr avatar ukrolelo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.