ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
572 stars 56 forks source link

No entities for dishwasher - API call failed with code=409 conflict #324

Closed imlovingithub closed 8 months ago

imlovingithub commented 8 months ago

Describe the bug

I'm not sure if this is a coincidence but the issue started following update to 1.0.2. Following a failed automation run I noticed all the dishwasher entities were showing as "This entity is no longer being provided by the home_connect_alt integration. If the entity is no longer in use, delete it in settings."

I tried uninstalling and reinstalling home_connect_alt but it didn't help. I have run debug on log mode 7 which is showing a 409 conflict error.

My HA is on OS 11.4 and core is on 2024.1.5

Version of the custom_component

1.0.2

Configuration

none

Debug log

attached home-assistant_home_connect_alt_2024-01-21T14-27-48.564Z.log

ivanvaccari commented 8 months ago

Same for me, but i've upgraded to 1.0.2 after the error, hoping it would solve it.

HA core 2023.11.0 on Docker

ekutner commented 8 months ago

This error indicates a connection problem between the appliance and the Home Connect cloud. These are the reasons HC list for it:

However, since it is happening to multiple people I suspect it is an issue with the HC cloud itself and they will fix it on their end. Either way, there is nothing I can do about it until it is fixed.

imlovingithub commented 8 months ago

Thanks @ekutner

I searched for home connect offline errors and found others had experienced similar issues in the past with the other Home Connect integration. A restart of the device solved it for some of them and I can confirm that I have just restarted the dishwasher, reloaded home_connect_alt and it has now picked up all the entities again.

My apologies, I should have tried restarting the dishwasher before raising this issue but it was still working through the Home Connect app so I had no reason to believe it was offline.

ekutner commented 8 months ago

Happy to hear it was solved. Note that the mobile app is connecting directly to the appliance and (usually) not through the cloud.

LucasHokerberg commented 8 months ago

HA couldn't connect to my appliance either, even though the mobile app could. A restart of the appliance solved the issue for me too. 😊