HomeAssistant component for mitsubishi air conditioner (MelView)
- Clone this repo to <config_dir>/custom_components/melview/
Edit configuration.yaml and add below lines:
climate:
- platform: melview
email: [email protected]
password: MY_PASSWORD
local: yes
logger:
default: warn
logs:
custom_components.melview.climate: debug
custon_components.melview.melview: debug
There is initial support for zones and dynamic fan speeds in https://github.com/zacharyrs/ha-melview/tree/dev.
If you require those features, please test them out on that branch!
This project is licensed under the WTF License