bmartin5692 / bumper

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

Ozmo 950 Not Working..how to debug? #49

Closed uchagani closed 5 years ago

uchagani commented 5 years ago

Describe the bug My new Ozmo 950 is not working with Bumper. I've configured the DNS (verified by pinging addresses) and am running bumper on my server. I see no connection messages in the logs and when running the app on my iPhone I get the error Data submission error. Please try again (207, -1004) error. The first 3 digit error code (207) keeps changing.

Bumper logs:

[2019-09-09 15:17:42,838] :: INFO :: bumper :: Starting Bumper
[2019-09-09 15:17:42,839] :: INFO :: mqttserver :: Starting MQTT Server at 127.0.1.1:8883
[2019-09-09 15:17:42,890] :: INFO :: xmppserver :: Starting XMPP Server at 127.0.1.1:5223
[2019-09-09 15:17:43,990] :: INFO :: confserver :: Starting ConfServer at 127.0.1.1:443
[2019-09-09 15:17:43,992] :: INFO :: confserver :: Starting ConfServer at 127.0.1.1:8007

Desktop (please complete the following information):

Smartphone (please complete the following information):

Vacuum (please complete the following information):

uchagani commented 5 years ago

Some progress, if i add --listen 192.168.1.180 --announce 192.168.1.180 I am able to get authentication and some mqttserver messages but the iPhone app still shows the same Data submission error messages and I can't access the bot from the app.

uchagani commented 5 years ago

maybe related to #25 ?

uchagani commented 5 years ago

closing this for now. i forgot to do the cert part.