GithubHelp home page GithubHelp logo

gnurou / aircloud_ha Goto Github PK

View Code? Open in Web Editor NEW

This project forked from svmironov/aircloud_ha

0.0 0.0 0.0 438 KB

Home Assistant integration for AirCloud climate devices

License: MIT License

Python 100.00%

aircloud_ha's Introduction

AirCloud Home Assistant Integration

Logo

This integration allows control Hitachi climate devices whit connected airCloud Home service

Features

  • Temperature change
  • Modes: HEATING, COOLING, FAN, DRY
  • Swing modes: VERTICAL, HORIZONTAL, BOTH

Installation

First install HACS if you don't have it yet. Add https://github.com/svmironov/aircloud_ha to HACS as user repository.

Configuration

You can add integration in the UI or manual in configuration.yml

air_cloud:
    email: "login" # supported only email authorization
    password: "pass"
    temp_adjust: -1 # optional parameter for adjustment current temp

climate:
   - platform: air_cloud

All devices be loaded from AirCloud. For every device be created HA entity with name from AirCloud

Sample lovelace object

  - type: thermostat
    entity: climate.kitchen_ac

Usages

Integration does not currently support authorization by a phone and FrostWash mode. You're a model may not support some modes, but you will see it in the UI. AirCloud API have low performance. Execution of commands and updating the UI occurs with latency from 1 to 5 seconds

The integration provides a service for a single command:

service: air_cloud.exec_command
data:
  id: 15187 # AirCloud ID from developer panel 
  power: "OFF" # ON/OFF
  target_temp: 24 
  mode: COOLING # HEATING, COOLING, FAN, DRY or AUTO
  fan_speed: LV1 # Speed LV1-LV5 or AUTO
  fan_swing: "OFF" # VERTICAL, HORIZONTAL, BOTH or OFF
  humidity: 0 # It is magic number, select experimentally for your model from 0, 50, 2147483647

All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used by the project for identification purposes only.

aircloud_ha's People

Contributors

svmironov 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.