Skip to content

Home Assistant integration for AirCloud climate devices

License

Notifications You must be signed in to change notification settings

smi71/aircloud_ha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirCloud Home Assistant Integration

This integration allows control Hitachi climate devices whit connected airCloud Home service. For change temperature with step 0.5 recommend uses a alternative thermostat UI

Features

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

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

Installation

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

Configuration

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: custom:simple-thermostat
entity: climate.kitchen_ac
header:  
    name: Kitchen AC
layout:  
mode:    
    headings: false

About

Home Assistant integration for AirCloud climate devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%