Open CsepregiArtur opened 3 years ago
What is your Roomba model? I have a 780 and it does not say anything. Maybe you can modify the code and check if it is already docked when you send the seek dock command and if so, avoid sending the serial signal.
Good idea
I have model 560 :)
I will modify the code thank you !
On Sun, 7 Mar 2021 at 16:19, Beñat Lizarazu notifications@github.com wrote:
What is your Roomba model? I have a 780 and it does not say anything. Maybe you can modify the code and check if it is already docked when you send the seek dock command and if so, avoid sending the serial signal.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/johnboiles/esp-roomba-mqtt/issues/40#issuecomment-792286673, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3PEB36SFISKH6OEKQZ5DTTCODQVANCNFSM4YSWTTPQ .
Hello
I have the following issue: from time to time my Roomba is saying something in docking position, "lei aler" maybe??? I don't have any clue what is he saying. I changed the software on my ESP 01 and tried a simple sketch and when the Roomba is Docked and I send again the seak dock command to it it's saving the same thing."lei aler" Why is the command to seek Dock is sent from time to time if the Roomba is in docking position? Can I disable this? And How?