Skip to content

This is a library to allow communicating to a Midea appliance via the Midea cloud.

License

Notifications You must be signed in to change notification settings

spxcly/midea-ac-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Version | 中文版

This is a custom component for Home Assistant to integrate the Midea Air Conditioners via the Local area network.

Tested with hass version 0.108.0

Installation

Install from HACS

hacs_badge

Please Waiting...

Install manually

  1. Clone this repo
  2. Place the custom_components/midea folder into your custom_components folder

Configuration

Configuration variables:

key description example
platform (Required) The platform name. midea
host (Required) Midea AC Device's IP Address. 192.168.1.100
id (Required) Midea AC Device's applianceId. 123456789012345
use_fan_only_workaround (Optional) Set this to true if you need to turn off device updates because they turn device on and to fan_only true

Example configuration.yaml:

  • Single device
climate:
  - platform: midea
    host: 192.168.1.100
    id: 123456789012345
  • Multiple device
climate:
  - platform: midea
    host: 192.168.1.100
    id: 123456789012345
  - platform: midea
    host: 192.168.1.200
    id: 543210987654321

Buy me a cup of coffee to help maintain this project further?

Your donation will make me work better for this project.

About

This is a library to allow communicating to a Midea appliance via the Midea cloud.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • Shell 3.8%