Hi,
[update] Solved on my own- I indeed use the wrong container. Using “-it homeassistant
” worked fine.
I am struggling in getting the credentials in step 1 (BLID and password).
I checked the referenced link where it says to start the following command for Home Assistant Container.
docker exec -it CONTAINER_NAME_OR_ID python -c 'import roombapy.entry_points; roombapy.entry_points.password()' ROOMBA_IP
Unfortunately I am getting this back:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'roombapy'
I am pretty sure I used the correct container. I have installed my HA as HassIO image as a virtual machine.
To find the correct ID I logged in to the console (with “login”) and check the available containers (sorry, just as screendump picture). Should I have to use a different container?
Thanks for all your further ideas!
/KNEBB