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.07k stars 29.73k forks source link

Can't update Insteon Hub IP in 2024.5.X #117045

Closed RoboWarriorGitHub closed 3 weeks ago

RoboWarriorGitHub commented 4 months ago

The problem

Using core 2024.5.X I'm unable to update the IP address for my Insteon hub. When entering the new IP the response keeps saying it can't communicate with the hub. I restored an earlier version 2024.4.X and it works fine.

What version of Home Assistant Core has the issue?

2024.5.X

What was the last working version of Home Assistant Core?

2024.4.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Insteon

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.components.insteon
Source: components/insteon/__init__.py:91
integration: Insteon (documentation, issues)
First occurred: May 6, 2024 at 4:04:19 PM (4 occurrences)
Last logged: May 6, 2024 at 4:05:29 PM

Could not connect to Insteon modem
Logger: pyinsteon.protocol.http_reader_writer
Source: components/insteon/__init__.py:89
First occurred: May 6, 2024 at 4:04:19 PM (4 occurrences)
Last logged: May 6, 2024 at 4:05:29 PM

An client error occurred: Cannot connect to host 10.141.0.27:25105 ssl:default [Connect call failed ('10.141.0.27', 25105)]

Logger: homeassistant
Source: config_entries.py:1694
First occurred: May 6, 2024 at 4:04:47 PM (1 occurrences)
Last logged: May 6, 2024 at 4:04:47 PM

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1722, in async_reload
    unload_result = await self.async_unload(entry_id)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1694, in async_unload
    raise OperationNotAllowed(
homeassistant.config_entries.OperationNotAllowed: The config entry Bedroom TV (androidtv_remote) with entry_id af0cdc6f207efeabc2eb94e0dc231619 cannot be unloaded because it is not in a recoverable state (ConfigEntryState.SETUP_IN_PROGRESS)

Additional information

No response

home-assistant[bot] commented 4 months ago

insteon_hub documentation insteon_hub source

RoboWarriorGitHub commented 4 months ago

Yes, I understand how to change the IP but, it doesn't work.

markwr1254 commented 4 months ago

I had the same problem with 2024.5.3. I was moving all of my IoT devices to a separate VLAN, which involved changing the IP addresses. I used the command line command "core update --version 2024.4.4" to revert to the 2024.4.4 version at which point I was able to set the new IP address. Once the address was set I was able to reinstall the 2024.5.3 update and everything continued to work.

RoboWarriorGitHub commented 3 months ago

I had the same problem with 2024.5.3. I was moving all of my IoT devices to a separate VLAN, which involved changing the IP addresses. I used the command line command "core update --version 2024.4.4" to revert to the 2024.4.4 version at which point I was able to set the new IP address. Once the address was set I was able to reinstall the 2024.5.3 update and everything continued to work.

Thank you sir. Yes that's what I did also, just used the GUI to revert, fix the IP and then upgrade again. I was looking for a way to let them know about the bug. Thanks for confirming the issue for me!

issue-triage-workflows[bot] commented 4 weeks 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.