core: Insteon - Unable to Reach Modem

The problem

Error Message: Retrying setup: Modem did not respond connection request

What is version of Home Assistant Core has the issue?

core-2021.6.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

insteon

Link to integration documentation on our website

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

Example YAML snippet

insteon:
  host: 192.168.5.231
  ip_port: !secret insteon_port
  username: !secret insteon_username
  password: !secret insteon_password
  hub_version: 2

Anything in the logs that might be useful for us?

2021-06-14 13:15:43 ERROR (MainThread) [pyinsteon.protocol.http_reader_writer] An client error occurred: Cannot connect to host 192.168.5.231:25105 ssl:default [Connect call failed ('192.168.5.231', 25105)]
2021-06-14 13:15:43 ERROR (MainThread) [homeassistant.components.insteon] Could not connect to Insteon modem

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 29

Most upvoted comments

@teharris1 it looks like a python compatibility issue. 2021.7.0 bumped python to 3.9. Can you bump pyinsteon to 1.0.11?

I use docker, here its located: ‘/usr/src/homeassistant/homeassistant/components/insteon/manifest.json’

‘pip install --upgrade pyinsteon==1.0.12’

Then restart home assistant core. That should work in all 2021.7.* releases.

If you need to run 2021.7.* you can edit /usr/src/homeassistant/homeassistant/components/insteon/manifest.json Bump pyinsteon to 1.0.11 pip install --upgrade pyinsteon Then edit /usr/local/lib/python3.9/site-packages/pyinsteon/protocol/http_transport.py with these changes. restart home assistant core