Wondering if someone can help me out with this. I’m having problems with my Insteon integration failing after a few hours. Usually fixes upon HA restart.
Of note, I was initially using a Raspberry Pi 3 but restored snapshot to a VirtualBox on an iMac. Since I have 91 entities (and will be adding more), I would really like to keep my existing config. That said, an unreliable system is useless so if that’s the problem, I certainly would start over.
Core version: core-2021.4.4
Supervisor: supervisor-2021.04.0
Operating System: Home Assistant OS 5.13
Recorder: MariaDB
Here are some of the errors on from the log:
2021-04-18 04:12:39 ERROR (MainThread) [pyinsteon.protocol.http_reader_writer] An client error occurred: Cannot connect to host 192.168.1.120:25105 ssl:default [Connect call failed ('192.168.1.120', 25105)]
2021-04-18 04:12:39 ERROR (MainThread) [homeassistant.components.insteon] Could not connect to Insteon modem
2021-04-18 04:14:06 ERROR (MainThread) [pyinsteon.utils] An issue occured distributing the following message
2021-04-18 04:14:06 ERROR (MainThread) [pyinsteon.utils] MSG: 0250546d41000001c71101
2021-04-18 04:14:06 ERROR (MainThread) [pyinsteon.utils] Topic: 546d41.1.on.all_link_broadcast data: {'cmd1': 17, 'cmd2': 1, 'target': 000001, 'user_data': None, 'hops_left': 1}
2021-04-18 04:14:06 ERROR (MainThread) [pyinsteon.utils] Error: 'NoneType' object has no attribute 'aldb'
2021-04-18 04:14:06 ERROR (MainThread) [pyinsteon.utils] Subscriber: OnLevelInbound.handle_command
2021-04-18 04:14:07 ERROR (MainThread) [pyinsteon.utils] An issue occured distributing the following message
2021-04-18 04:14:07 ERROR (MainThread) [pyinsteon.utils] MSG: 0250546d41000001c71101
2021-04-18 04:14:07 ERROR (MainThread) [pyinsteon.utils] Topic: 546d41.1.on.all_link_broadcast data: {'cmd1': 17, 'cmd2': 1, 'target': 000001, 'user_data': None, 'hops_left': 1}
2021-04-18 04:14:07 ERROR (MainThread) [pyinsteon.utils] Error: 'NoneType' object has no attribute 'aldb'
2021-04-18 04:14:07 ERROR (MainThread) [pyinsteon.utils] Subscriber: OnLevelInbound.handle_command
I am using an Insteon 2245-222. Even when I get these errors, I am able to use the Insteon app and switches without problems.
Would using an ISY994i with Insteon PLM be a more reliable integration?
I read this:
- Insteon Hub stops responding to HA after some time but it’s older with different error messages.
- Insteon IP_PORT Question: which has the same problems but was supposed to be fixed with the official Insteon integration?
I appreciate any help!
.
.
.
.
.
.
More info on the above errors:
Logger: pyinsteon.protocol.http_reader_writer
Source: /usr/local/lib/python3.8/site-packages/pyinsteon/protocol/http_reader_writer.py:58
First occurred: April 17, 2021, 7:57:38 PM (144 occurrences)
Last logged: 4:12:39 AM
An client error occurred: Cannot connect to host 192.168.1.120:25105 ssl:default [Connect call failed ('192.168.1.120', 25105)]
Logger: homeassistant.components.insteon
Source: components/insteon/__init__.py:96
Integration: Insteon (documentation, issues)
First occurred: April 17, 2021, 7:57:38 PM (144 occurrences)
Last logged: 4:12:39 AM
Could not connect to Insteon modem
Logger: pyinsteon.utils
Source: /usr/local/lib/python3.8/site-packages/pyinsteon/utils.py:245
First occurred: 4:14:06 AM (2 occurrences)
Last logged: 4:14:07 AM
An issue occured distributing the following message
Logger: pyinsteon.utils
Source: /usr/local/lib/python3.8/site-packages/pyinsteon/utils.py:246
First occurred: 4:14:06 AM (2 occurrences)
Last logged: 4:14:07 AM
MSG: 0250546d41000001c71101
Logger: pyinsteon.utils
Source: /usr/local/lib/python3.8/site-packages/pyinsteon/utils.py:247
First occurred: 4:14:06 AM (2 occurrences)
Last logged: 4:14:07 AM
Topic: 546d41.1.on.all_link_broadcast data: {'cmd1': 17, 'cmd2': 1, 'target': 000001, 'user_data': None, 'hops_left': 1}
Logger: pyinsteon.utils
Source: /usr/local/lib/python3.8/site-packages/pyinsteon/utils.py:248
First occurred: 4:14:06 AM (2 occurrences)
Last logged: 4:14:07 AM
Error: 'NoneType' object has no attribute 'aldb'
Logger: pyinsteon.utils
Source: /usr/local/lib/python3.8/site-packages/pyinsteon/utils.py:255
First occurred: 4:14:06 AM (2 occurrences)
Last logged: 4:14:07 AM
Subscriber: OnLevelInbound.handle_command