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
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Create a new device within ESPHome builder and combine the yaml with one of the
13
13
# MHI-AC-Ctrl-ESPHome
14
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).\
15
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/).\
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.
16
+
`MHI-AC-Ctrl-core.*` files were forked directly, with a small modification to allow for pin setting in yaml, whereas your WiFi credentials should go into the `*.yaml` file, and `mhi_ac_ctrl.h` is the core of the integration.
17
17
18
18
# Fan Modes Up/Down Left/Right
19
19
Most newer MHI units (the ones supporting the WF-RAC WiFi module) support fine grained vane control for Left/Right and Up/Down.
@@ -52,13 +52,18 @@ This will allow for lower temperature heating or cooling.
52
52
# Changelog:
53
53
54
54
55
+
**v4.2** (2025-07)
56
+
- Allow configuration of pins through yaml
57
+
- Update calculation of Indoor Heat exchanger temperature 2 (capillary)
58
+
- Don't spam unit with unchanged room_temp
59
+
- **Deprecating set set_vertical_vanes and set_horizontal_vanes, will be removed in v4.3 use select functions for fan control**
55
60
56
61
**v4.1** (2025-07)
57
62
- Changed climate.CLIMATE_SCHEMA to fix deprecation warning in 2025.5.0 and higher https://github.com/ginkage/MHI-AC-Ctrl-ESPHome/issues/151
58
63
- Make 0.5 degrees setpoint actually work https://github.com/ginkage/MHI-AC-Ctrl-ESPHome/issues/88
0 commit comments