Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in documentation #142

Open
VilterPD opened this issue Apr 10, 2024 · 7 comments
Open

Error in documentation #142

VilterPD opened this issue Apr 10, 2024 · 7 comments

Comments

@VilterPD
Copy link

Hi, awesome project.

I believe there’s a little error at the end of the documentation:

The docker-compose starts two services:

bumper itself
nginx proxy, which redirects MQTT traffic on port 443 to port 8883
The redirection is required as the app v2+ and robots with a newer firmware are connecting to the mqtt server on port 433.

shouldn’t it be port 443 at the end?

@Sam01101101
Copy link

I've got Bumper working with Home Assistant - and works well.

However, i'm not able to get the ios app working.

@VilterPD what's working for you?

@VilterPD
Copy link
Author

It's working, no problem. It just states 443 once and 433 the other time. It's a little hard to see

@Sam01101101
Copy link

Which app are you using? iOS or Andriod?

also, which install method did you use - direct install, docker?

@alexreddy78
Copy link

Same, I change in docker install version 443:8883, Bumper is ok, HAOS connected, but iOS Evovacs Home doesn’t work. Actually it is asking actual email and password and deboot shown offline. ca.crt was installed to iOS.

@Sam01101101
Copy link

, I change in docker install version 443:8883, Bumper is ok, HAOS connected, but iOS Evovacs Home doesn’t work. Actually it is asking actual email and password and deboot shown offline. ca.crt was installed to iOS.

Thanks for confirming, hopefully someone can help with a resolution.

@VilterPD
Copy link
Author

VilterPD commented Apr 25, 2024

Im quite sure many here are missing my point

There are two ports in mentioned in the documentation:

443 which is usually used for ssl/tls

And

433 which is usually used for NNTP, part of Network News Transfer Protocol

Does Bumper use Network News Transfer Protocol? Or is it a typo and should be 443 for ssl/tls?

@alexreddy78
Copy link

Im quite sure many here are missing my point

There are two ports in mentioned in the documentation:

443 which is usually used for ssl/tls

And

433 which is usually used for NNTP, part of Network News Transfer Protocol

Does Bumper use Network News Transfer Protocol? Or is it a typo and should be 443 for ssl/tls?

Bumper server is running on Docker as flw:
docker run -it -e "BUMPER_ANNOUNCE_IP=X.X.X.X" -p 443:8883 -p 8007:8007 -p 8883:8883 -p 5223:5223 -v /home/user/bumper/data:/bumper/data --name bumper bmartin5692/bumper

Home assistant successfully connected and I can use my Deebot 950, but IOS app is not working unfortunately. Deebot shows offline still. May be I need to change something is run data?

REGARDS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants