Meross Garage Opener

Do you use the token immediately after requesting it using the login script? That token will expire.

I just tried it again, and it worked. This is what I did:

  1. Go To https://iot.meross.com/v1/Auth/login.
  2. Copy login.js script into console window, replace USERNAME and PASSWORD and execute.
  3. Save "token" value returned by script.
  4. Copy paste my code (above) into the console window, replace TOKEN with value from previous API call.
  5. Got back a success message with list of UUIDS.
2 Likes