@nickhudkins/homebridge-midea-air
v1.2.1
Published
Homebridge plugin for Midea AC units
Downloads
18
Maintainers
Readme
,
Homebridge-Midea-Air
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:
- Homebridge console log.
- 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 Midea iobroker plugin and all of the other Midea API clients in Ruby and Python provided.