-
Notifications
You must be signed in to change notification settings - Fork 47
feat: add room mapping #41
New issue
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
Conversation
Fixed some lint but not all that is from the local client changes. |
Do you know the meaning of the third item? |
Third item? |
DEBUG:roborock.local_api:id=24684 Response from get_room_mapping: [[16, '2396684', 13], [17, '2396658', 7], [18, '2396663', 3], [19, '2396661', 15], [20, '2396667', 8], [21, '2396647', 2], [23, '2396669', 14], [24, '2396683', 7], [25, '2396665', 15]] |
Weird...
|
Do both ids correspond to the segments for your rooms? i.e. if you were to clean 15 and 19 would they clean the same area? |
I just noticed that my command app_clean_segment is not working for prefix b"\x00\x00\x00\x67" but it works with b"\x00\x00\x00\x87" |
Ah I have not actually tried it- is that one I changed? I'm in mobile right now so I can't check git history/ check if it is the same for me |
As a quick check it does not appear to be working with the current settings on my HA app by calling the service. So the prefix change sounds good |
Co-authored-by: Humberto Gontijo <humberto.gontijo@clevertech.biz>
No description provided.