Insteon IP_PORT Question:

I get the error below and for good reason. I am not using port 25105, I am using 25110 and have configured it that way. So, it seems to not be recognizing ip_port: 25110 in the config file; which is pretty basic. I have used the insteon_terminal app and am able to connect to my hub using port 25110. So I know that works.

Is this a known issue or am I missing something. I am a newbie at this. Thanks.

# Hub 2245 configuration variables
insteon: 
 host: 192.168.1.65
  ip_port: 25110
  username: xxx
  password: xxx
  hub_version: 2

Logger: pyinsteon.protocol.http_reader_writer
Source: /usr/local/lib/python3.8/site-packages/pyinsteon/protocol/http_reader_writer.py:58
First occurred: 12:48:37 PM (1 occurrences)
Last logged: 12:48:37 PM

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

Is that a copy/paste error or do you have only one “space” before host instead of two?

Bad copy and paste. There is two spaces.

I had connection errors as well after upgrading Home Assistant. What it looks like is that ip_port: has been renamed to port: Renaming that in my configuration.yaml solved the issue for me

Thanks. I will give that a try

Insteon is now configurable using Integrations as of 0.115 which should make this issue go away.

Hi,

Thank you. I came across that after a re-install from a corrupt SD card.