Skip to content
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

Unsupported model roborock.vacuum.a46 #1435

Closed
gfl699468 opened this issue Jun 11, 2022 · 3 comments · Fixed by #1437
Closed

Unsupported model roborock.vacuum.a46 #1435

gfl699468 opened this issue Jun 11, 2022 · 3 comments · Fixed by #1437

Comments

@gfl699468
Copy link

Before submitting a new request, use the search to see if there is an existing issue for the device.

Device information:

  • Name(s) of the device: Roborock G10S

  • Link: https://home.miot-spec.com/s/roborock.vacuum.a46

  • It's china version S7 MaxV with structured light camera instead of RGB camera

  • Model: roborock.vacuum.a46

  • Hardware version: Linux

  • Firmware version: 4.1.5_1052

Additional context
For now, only found two unknown status:
26 -> "going to wash the mop"
23 -> "washing the mop"

perhaps should update code here

states = {
1: "Starting",
2: "Charger disconnected",
3: "Idle",
4: "Remote control active",
5: "Cleaning",
6: "Returning home",
7: "Manual mode",
8: "Charging",
9: "Charging problem",
10: "Paused",
11: "Spot cleaning",
12: "Error",
13: "Shutting down",
14: "Updating",
15: "Docking",
16: "Going to target",
17: "Zoned cleaning",
18: "Segment cleaning",
22: "Emptying the bin", # on s7+, see #1189
100: "Charging complete",
101: "Device offline",
}

is there anything else should be update?

@rytilahti
Copy link
Owner

Thanks for reporting @gfl699468, the linked PR marks this as supported and adds those new status codes.

@Cefold
Copy link

Cefold commented Jul 15, 2022

When will this PR be released?

@rytilahti
Copy link
Owner

Hopefully by the end of this weekend!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants