Roomba 980 Wifi Connectivity Reverse engineering

I have this successfully setup, but the information doesn’t poll automatically. I have to open the device and hit the refresh button. Is anyone else having this issue?

Everything is setup and working beautifully. Thanks for the great work. I saw you posted back in July @ady624 that you haven’t done much work on the button logic so this may be a known issue but my roomba980 is showing as “Not On Dock” when it is in fact docked. I get reports in the recent history showing docked at random times. Not a big issue but I’m wondering if it’s something that’s possibly my fault??

I have been unable to get this to work and I’m not sure what’s going wrong. I have rest980 running on a raspberry pi. I can get to the map from my browser and that is definitely working.

I have the DTH installed. All I get in the DTH is error, though. I’m pretty sure my blid and password are correct. (including the :1:).

Should I give up on this and just create a simple virtual switch > IFTTT? I really wanted to have a DTH that polled status and stuff, though.

Is anyone still using this DTH? I tried this as I wanted more flexability in scheduling the roomba i7+ I have. I noticed the tiles were not being refreshed on the scheduled polling interval and it drove me nuts. Over the past few days I deciphered the majority of the DTH and managed to find out what was wrong with the local api polling. At least I think I have. If others are having this issue, I’ll post the DTH to github after some more testing.

EDIT: Also, forgot to mention, thank you @ady624 for the DTH mods and the code mod to dorita980 that allows the Roomba i7+ to be discovered.

I forked @ady624’s repo on GitHub and add the changes to fix the local api polling. In my testing, the manual refresh button was correctly changing the status, but the polling at the interval specified in the DTH preferences was not calling the polling callback routine correctly. I plan on trying to tackle the resume and pause button logic I and others have noticed. Just an FYI, the setup I have is pretty much the same as @ady624 with some minor differences as I didn’t follow his write-up (didn’t know it existed until I reread the entire topic). Also, I don’t even know if we’re keeping the Roomba as the wife hasn’t been sold on it yet (hoping I can turn her around).

I had a tiny bit of free time and decided to look at the resume, pause, and dock tile actions. I think I’ve fixed this as well. Let me know if you notice any issues. The latest code (v2.2) should be in the repository I posted prior.

EDIT: Added notReady=2 to the not ready codes.

i saw you pick this back up so i decided to give this a shot again, but this is the error i get

something went wrong: java.lang.SecurityException: Endpoint https://irobot.axeda.com/services/v1/rest/Scripto/execute/AspenApiRequest?blid=XXXXX644228509XXXXX&robotpwd=:1:XXXXX:XXXXX&method=getStatus is blacklisted

i know my blid and password are correct because it works in homebridge/kit

I received the same thing when I tried the cloud based functionality. I gave up and used the pi based setup I already built. I haven’t figured out why it’s blacklisted but I think it is a smartthings side setting and can’t be changed.

Edit: I think I was wrong in my assumption above. It appears that the axeda url is no longer active. I’m pretty sure this was an old implementation and they’ve updated the api to point somewhere else. I found a couple of new api urls and tried a simple swap in the DTH code. It didn’t work. I’m thinking this will require looking through the dorita980 code, finding the correct url, and if needed, updating it and the paths for the various actions.

For anyone out there still using this or trying to use. Local processing still works but the URL /api/local/info/state is no long a valid endpoint (at least for Firmware Version 3.2.47-77). /api/local/config/preferences contains the same data points, though I still want to clean it up a bit when I have time…

Hi, does anyone found a way to do the initial wifi pairing configuration without using the iroomba home app? Bests

just got a 980 and got this running. Can’t tell how much value there is in this compared to just using webcore and IFTTT. Cool nonetheless!

Hi,
Does anybody know how to add two Roomba’s? I have one roomba working but don’t know how to add second.

I have two running. Required two instances of the rest980 node server, two devices, and two copies of the device handler