Insteon PLM Connection Failed

Hi Group

I have an issue getting Insteon up and running in Home Assistant.

Installed an image for Home Assistant on a Raspberry Pi 4 Model B 64 bit.

I have a 2413U USB PLM. After connecting the PLM the dmesg gives me:

usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0

My configuration.yaml has:

PLM configuration variables

insteon:
port: ttyUSB0

When I restart the Pi, Home Assistant gets stuck on:

WARNING (MainThread) [insteonplm] Connection failed, retry in 11 seconds: ttyUSB0
etc.

I’ve followed the instructions in the Documentation without success.

Any advice or suggestions on how to get this working?

Thanks!

Garry

Garry, I know you got this fixed but I figured I would post this in case others need help in the future: The docker command to start HA needs to receive the --device parameter similar to the following:

docker run -d \
  --name homeassistant \
  -v /my_config_dir:/config \
  --device=/dev/ttyUSB0
  homeassistant/home-assistant

Since you are manually starting Docker i assume this does not work on VM with OS 9.0 and core 2022.9.6