You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new device within ESPHome builder and combine the yaml with one of the examples from the example directory, give your unit a name, configure OTA passwords and hotspot and add an api key and install!
7
+
8
+
external_sensor.yaml contains the basics to configure the room temperature using an external temperature sensor connected to Home Assistant.
9
+
full.yaml contains all (20+!) of the metrics that are possibly in the unit and returns them.
10
+
simple-energy-management.yaml contains the basics to get started with energy measuring (assuming a voltage of 230v to convert A to Wh)
11
+
simple.yaml basic yaml to get started, contains climate and fan direction control
12
+
4
13
# MHI-AC-Ctrl-ESPHome
5
14
This project is a simple integration of the amazing work [absalom-muc](https://github.com/absalom-muc) has done with his project [MHI-AC-Ctrl](https://github.com/absalom-muc/MHI-AC-Ctrl).\
6
15
It's supposed to simplify the [Home Assistant](https://www.home-assistant.io/) setup, while giving you OTA and auto-discovery with virtually zero effort and no MQTT needed, powered by [ESPHome](https://esphome.io/).\
7
16
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.\
8
-
Create a new device within ESPHome and combine the yaml with example.yaml, rename example_ac and example-ac and install!
9
17
10
18
# Fan Modes Up/Down Left/Right
11
19
Most newer MHI units (the ones supporting the WF-RAC WiFi module) support fine grained vane control for Left/Right and Up/Down.
@@ -32,7 +40,7 @@ Has now 5 different fan modes but I'm not sure if the auto mode works proper, ke
32
40
33
41
**v4.0** (2025-04)
34
42
- Compatibility with ESPHOME 2025.2+
35
-
- Breaking change: the implementation is ported to the native ESPHome codeden
43
+
- Breaking change: the implementation is ported to the native ESPHome codegen
36
44
- The configuration file is significantly simplified
0 commit comments