Open lloydc99 opened 11 months ago
I got the same issue after the last upgrade of esphome. Let me know if you need more info.
Seems like it does also break the sending of commands to the unit.
Issue reproduced with both 2023.12.2 and 2023.12.3.
My unit continues to respond to commands. I will try to rollback to an earlier commit.
I rolled mitsubishiheatpump back to 2.4.0, which was my original working install, and I still had the problem. That points to this coming from my recent upgrade of ESPhome to 2023.11.6.
external_components:
- source:
type: git
url: https://github.com/geoffdavis/esphome-mitsubishiheatpump.git
ref: 2.4.0
It looks like this was reported back in July in the esphome issues.
It was definitely caused by the ESPhome update, not the mitsubishiheatpump package. For what its worth, while it spams the logs, my units are still responding to temperature update commands just fine.
Seems like it does also break the sending of commands to the unit.
DO you mean your device shows as "Unavailable?
I'd advise you to check your entities. For unknown reason I all of a sudden had a new set of entities with the suffix _2 while the original ones had become unavailable.
Deleting the unavailable entities, and renaming the new ones fixed that issue for me.
logger:
logs:
component: ERROR
Add to your yaml file. The problem continues but, is not visible
I have this issue. [16:15:59][W][component:214]: Component esphome.coroutine took a long time for an operation (2.13 s). [16:16:00][W][component:215]: Components should block for at most 20-30ms.
And in addition the command to the unit do not go through. For example setting the setpoint or turning off the unit. It seems it goes through, but the changed settings do not have any effect.
[16:19:00][D][MitsubishiHeatPump:409]: Setting remote temp: 22.5 [16:19:04][D][climate:011]: 'oh_esp32_ilp' - Setting [16:19:04][D][climate:040]: Target Temperature: 20.00 [16:19:04][D][MitsubishiHeatPump:241]: control - Was HeatPump updated? YES [16:19:04][D][climate:396]: 'oh_esp32_ilp' - Sending state: [16:19:05][D][climate:399]: Mode: HEAT [16:19:05][D][climate:401]: Action: IDLE [16:19:05][D][climate:404]: Fan Mode: MIDDLE [16:19:05][D][climate:416]: Swing Mode: OFF [16:19:06][D][climate:419]: Current Temperature: 22.50°C [16:19:06][D][climate:425]: Target Temperature: 20.00°C [16:19:07][W][component:214]: Component api took a long time for an operation (3.27 s). [16:19:07][W][component:215]: Components should block for at most 20-30ms. [16:19:10][W][component:214]: Component esphome.coroutine took a long time for an operation (2.13 s). [16:19:10][W][component:215]: Components should block for at most 20-30ms.
Reading the data from the unit seem to work just fine (current temperature, etc.)
Any idea how to fix/diagnose?
I just did an ESPHome update and now I've got a new warning popping up every 2-3 seconds. I'm running on a Wemos D1 Mini.
It seems to come up just fine.