Nick Waterton

Results 153 comments of Nick Waterton

What happens when you press and hold the home button as instructed? Sent from my iPad Nick Waterton P.Eng. ________________________________ From: Jason A. Diegmueller ***@***.***> Sent: Tuesday, September 14, 2021...

Can you try force closing the app before trying to retrieve the password? The Roomba MQTT server typically only allows one MQTT connection at a time. If the app is...

I've looked into this a bit. I don't think TLS is the problem, the connection seems to be made correctly. You don't need a certificate to connect to the iRobot...

Good to know, you could also use Charles Proxy. I guess if someone could get the password this way, then try connecting to a j7, it would confirm whether the...

A packet capture (decrypted) of the interaction with the j7 when you try to retrieve the password would be useful. Also a capture of what happens when a new j7...

Should work on a 600 series Roomba. How old is it? And what firmware version does it have?

Thank you Matthew! @mjg59 that solves the whole problem. Code is now updated to use cloud passwords. You have to run: ``` ./password.py ``` Where `` and `` are your...

This assumes you have downloaded Roomba980-Python, and you have a console window open, in the roomba directory (the one with password.py in it). You literally type `./password.py login password` Where...

I have fixed the TLS problem. Let me know if there are still problems.

It was written for the 980, and I haven't tried it on anything else. I think that it would need to be tested on other Roomba's first, before we could...