esp-roomba-mqtt icon indicating copy to clipboard operation
esp-roomba-mqtt copied to clipboard

Strange Thing taking from Roomba

Open CsepregiArtur opened this issue 3 years ago • 2 comments

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?

CsepregiArtur avatar Mar 04 '21 07:03 CsepregiArtur

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.

blizarazu avatar Mar 07 '21 14:03 blizarazu

Good idea

I have model 560 :)

I will modify the code thank you !

On Sun, 7 Mar 2021 at 16:19, Beñat Lizarazu [email protected] 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 .

CsepregiArtur avatar Mar 07 '21 16:03 CsepregiArtur