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

Default "Clean" action does a spot-clean instead of full clean - Xiaomi Mi Robot (STYJ02YM) #165

Closed
jeremysherriff opened this issue Dec 27, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@jeremysherriff
Copy link

Before submitting a bug

[X] I updated to the latest version available
[X] I cleared the cache of my browser

Describe the bug

Clicking/touching the default Clean action button performs a small spot clean, using the current location (generally, the dock location as the robot is docked at the time). This is likely to be model-dependant behaviour.

Steps to reproduce

  1. Click on default 'Clean' action button on this Vacuum card
  2. See robot vacuum begin operation but just attempts a spot clean around it's current area

Expected behavior
I expected a full clean to be performed.
A full clean can be started manually using the service call "vacuum.start"

Screenshots
N/A

Versions:

  • Release: 1.13.0
  • Browser: Chrome v87
  • HomeAssistant version: 2020.12.1 with Supervisor 2020.12.7
@jeremysherriff
Copy link
Author

jeremysherriff commented Dec 27, 2020

The code appears to call the "start" service in the same way my script does, see here:

@click="${() => this.callService('start')}"

-- is there any logging I can provide to assist with diagnosing why the behaviour appears different?

Edits: formatting

@jeremysherriff
Copy link
Author

Closing as I have not been able to recreate the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant