Bill-Dung / MHI-AC-Ctrl-ESPHome

ESPHome integration for MHI-AC-Ctrl project 4x Fans and Auto Mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MHI-AC-Ctrl-ESPHome

This project is a simple integration of the amazing work absalom-muc has done with his project MHI-AC-Ctrl.
It's supposed to simplify the Home Assistant setup, while giving you OTA and auto-discovery with virtually zero effort and no MQTT needed, powered by ESPHome.
MHI-AC-Ctrl-core.* files were forked directly, with no modification, whereas your WiFi credentials should go into the *.yaml file, and mhi_ac_ctrl.h is the core of the integration.
Just put all these files in your ESPHome folder, flash once, and you're good to go!

Fan Auto Mode with 4 fan speeds

Added the solution for the auto mode from: ginkage#22 (comment): CLIMATE_FAN_DIFFUSE in fan speed and status sections and reshuffle the numbers and add CLIMATE_FAN_DIFFUSE to the traits.set_supported_fan_modes

Has now 5 different fan modes but I'm not sure if the auto mode works proper, keep testing.

License

This project is licensed under the MIT License - see the LICENSE file for details.
(TL;DR: Do whatever you want with the code, no warranty given, give credit where it's due.)

About

ESPHome integration for MHI-AC-Ctrl project 4x Fans and Auto Mode

License:MIT License


Languages

Language:C++ 100.0%