Error in documentation #142

Open
opened 2024-04-10 19:49:38 +02:00 by VilterPD · 7 comments
VilterPD commented 2024-04-10 19:49:38 +02:00 (Migrated from github.com)

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?

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 commented 2024-04-11 07:36:22 +02:00 (Migrated from github.com)

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?

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 commented 2024-04-12 14:11:39 +02:00 (Migrated from github.com)

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

It's working, no problem. It just states 443 once and 433 the other time. It's a little hard to see
Sam01101101 commented 2024-04-12 15:19:08 +02:00 (Migrated from github.com)

Which app are you using? iOS or Andriod?

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

Which app are you using? iOS or Andriod? also, which install method did you use - direct install, docker?
alexreddy78 commented 2024-04-24 20:38:53 +02:00 (Migrated from github.com)

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.

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 commented 2024-04-25 04:24:23 +02:00 (Migrated from github.com)

, 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.

> , 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 commented 2024-04-25 07:07:01 +02:00 (Migrated from github.com)

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?

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 commented 2024-04-25 07:17:57 +02:00 (Migrated from github.com)

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

> 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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mia/bumper#142
No description provided.