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.
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"
}
To set specific per-device values, you need to add deviceId that can find in:
- Homebridge console log.
- Home app in the devices object.
This Plugin support Celsius & Fahrenheit (Default Temperature Unit is Celsius). Display Units can set in HomeKit device settings.
"None", "Vertical", "Horizontal", "Both". You have to select which type your device supports.
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
This allows you to enable a Fan mode service.
This allows you to enable Outdoor Temperature service, if the AC support.
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.
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.