I was able to get this functioning with two adjustments / additional steps:
The name for the V2 Robot is ‘RoboRock Vacuum’ or something similar. If you look at the tables you can just scroll over to the right hand side and that will show you the name as well as the 96 digit token without having to use the SQL Query. this can be copied down.
Take that 96 digit key and paste into the following:
http://aes.online-domain-tools.com/
Paste in the key as Text / HEX
Function: AES
Mode: ECB
Key: Enter in 32 0’s
Key: 00000000000000000000000000000000
Change output to HEX
Click Decrpyt.
In the HEX output in the table, the key on the right hand side, two rows of 16 digit characters, will be your Token to use with the Vacuum platform. You should be good to go from here. I didn’t want to deal with an Android simulator and found this and pieced together from some other forums.