Insteon_plm support for 2413S plm device?

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

@dakoellis I assume based on our previous exchange on GitHub that this issue is close, correct?

Yep. Completely forgot about this. Thanks again for the help!

I know this thread is over 3 years old, but since you have a 2413S working with HA, and, from the errors, it looks like you’re running HA on a Linux based system, or maybe a Raspberry Pi, how do you have the 2413S connected to your system?

Honestly I have no recollection of this issue but now I’m using insteon-mqtt in docker to connect it to my mqtt server

So you’re connecting to your Insteon devices through mqtt? How’s that work?

Someone made a project called insteon-mqtt. Works perfectly

I did get the Insteon integration to work out. I’m convinced the 2884A7 has a weak RF signal. I’m using a 2413S, plugged into the wall, and not hooked up, as a relay. Without that, my Insteon devices aren’t working. I’m considering sending the 2884A7 back and just using my 2413S, with my homemade cable, instead. If I need another Insteon setup in my barn, I’m not going to trust my 2884A7. I’ll spend the extra and get a 2413U and just plug it into the USB port.