Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration stuck at initializing and then error since I restarted my server. #279

Open
clowncracker opened this issue Jul 30, 2024 · 10 comments

Comments

@clowncracker
Copy link

clowncracker commented Jul 30, 2024

Ever since I restarted my server today, I've run into the following issue:

Source: config_entries.py:586
First occurred: 4:35:06 PM (20 occurrences)
Last logged: 4:35:26 PM

Error setting up entry xxx for climate
Error setting up entry  xxx for light
Error setting up entry  xxx for button
Error setting up entry  xxx for number
Error setting up entry  xxxor humidifier
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 586, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 231, in async_setup_entry
    return await component.async_setup_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 184, in async_setup_entry
    raise ValueError(
ValueError: Config entry  xxx ( xxx) for ge_home.binary_sensor has already been setup!

I followed the steps here: #183

I can no longer enter my credentials. I get a Failed to connect message as soon as I enter them.

image

@clowncracker clowncracker changed the title Unable to start since I restarted my server Integration stuck at initializing and then error since I restarted my server. Jul 30, 2024
@leferm1
Copy link

leferm1 commented Jul 31, 2024

Chiming in to say that I’m experiencing a similar issue, and my SmartHQ app can’t connect to the server (which is likely causing the HA integration issue)
IMG_6923

@smoreland4
Copy link

I found this in logs. Looks like the code needs to be updated. Anyone able to do so??

Detected that custom integration 'ge_home' calls async_forward_entry_setup for integration, ge_home with title: EMAIL@EMAIL and entry_id: UIDUIDUIDUID, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/ge_home/update_coordinator.py, line 180: self.hass.async_create_task(, please report it to the author of the 'ge_home' custom integration

@smoreland4
Copy link

Looks like replacing async_forward_entry_setup with async_forward_entry_setups in the relevant part of the code would resolve it

@theoneandonlyewok
Copy link

Getting the same issue here, on both HA and the SmartHQ app.

@admiralroflknife
Copy link

Also having the same issue

@kyleb822
Copy link

Add me to the list, same issue

@ChrisP5602
Copy link

I also am experiencing issues since this morning

@tfberg
Copy link

tfberg commented Jul 31, 2024

Since the SmartHQ app is also experiencing the same my guess is that the issue is on the RESTful endpoint side and not with the integration. Just my two cents.

@clowncracker
Copy link
Author

I'm not having issues with the app, but I am having issues getting it working in Home Assistant.

@knobunc
Copy link

knobunc commented Jul 31, 2024

I just reloaded and it works for me now. I assume it was an error on their end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants