Expose RTK status sensors for ecovacs mowers (GOAT)#170229
Draft
Beennnn wants to merge 1 commit into
Draft
Conversation
Surfaces 8 RTK sensors for any mower exposing the new Capabilities.rtk in deebot-client (currently the GOAT A1600 RTK): rover/reference satellites visible, satellites used in the RTK solve, signal scores (0-100) and occlusion rates. Mirrors what the official Ecovacs Home app already shows under Settings > RTK. Occlusion-rate sensors default to disabled to keep the registry quiet for users that only care about the headline counters. Requires deebot-client release with the RtkEvent class (DeebotUniverse/client.py PR home-assistant#1587). Manifest pin is left at deebot-client==18.3.0; bump will follow once 18.4.0 is released.
Contributor
|
Hey there @mib1185, @edenhaus, @Augar, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Author
|
Status update — this PR is blocked on DeebotUniverse/client.py#1587 ( Once #1587 is merged + new release, I'll bump |
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 free
to 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.
Proposed change
Adds 8 diagnostic sensors backed by the new `Capabilities.rtk` from `deebot-client` (currently only the GOAT A1600 RTK):
Same data the official Ecovacs Home app shows under Settings > RTK.
Library counterpart: DeebotUniverse/client.py#1587. Manifest stays at `deebot-client==18.3.0` here; bump will be a one-line follow-up commit on this branch when 18.4.0 ships #1587. CI failures (pylint/mypy on the `RtkEvent` import) are expected until then.
Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running: `python3 -m script.hassfest`.
Updated by running `python3 -m script.gen_requirements_all`.
To help with the load of incoming pull requests: