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

[Deebot950 ]No connection after update bot to 1.8.2 #103

Open
schwatter opened this issue Sep 19, 2020 · 8 comments
Open

[Deebot950 ]No connection after update bot to 1.8.2 #103

schwatter opened this issue Sep 19, 2020 · 8 comments

Comments

@schwatter
Copy link

I have no more access to the bot after i updated to the lastest fwVer, 1.8.2.
When i sniff the traffic from app, it looks like they shutdown mqttport 8883.
I only see mqttport 1883.
So then i changed the port in bumper init.py to 1883 without luck.

Infos about server i found out.

puplic.itls.eu-central-1.aliyuncs.com / 47.61.64.194:1883
securemode=2, signmethod=hmacsha1,ext=1

@schwatter
Copy link
Author

I must revoke my findings. The port 1883 ist only visible by sniffing the app. So a port scan on the robot just show port 8888.

@mspinolo
Copy link

Hi schwatter,

can you confirm Deebot950 with 1.8.2 firmware doesn't work with bumper?

@golovan
Copy link

golovan commented Feb 14, 2021

Yep, I have issues connecting it as well.

@edenhaus
Copy link
Contributor

edenhaus commented Apr 2, 2021

I have the same problem and found out, that my 950 is connecting to the URL mq-ww.ecouser.net on port 443. Bumper is listening for MQTT on port 8883.

As workaround I redirected the traffic from the bot to 8883 (MQTT port) with my firewall and everything is working again.

@schwatter
Copy link
Author

schwatter commented Apr 2, 2021

Are you sure that bumper is listening on 8886? When i open init.py i found in the past

mqtt_listen_port = 8883
conf1_listen_port = 443
conf2_listen_port = 8007
xmpp_listen_port = 5223

Can you please test it with change the port in init.py

@edenhaus
Copy link
Contributor

edenhaus commented Apr 2, 2021

Are you sure that bumper is listening on 8886? When i open init.py i found in the past

mqtt_listen_port = 8883
conf1_listen_port = 443
conf2_listen_port = 8007
xmpp_listen_port = 5223

Can you please test it with change the port in init.py

Sorry I meant 8883

@schwatter
Copy link
Author

Thx :)

running again when edit the init.py to new port.

mqtt_listen_port = 443
conf1_listen_port = 443
conf2_listen_port = 8007
xmpp_listen_port = 5223

@edenhaus
Copy link
Contributor

Thx :)

running again when edit the init.py to new port.

mqtt_listen_port = 443
conf1_listen_port = 443
conf2_listen_port = 8007
xmpp_listen_port = 5223

Only for completeness, you can't run two services on the same port. You probably will require a reverse proxy. See an example in PR #116

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

4 participants