bmartin5692 / bumper

A standalone and self-hosted implementation of the central server used by Ecovacs vacuum robots.
GNU General Public License v3.0
301 stars 50 forks source link

Port 8883 already in use #136

Open Condorello opened 1 year ago

Condorello commented 1 year ago

Hi, i'm trying to install bumper with docker and i'm planning to make a home assistant addon later. But i'm stuck as the port 8883 is already opened for mqtt server launched by home assistant itself. It's possible to map bumper to another port or the deebot need 8883?

Scorpoon commented 6 months ago

I am not 100% sure but i think it has to be 8883 because robots code isn't changed, so the robot uses the ports which are defined by ecovacs. I am not very familiar with port forwarding but maybe you can forward the ports coming from the robot to the ports on your docker host which aren't conflicting with your existing containers?