geoffdavis / esphome-mitsubishiheatpump

ESPHome Climate Component for Mitsubishi Heatpumps using direct serial connection
BSD 2-Clause "Simplified" License
560 stars 153 forks source link

Component esphome.coroutine is marked FAILED #151

Open GermanCaruncho opened 3 months ago

GermanCaruncho commented 3 months ago

A reference message appears in the log and it does not work. In HA it appears perfectly and there is communication, but the AC split doesn't even flinch. The micro is 8266 and the air is MSZ-DM35VA Thanks.

syrisara commented 3 months ago

Same is happening to me with a Wemos D1 v1. ESPHOME version 2024.5.5 Exact error, [E][component:082]: Component esphome.coroutine is marked Failed. Same airco.

bmwilson1978 commented 3 months ago

I also have the same issue, appears to have started this week sometime, but only for one of my units.

image

bmwilson1978 commented 3 months ago

I also have the same issue, appears to have started this week sometime, but only for one of my units.

image

^^ Just on this, I noticed that one of my HP units was connected to a different SSID to the other which was reporting the issue, changed it to the SSID the other HP unit is using (working fine), and it's not reporting that issue anymore. This might help @syrisara & @GermanCaruncho ?

syrisara commented 3 months ago

I also have the same issue, appears to have started this week sometime, but only for one of my units. image

^^ Just on this, I noticed that one of my HP units was connected to a different SSID to the other which was reporting the issue, changed it to the SSID the other HP unit is using (working fine), and it's not reporting that issue anymore. This might help @syrisara & @GermanCaruncho ?

Don't no, switched to

https://github.com/echavet/MitsubishiCN105ESPHome

This is working even better for me.

But thank you for your suggestion!

syrisara commented 3 months ago

A reference message appears in the log and it does not work. In HA it appears perfectly and there is communication, but the AC split doesn't even flinch. The micro is 8266 and the air is MSZ-DM35VA Thanks.

You could try https://github.com/echavet/MitsubishiCN105ESPHome

Working for me.

Brandy-AU commented 3 months ago

Same issue here, removing the external component referencing this repo stops the error.

What's changed?

wBrhy2 commented 3 months ago

Humm I was about to open a ticket but I'm wondering if this is related. My HVAC has been going into an error mode E5 once or twice per day for a few weeks now. Removing my esp32 from the port physically prevents it from happening. Is this the same?

sanjay900 commented 3 months ago

I also have the same issue, appears to have started this week sometime, but only for one of my units. image

^^ Just on this, I noticed that one of my HP units was connected to a different SSID to the other which was reporting the issue, changed it to the SSID the other HP unit is using (working fine), and it's not reporting that issue anymore. This might help @syrisara & @GermanCaruncho ?

Don't no, switched to

https://github.com/echavet/MitsubishiCN105ESPHome

This is working even better for me.

But thank you for your suggestion!

Thanks for pointing this out, it just immediately fixed all my problems!

Marki-Home commented 1 month ago

[E][component:082]: Component esphome.coroutine is marked FAILED

Is there a solution? How? Thanks

opnordahl commented 1 week ago

This solved the issue for me: add "baud_rate: 0" under logger:

# Enable logging
logger:
   logs:
      component: ERROR
   baud_rate: 0