jeremywillans / ha-rest980-roomba

HA iRobot Roomba Configuration using rest980
MIT License
206 stars 43 forks source link

Connection refused when adding integration. #51

Closed ecreighton closed 1 year ago

ecreighton commented 1 year ago

Hi. I'm installing to a arm64 HAOS environment. I used the HA Addon. While I am able to see data in the rest api at http://homeassistant.local:3000/api/local/info/state when I use the HA UI to add the integration I get connection refused. When I send a clean command through the iRobot app I can see the changes in lastcommand via the API, so I figure I am connected in some respects. TBF, I'm new at a lot of this. Last time I did this sort of stuff was on RH and Suse about 20 years ago. Any hints on what I should look for/at?

Logger: roombapy.remote_client Source: /usr/local/lib/python3.10/site-packages/roombapy/remote_client.py:58 First occurred: 11:12:41 AM (3 occurrences) Last logged: 11:12:41 AM

Can't connect to 10.0.0.175, error: [Errno 111] Connection refused

and

Logger: roombapy.remote_client Source: /usr/local/lib/python3.10/site-packages/roombapy/remote_client.py:63 First occurred: 11:12:41 AM (1 occurrences) Last logged: 11:12:41 AM

Unable to connect to 10.0.0.175

ecreighton commented 1 year ago

OK, so found my config error. Was confused by the stock HA Roomba integration still showing. Got the vac and camera to load their respective integrations, so on to the next issue...