-
Notifications
You must be signed in to change notification settings - Fork 37
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
Move Left Right MoveTurnAround ? #270
Comments
The move commands are not working on every device. I still need to figure out the move commands for the newer models, but that's honestly not high on my priority list 😉 |
I have the same problem. Is there a way to debug? |
What model are you using? |
N8+
I'm a developer, I can help in some way if you need
Il Gio 20 Apr 2023, 21:43 Sascha ***@***.***> ha scritto:
… @scognito <https://github.com/scognito>
I have the same problem. Is there a way to debug?
What model are you using?
—
Reply to this email directly, view it on GitHub
<#270 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRYVGVOQH45JY4DTUQFFDXCGGWLANCNFSM6AAAAAATIVHYHI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Please try if the move commands of this branch are working: |
Unfortunately this didn't work (forward and backward commands work though, like the master branch).
This is the log (I removed a lot of information I think it is private, let me know if you need other info).
If I can help debugging and testing something let me know, I would really like to help. |
Why you use "RotateLeft"? |
Sorry I was making some guessing and left the wrong command.
|
Does the N8 (+) has control elements in the Ecovacs Home App to move the device? |
No, it doesn't.
Please don't tell me it's unsupported 😂
Il Lun 24 Apr 2023, 19:12 Sascha ***@***.***> ha scritto:
… @matrix1233 <https://github.com/matrix1233> @scognito
<https://github.com/scognito>
Does the N8 (+) has control elements in the Ecovacs Home App to move the
device?
—
Reply to this email directly, view it on GitHub
<#270 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRYVA4LIZMKQCYC6CDGWLXC2X7HANCNFSM6AAAAAATIVHYHI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The problem is that you cannot capture the traffic if you cannot trigger the function in the Ecovacs Home App 😉 |
Sounds good to me. Wonder how move forward and move back commands were
captured since they work
Il Lun 24 Apr 2023, 19:27 Sascha ***@***.***> ha scritto:
… @scognito <https://github.com/scognito>
No, it doesn't. Please don't tell me it's unsupported
The problem is that you cannot capture the traffic if you cannot trigger
the function in the Ecovacs Home App 😉
—
Reply to this email directly, view it on GitHub
<#270 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRYVEINOVOVH2VOMDPI53XC2ZYBANCNFSM6AAAAAATIVHYHI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I think it's working by accident 😉 I captured the traffic of the move commands for my T8 AIVI and X1 Turbo devices. That models have control elements in camera mode. |
So you are 100% sure there is no way? It's a pity though. My idea was to add a mini IR camera on the N8 and create a mobile app for moving it like a security robot when I'm not at home 😔 |
I didn't say that, did I? 😉 |
Ah ok cool! Let me know if and how I can help, thanks |
Same here, using a deebot N8 and LEft & Right are not working. |
Would offer my support in sniffing or testing if you'd like to have some more info. |
The question
Hi,
am trying to move my ecovacs N8 but the move Left, Right and the MoveTurnAround can't work
vacbot.run("MoveForward"); ==> WORK
vacbot.run("MoveLeft"); ==> NOT WORKING
vacbot.run("MoveRight"); ==> NOT WORKING
vacbot.run("MoveBackward"); ==> WORK
vacbot.run("MoveTurnAround"); ==> NOT WORKING
vacbot.run("Stop"); ==> WORK
Can you help me to move my ecovacs to all direction ?
Thanks
Which model do you own?
None
Additional information
No response
The text was updated successfully, but these errors were encountered: