X1 Support #132
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting for fix validation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/bumper#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
Considering getting the current flagship, an Deebot X1 Omni. Is that a bad idea? How well would it be supported? I fear that many of the recent features, lke dust/water-emptying base would be unsupported.
I wouldn't mind helping out to implement them, assuming there's any hope at all to get this to work.
Thanks!
Little bit late but also the new features should be supported if they run on the vacuum itself. In other words if the command is executed directly on the robot it should work.
@haarp Did you manage to get it to work? I've just finished setting up internal DNS server, and am reading the documents to build this and run it on this same server before getting the X1 Omni out of the box. I'm hoping it'll work fine if I just get the latest app on my phone but not update the robot's firmware. If it never connects to the original servers, and still works, no problem.
@Dan87-home: Unfortunately I can't answer this. I ultimately went with a Roborock S7 + Valetudo instead.
I have an X1 Omni, and I plan to get this running at my house. I will update as I go.
Did you ever get it working?
Unfortunately, I did not. I think I sort of got it working but relented due to the extra functionality we needed to do with the mapping. So, I guess some Chinese server now has our house map and sound/video recordings ripe for the Chinese Government to source at their discretion and under their legislation which will be a rubber stamp. I sincerely hope that the economic benefits of trade outweigh the cost and benefits of war. I’m pretty sure it’s blindingly expensive to justify any military action against where I live.
From: noneabove1182 @.>
Sent: Wednesday, April 26, 2023 11:41:20 AM
To: bmartin5692/bumper @.>
Cc: Dan87 @.>; Mention @.>
Subject: Re: [bmartin5692/bumper] X1 Support (Issue #132)
I have an X1 Omni, and I plan to get this running at my house. I will update as I go.
Did you ever get it working?
—
Reply to this email directly, view it on GitHubhttps://github.com/bmartin5692/bumper/issues/132#issuecomment-1522639991, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWOLEDBTMA3LFQ5THIWS2UTXDB4MBANCNFSM5WVTZFDQ.
You are receiving this because you were mentioned.Message ID: @.***>
Hi I also have a Deebot X1 Omni and would be very interested to get this working on it.
Has there been any progress made?
Thanks!
I got one Deebot U2 Pro and two X1 Omni here with me, I have no problem onboarding U2 Pro to Bumper but nothing works for X1 Omni. I hope I have the skill to implement it tho.
Update - Just found this fork MWladislav/bumper do support T10 and I tried it and it can operate X1 Omni too, however with this fork my U2 Pro stopped working with bumper. I hope this is not much to ask but is there any chance we can combine both into one? Or any suggestion how I can run two bumpers in one network?
Figured out to have two adguards configured for DNS and two separate bumpers one for U2 Pro and one for X1 Omni.
U2 Pro - bmartin5692/bumper
X1 Omni - mvladislav/bumper:sha-8f8cccf (somehow the latest devlop build from mvladislav stopped working with X1 Omni)
That is so awsome thank you!
I will try it myself
Thank you that is so awsome!
I will also try it.
So I tryed it but it seem to doesn't work. Here is what I did.
(Using debian 11 vm on Proxmox 7.4.3)
Install docker via apt (https://docs.docker.com/engine/install/debian/)
then: (start directory is /root)
docker pull ghcr.io/mvladislav/bumper:sha-8f8cccfnano .envmkdir /bumper/datamkdir /bumper/certs/cd /bumper/certs/wget https://raw.githubusercontent.com/MVladislav/bumper/dev/scripts/create_cert.shchmod +x ./create_cert.sh./create_cert.sh(That gets me the certs the docker container needs)
lsbumper.crt bumper.key ca.crt ca.key create_cert.shcd /rootAnd at the end:
docker run --name bumper --env-file ./.env -p 443:443 -p 8007:8007 -p 8883:8883 -p 5223:5223 -v /home/user/bumper/data:/bumper/data -v /bumper/certs:/bumper/certs ghcr.io/mvladislav/bumper:sha-8f8cccfThe docker container starts and thats its log:
Looks good to me. Now the problem. When I start the X1 omni (it is already configured to connect to my wifi) I get this error:
And this error repeats every say 5 to 10 seconds if the robot is turned on.
Am I doing something wrong?
Thanks for the awsome work done here and thanks for your time reading this!
I am no expert when it comes to any of these but I can share with you my docker-compose file, and I also make sure:-
P.S. By the way develop build is working with X1 too.
version: "3.6"
networks:
bumper:
internal: true
services:
nginx:
depends_on:
- bumper
image: nginx:alpine
networks:
default:
bumper:
ports:
- 443:443
- 5223:5223
- 8007:8007
- 8883:8883
restart: unless-stopped
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ./nginx/:/etc/nginx:ro # See config file below
bumper:
image: ghcr.io/mvladislav/bumper:develop
restart: unless-stopped
networks:
bumper:
You are a hero. It works as you send it. I only used chat gpt to format the docker-compose.yaml.
Here is it formated:
Thank you so much!
Now I'll ty to add it to Homeassistant
I added it to Homeassistant via the Official Ecovacs integration. Everything works fine but the map is only updated after the robot finished cleaning. Is that normal? Would there be a way to change that (to look were the robot is). Its not very Important but I think it would be cool.
Best regards and thanks for the help!
You guys (and girls) are awsome!
Hi !
i got someting weird here :
everything's made with your advices but :
Have you any ideas?
i tried to backup original Conf file, same error,
copy paste the given one on git : same error...
Start and shuting down message..
Again. i'm lost.
Do you use proxmox by any chance?
Or what are you using?
Is it a clean install (for example debain 11/12 with docker and nothing else?)
Also did you generate a self signed cert for Bumperserver?
Maybe this helps: https://bumper.readthedocs.io/en/latest/Create_Certs/
Hello Im using ubuntu site docker clean install, Should I use debian? Envoyé de mon iPhoneLe 21 juil. 2024 à 00:00, Technerd-SG @.***> a écrit :
Do you use proxmox by any chance?
Or what are you using?
Is it a clean install (for example debain 11/12 with docker and nothing else?)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
No idea ?…Envoyé de mon iPhoneLe 21 juil. 2024 à 14:04, @.*** a écrit :Hello Im using ubuntu site docker clean install, Should I use debian? Envoyé de mon iPhoneLe 21 juil. 2024 à 00:00, Technerd-SG @.***> a écrit :
Do you use proxmox by any chance?
Or what are you using?
Is it a clean install (for example debain 11/12 with docker and nothing else?)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
Sorry for that I dnt know that mailing replies were so messy…
‘IT seems that you was right, CERT génération solved a part of the issue BUT
No error in the log if Im trying ti reach the https/ipadress of my bumper I can see the No data connection apears in the terminal..
‘good !
But that’s all..
when i tried to reach ecovacs.com It doesnt worked
HTTPS://ecovacs.com Worked with certificate warnong from my browser but .. weird.
AND most important
I tried to used the app on my phone but no entries in the terminal and the app is stil checking credentials from database because i got the « wrong credentials » message.
il using a tp link router who force the DNS to PiHole server with ecouser.net, ecovacs.net, ecovacs.com are redirected to my Bumper IP
… still lost
FYI :
I sent the ca.crt by mail AND installed IT on my phone
but https://ecouser.net worked properly (reached to m’y bumper webpage with services status)
but https://ecovacs.com stil showing certificate Warning
maybe thats a point ?
thanks for your fast answer by the way ! Your answer helped me a lot !!!! :)
I would like to try bumper with my X1e and searched for the MWladislav/bumper fork - is it gone?
Why should it be?
https://github.com/MVladislav/bumper
Seems like I created a wrong URLs, nice to see it still exists.