Nick Waterton

Results 152 comments of Nick Waterton

I have a decoded capture of the app connecting to the cloud, and starting up. I haven't captured an entire run. I haven't been able to find much in there...

Yes, but the map could be built on the robot itself. Previously the map may have been built in the cloud due to limited resources on the robot. It could...

My Marketplace SamsungTV binding for Openhab can do this for 2021 frame TV's. Uses the old API websocket removed for 2022 Frame TV's. Don't know if it works on earlier...

I don't believe this has anything to do with the Roomba version. I looked into this, and it seems to be due to having two connections at the same time....

OK, that's different. The socket connects, but times out when sending the mqtt password request. I do notice ``` paho mqtt client not found ``` Which shouldn't matter, but means...

I'm not sure, I haven't tried python 3.7 or Windows. It all looks to me like either a certificate error (and the certificate isn't used, there just has to be...

One other thing to note, the program is a Python 2.7 program. It was never designed to be run on Python 3.x. Some other people patched it to run on...

@barmat80 There is no Roomba documentation, this is all reverse engineered. I got a lot of my information from https://github.com/koalazak/dorita980 I recommend reading through his (or her) code to see...

What OS are you using? 2.7.1 seems like a very old version of Python, the earliest I've ever tried is 2.7.9, and really 2.7.12 is better (more compatible libraries). The...

This usually means that you already have a connection to the Roomba from somewhere else (usually the app). Roomba only allows one connection at a time. You need to disconnect...