@santieich/homebridge-midea-lan
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Homebridge Midea Lan

Downloads Version
Homebridge Discord

The project will not continue development

Programming is not easy. If you like this plugin or want to contribute to future development, a donation will help.

Homebridge plugin for accessing Midea air conditioners and dehumidifiers via local network.

 

Requirements

   

Configuration

Add this to the platforms array in your config.json:

{
    "name": "Midea-Lan",
    "user": "MIDEA_ACCOUNT_EMAIL",
    "password": "MIDEA_PASSWORD",
    "registeredApp": "NetHomePlus",
    "interval": 1,
    "platform": "midea-air"
}

Notes

⚠️ Befor installing this plugin you must install midea-beautiful-air globaly using pip (pip install --upgrade midea-beautiful-air).

Supported Devices

This Plugin support Midea providers dongle - OSK102 / OSK103 / OSK105 (Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Alpine Home Air, Artel, Beko, Electrolux, Galactic, Idea, Inventor, Kaisai, Mitsui, Mr. Cool, Neoclima, Olimpia Splendid, Pioneer, QLIMA, Royal Clima, Qzen, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG, Electra and much more) and should be able to access all device in the user's account. However, many devices may not be supported or function incorrectly. This is due to the lack of documentation of the raw MSmart API. If you encounter any problems, please open a new issue and specify your device model.

Temperature Display Units

This Plugin support Celsius & Fahrenheit (You can set the Default unit on Homebridge config). Display Units can set in HomeKit app, device settings. This is just to control the temperature unit of the AC's display. The target temperature setter always expects a celsius temperature (resolution of 0.5C), as does the midea API

Rotation Speed and Swing

Rotation Speed and Swing mode can set in the HomeKit app, device settings. Rotation Speed values are:

Air Conditioner Dehumidifier
0% Device Off 0% Device Off
25% Low 30% Silent
50% Middle 60% Medium
75% High 100% High
100% Auto ...

Dehumidifier Relative Humidity

There is a difference between Midea app / Homebridge to HomeKit. HomeKit Relative Humidity work between 0%-100% - Apple Policy.

App / Homebridge HomeKit
35% 0%
40% 10%
45% 20%
50% 30%
55% 40%
60% 50%
65% 60%
70% 70%
75% 80%
80% 90%
85% 100%

Fan Mode

This allows you to enable a Fan mode service.

Outdoor Temperature Sensor

This allows you to enable Outdoor Temperature service, if the AC support.

Beep Prompt

This set the Beep Feedback.

Credits

This plugin would not have been possible without midea-beautiful-air & ioBroker.midea.

Readme

Keywords

Package Sidebar

Install

npm i @santieich/homebridge-midea-lan

Weekly Downloads

1

Version

1.0.4

License

Apache-2.0

Unpacked Size

431 kB

Total Files

53

Last publish

Collaborators

  • santieich