home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.75k stars 30k forks source link

IHC integration dosent work #117128

Open Allanrasmus opened 4 months ago

Allanrasmus commented 4 months ago

The problem

The integration suddently stopped working. I havent changed or updated anything.

The log is giving me this:

Logger: homeassistant.setup Source: setup.py:400 First occurred: 07:33:49 (1 occurrences) Last logged: 07:33:49

Setup of 'ihc' is taking longer than 300 seconds. Startup will proceed without waiting any longer

What version of Home Assistant Core has the issue?

2024.4.2

What was the last working version of Home Assistant Core?

2024.4.2

What type of installation are you running?

Home Assistant OS

Integration causing the issue

IHC Controller

Link to integration documentation on our website

https://www.home-assistant.io/integrations/ihc/

Diagnostics information

No response

Example YAML snippet

######### - IHC - #################

ihc:
  - url: 'http://192.168.50.30'
    username: admin
    password: - Deleted -
    info: true

Anything in the logs that might be useful for us?

Logger: homeassistant.setup
Source: setup.py:400
First occurred: 07:33:49 (1 occurrences)
Last logged: 07:33:49

Setup of 'ihc' is taking longer than 300 seconds. Startup will proceed without waiting any longer

Logger: homeassistant.setup
Source: setup.py:475
First occurred: 07:36:38 (5 occurrences)
Last logged: 07:36:38

Unable to prepare setup for platform 'ihc.binary_sensor': Unable to set up component.
Unable to prepare setup for platform 'ihc.light': Unable to set up component.
Unable to prepare setup for platform 'ihc.switch': Unable to set up component.

2024-05-09 07:28:59.023 WARNING (MainThread) [homeassistant.setup] Setup of ihc is taking over 10 seconds.
2024-05-09 07:29:37.751 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('ihc', None): 2323132.485754325}
2024-05-09 07:30:37.830 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('ihc', None): 2323132.485754325}
2024-05-09 07:31:37.890 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('ihc', None): 2323132.485754325}
2024-05-09 07:32:37.957 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('ihc', None): 2323132.485754325}

Additional information

No response

home-assistant[bot] commented 4 months ago

ihc documentation ihc source

issue-triage-workflows[bot] commented 1 month ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Allanrasmus commented 1 month ago

The integration stills dosent work. In my entitys list i get this information: "This entity is no longer being provided by the ihc integration. If the entity is no longer in use, delete it in settings."

image

What to do?