I’ve been using an INSTEON hub to control my light fixtures (12 total) and home assistant is always super slow to update status while throwing a bunch of warnings on the home assistant log. a while ago, I found a sale price on an INSTEON plm 2413S so I bought it in order to try to switch from the hub. In Windows, I was able to add all my devices to the plm database and control devices from that application, but I can’t get anything working with it in Linux. I’ve tried the insteon_plm component in home assistant, insteon-terminal, and insteonplm-monitor and none of them have been able to control my plm. I was hoping someone here could point me in the right direction to get this working. Most of the questions and answers seem to revolve around the USB version and don’t work for me.
TIA!
Edit: I guess I should provide the error I am getting in home assistant
Tue Dec 26 2017 21:34:22 GMT-0800 (PST)
Error while setting up platform insteon_plm
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity_component.py", line 171, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
File "/usr/local/lib/python3.6/asyncio/futures.py", line 245, in result
raise self._exception
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step
result = coro.send(None)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 210, in coro
res = func(*args, **kw)
File "/usr/src/app/homeassistant/components/light/insteon_plm.py", line 28, in async_setup_platform
for device in discovery_info:
TypeError: 'NoneType' object is not iterable