absalom-muc / MHI-AC-Ctrl

Reads and writes data (e.g. power, mode, fan status etc.) from/to a Mitsubishi Heavy Industries (MHI) air conditioner (AC) via SPI controlled by MQTT
MIT License
270 stars 61 forks source link

Q: HVAC always shows "disconnected", is it possible to get additional debug logging? #142

Closed henrykuijpers closed 11 months ago

henrykuijpers commented 1 year ago

It could very well be that there was a mistake with soldering and/or a mistake with a component that was purchased.

When I click in the whole assembled unit, the esp boots up, it presents the wifi network, etc. Then, when i change the credentials, it is included in my router. When i configure the mqtt setup etc (it would be nice to add a little asterisk to the "friendly name" setting, it totally makes sense that I have to fill it in, but when i just started i just didn't get that, because it was all new to me), the entity would show up in Home Assistant. So far so good.

However, the status page would always say "HVAC (disconnected)" and i seem to be unable to improve that situation.

It would be very nice to be able to debug this somehow, i.e. by seeing any error messages, or any other indicators on where the problem could be.

Do you have any suggestions? Or does anyone have experience troubleshooting this?

I can upload a photo later today of the soldered setup and also list all the parts used etc. Maybe someone can spot a mistake in there.

henrykuijpers commented 1 year ago

Sorry, i forgot to mention this, the unit I'm trying the first is the SRK-50ZS-W.

glsf91 commented 1 year ago

Take a look with MQTT explorer if the MQTT topics where all there . I have not HA. Did you also this topic: #29 You can also debug by connecting an USB cable to the esp and monitor the serial port.

glsf91 commented 1 year ago

@henrykuijpers Is this solved and can this be closed?

henrykuijpers commented 1 year ago

I'm sorry, i didn't do any debugging anymore. I didn't get it to work with Mitsubishi2mqtt, i did put the ESPHome version on it and then everything started working. So there is a difference somewhere.

I have 3 other ones i still need to do. Then i can test a little bit more maybe?

glsf91 commented 1 year ago

No problem

SmOeL-swdev commented 1 year ago

Hi Henry, you are right about the issue you describe that the unit does not update in HA. It requires some adjustments in the MHI-AC-Ctrl firmware to update this. I am figuring this out and hope to solve this asap (I've forked this repo and made a 'special HA repo' for this implementation. For now there is a small work-around: When you use MQTT Explorere you can send 'reset' at the following topic ConfigNAme/set/reset You need to cahnge ConfigNAme to your MHI-AC-CTRL name

glsf91 commented 11 months ago

Closed because of no activity for a time