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?