Skip to content

unregist/mhi-ac-ctrl-esp32-c3

 
 

Repository files navigation

mhi-ac-ctrl-esp32-c3

Control MHI Airconditioning locally with ESPHome!

This code is inspired by @absalom-muc's MHI-AC-Ctrl, @mriksman's esp32 homekit implementation and @ginkage's MHI-AC-Ctrl-ESPHome. Compared to the popular implementation of @absalom-muc and @ginkage, this repository uses the hardware SPI peripheral instead of a software based implementation. That improves reliability and frees up CPU resources for other tasks.

Hardware

Officialy supported (tested by @hberntsen):

  • ESP-C3-32S(4M)-KIT. Requires an additional PCB for the AC interface. See the kicad folder folder for the PCB design (manufactured via Aisler).
  • 2022 models of these indoor AC units:
    • SRK50ZS-W
    • SRK25ZS-W

Community supported:

Getting started

This project is used in ESPHome as external component. The ESPHome documentation will help you getting started with ESPHome. You can base off your configuration from the example.yaml included in this repository.

In general, the latest version of ESPHome should work. See the build workflow for the latest version of ESPHome that was tested.

About

Control MHI Airconditioning locally using your own ESP32-C3!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 80.0%
  • Python 20.0%