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

Open
opened 2020-09-19 14:56:34 +02:00 by schwatter · 8 comments
schwatter commented 2020-09-19 14:56:34 +02:00 (Migrated from github.com)

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

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 commented 2020-10-23 14:35:50 +02:00 (Migrated from github.com)

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.

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 commented 2020-12-28 10:01:04 +01:00 (Migrated from github.com)

Hi schwatter,

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

Hi schwatter, can you confirm Deebot950 with 1.8.2 firmware doesn't work with bumper?
golovan commented 2021-02-14 23:23:39 +01:00 (Migrated from github.com)

Yep, I have issues connecting it as well.

Yep, I have issues connecting it as well.
edenhaus commented 2021-04-02 20:31:24 +02:00 (Migrated from github.com)

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.

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 commented 2021-04-02 22:06:44 +02:00 (Migrated from github.com)

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

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 commented 2021-04-02 22:50:33 +02:00 (Migrated from github.com)

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

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

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
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 commented 2021-04-16 16:23:26 +02:00 (Migrated from github.com)

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

> 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 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#103
No description provided.