@nef10/homebridge-midea-air

1.3.1 • Public • Published

Homebridge Midea Air

Downloads Version
verified-by-homebridge Homebridge Discord

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

Homebridge plugin to control Midea Air Conditioner & Dehumidifier units.

 

Requirements

   

Configuration

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

{
    "user": "MIDEA_ACCOUNT_EMAIL",
    "password": "MIDEA_PASSWORD",
    "interval": 30,
    "devices": [
            {
                "deviceId": "DeviceID",
                "supportedSwingMode": "Both",
                "fanOnlyMode": false,
                "OutdoorTemperature": false
            }
    ],
    "platform": "midea-air"
}

This plugin don't support OSK103 dongle.

Optional per-device Configuration Values

To set specific per-device values, you need to add deviceId that can find in:

  1. Homebridge console log.
  2. Home app in the devices object.

Temperature Display Units

This Plugin support Celsius & Fahrenheit (Default Temperature Unit is Celsius). Display Units can set in HomeKit device settings.

Supported Swing Mode

"None", "Vertical", "Horizontal", "Both". You have to select which type your device supports.

Rotation Speed and Swing

Rotation Speed and Swing mode can set in the HomeKit device settings. Rotation Speed values are: 0%: device off / 25%: Low / 50%: Middle / 75%: High / 100%: Auto

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.

Notes

This version of homebridge-midea-air is a platform 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.

Credits

This plugin is based on the project ttimpe/homebridge-midea and would not have been possible without the fundamentals that the ioBroker.midea plugin and all of the other Midea API clients in Ruby and Python provided.

Package Sidebar

Install

npm i @nef10/homebridge-midea-air

Weekly Downloads

2

Version

1.3.1

License

MIT

Unpacked Size

98.5 kB

Total Files

23

Last publish

Collaborators

  • nef10