Uh oh!
There was an error while loading. Please reload this page.
fix: name B01 Q7 code 2103 and document dock dust-collection state fields - #921
Open
akj wants to merge 2 commits into
Open
fix: name B01 Q7 code 2103 and document dock dust-collection state fields#921akj wants to merge 2 commits into
akj wants to merge 2 commits into
Conversation
…elds Live capture on a Q7 M5+ (roborock.vacuum.sc05, fw 03.01.80) through a completed clean, docking, and auto-empty shows: - fault 2102 (cleaning_complete) at completion/return, then 2103 the moment the task finishes on the dock, persisting while docked-idle — 2103 is a benign task notification, now named cleaning_complete_docked. - station_act=3 with dust_action=1 during the ~30s auto-empty cycle; both return to 0 after. dust_action is read-only (prop.set rejected with code 1). Documented on the container fields. Evidence timeline in Python-roborock#919 (comment).
akj
marked this pull request as ready for review
August 16, 2026 16:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small follow-up to #919, based on a live end-to-end capture of a completed clean → docking → auto-empty on a Q7 M5+ (
roborock.vacuum.sc05, fw 03.01.80). Full evidence timeline is in this #919 comment.Changes:
B01Fault.F_2103: placeholderfault_2103→cleaning_complete_docked. Observed appearing the moment a completed clean's dock + dust collection finished, persisting while docked-idle; it follows 2102 (cleaning_complete, seen exactly at completion/return) and is a benign task notification, not an error.B01Props.station_act/dust_action: documented hw-observed dock-emptying semantics —station_act=3+dust_action=1during the ~30s auto-empty cycle, both 0 otherwise;dust_actionis read-only (prop.setrejected with code 1).These two fields are enough for a "dock emptying" state/sensor downstream; the clean record's
record_dust_numadditionally tracks empties per clean.Left 2105 as a placeholder — I've observed it while long-idle on the dock (possibly a later idle/charged notice) but don't have a clean state transition for it yet; happy to capture more if useful.