We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Invalid user_pmapv_id gets triggered by GET /api/local/action/cleanRoom call
user_pmapv_id
GET /api/local/action/cleanRoom
Response examples from app vs api:
Workaround: Go to the app > map > edit and add or delete a zone. That will sync valid user_pmapv_id.
Log:
[2022-02-23 19:16:36,155][ INFO](Roomba.iRobot ) Received Roomba Data: $aws/things/C819D501F5ED43DA80E6D9549BA9E89D/shadow/update, b'{"state":{"reported":{"lastCommand": {"command": "start", "initiator": "rmtApp", "time": 1645643793, "ordered": 1, "pmap_id": "0l4V1zklRqWC9ibCpmUWtQ", "regions": [{"region_id": "35", "type": "rid"}, {"region_id": "34", "type": "rid"}, {"region_id": "1", "type": "rid"}, {"region_id": "36", "type": "rid"}], "user_pmapv_id": "220212T100235"}}}}' [2022-02-23 19:16:36,156][WARNI](Roomba.iRobot ) Error looking up error message 224
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem:
Invalid
user_pmapv_id
gets triggered byGET /api/local/action/cleanRoom
callResponse examples from app vs api:

Workaround:
Go to the app > map > edit and add or delete a zone. That will sync valid
user_pmapv_id
.Log:
The text was updated successfully, but these errors were encountered: