You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just got a Roborock S5, set it up with Mi Home version 5.1.5. I tried extracting the token from a backup of the app but didn't get anything. When I take a look at the sqlite database the token column looks empty:
sqlite> select localIP, token,name,model from devicerecord;
localIP token name model
------------- ---------- --------------- ------------------
192.168.86.35 Roborock Vacuum roborock.vacuum.s5
The text was updated successfully, but these errors were encountered:
This is a duplicate of #185, the simplest option currently is to downgrade and use an older version of the app for extracting the token (you can update the app back afterwards if you like).
I found it easiest to get the token directly from the robot, with the modified firmware from the dustcloud-project you can simply login via ssh and do printf $(cat /mnt/data/miio/device.token) | xxd -p
I just got a Roborock S5, set it up with Mi Home version 5.1.5. I tried extracting the token from a backup of the app but didn't get anything. When I take a look at the sqlite database the token column looks empty:
The text was updated successfully, but these errors were encountered: