-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Added support for FW 3 and Braava robots. #46
base: master
Are you sure you want to change the base?
Conversation
My map isn't working atm with my Braava 6, probably since the coordinates are in; When i check the map.js, i see he requests the coordinates from a different endpoint; Thanks! |
For me, the mission endpoint only works in case the robot is actually cleaning. Did you try that? |
Yes I've tried that.. i will try it again tomorrow and let you know. Thanks! |
Tried it again, unfortunately im keep getting a timeout, even when it's cleaning. |
@mike9011 Do you also run dorita with koalazak/dorita980#103 ? |
Ah I have missed that one! Unfortunately I'm running rest980 in docker so I cannot test this PR separate without rebuilding the image myself. |
Well, without that change, this PR won't work. You'll have to find a way. You can create a docker image off of an existing one, can't you? |
I have confirmed the mission endpoint is working (only while the braava is cleaning) with koalazak/dorita980#103. Update: The endpoint is sometimes working and sometimes not... |
Added map support for firmware version 3 and Braava m6 robots.
Depends on koalazak/dorita980#103 .
The change in bin/www was needed on my computer to force the server to listen on IPv4 addresses, otherwise it only listened on IPv6. That might be one of the causes for #44 .