ginkage / MHI-AC-Ctrl-ESPHome

ESPHome integration for MHI-AC-Ctrl project
MIT License
95 stars 35 forks source link

MHI-AC-Ctrl working MQTT communication with SRK 63 ZR, but MHI-AC-Ctrl-ESPHome does not show any communication #60

Closed the-master006 closed 5 months ago

the-master006 commented 1 year ago

I tried first to run my SRK 63 ZR with the D1 Wemos with MHI-AC-Ctrl-ESPHome, this does nothing besides connecting with Wifi. I flashed this via the python interface from ESPHome. Afterwards I tried to flash the D1 Wemos with the original MHI-AC-Ctrl project and then I can clearly see the MQTT communication working in the MQTT explorer.

What is going wrong? I saw somewhere in the files that it includes arduino.h, but I did not put that file in the directory, might that be the issue? Or anything else? See attached the MQTT communication from the MHI-AC-Ctrl program. Thanks!

image
RobertJansen1 commented 9 months ago

what is the content of your esphome yaml file? did you include: esphome: includes:

the-master006 commented 9 months ago

Ok, thanks for your answer. I will check!