Hassio, Docker and Roomba

Hi guys,

I’m switching from RPI to a NUC (ubuntu server + docker) and i’m getting my first issue.
I’m trying to connect my roomba to HASSIO, but something went wrong.
I’ve copied to NUC the RPI config for roomba:

vacuum:
  platform: roomba
  host: <IP ADDRESS>
  username: <USER>
  password: <PSW>

I’m getting following error:

2019-02-06 01:07:45 INFO (SyncWorker_0) [roomba.roomba.Roomba] Connecting
2019-02-06 01:07:45 ERROR (SyncWorker_0) [roomba.roomba.Roomba] Error: [Errno 111] Connection refused
2019-02-06 01:07:45 ERROR (SyncWorker_0) [roomba.roomba.Roomba] Attempting new Connection# 3
2019-02-06 01:07:46 INFO (SyncWorker_0) [roomba.roomba.Roomba] Connecting
2019-02-06 01:07:46 ERROR (SyncWorker_0) [roomba.roomba.Roomba] Error: [Errno 111] Connection refused
2019-02-06 01:07:46 ERROR (SyncWorker_0) [roomba.roomba.Roomba] Unable to connect

I tried to exec the container and, there, try to ping the IP of the Roomba, and it works.

Any suggestion?

Any luck on resolving your issue? I have similar issues where I started on hass.io image on RP and am getting below in my error log. (and I know my username and pw are correct)

Getting the below errors in dev-info log:

2019-05-08 01:09:52 ERROR (Thread-2) [roomba.roomba.Roomba] Roomba Connected with result code 5
2019-05-08 01:09:52 ERROR (Thread-2) [roomba.roomba.Roomba] Please make sure your blid and password are correct

Don’t know if the Roomba integration needs updating or if it is a docker image thing or perhaps wireless. Don’t know what I don’t know. I have a thread going on my issue as well. iRobot Roomba 980 integration not working