-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Room cleaning ignores repeat count #294
Comments
I've tried to fix it myself but I believe it's an issue with integration instead: home-assistant/core#59110 Manually triggering command results in the same behavior. service: xiaomi_miio.vacuum_clean_segment
data:
segments:
- 21
- 21
target:
entity_id: vacuum.roborock_vacuum_s5e |
Well, I can't do much in this case |
After some troubleshooting got it to work but still - I believe that's an upstream issue: home-assistant/core#59110 (comment) with |
@mateuszmalek I think that it depends on vacuum model |
You're right probably :) I was successfully able to make it work for my S5 Max by overriding default template: - template: vacuum_clean_segment
repeats_type: EXTERNAL
max_repeats: 3
service_call_schema:
service: vacuum.send_command
service_data:
command: app_segment_clean
entity_id: '[[entity_id]]'
params:
- segments: '[[selection]]'
repeat: '[[repeats]]'
predefined_selections:
(...) Dzięki :) |
Can you show me a bit more how? |
@MMouse23 download the latest beta version of the card, it contains the fixed template. |
Checklist
The problem
It seems that room cleaning function is ignoring the repeat counter which was added in v2.0.9 (I believe within #256).
Setting 2 or 3 has the same result - vacuum cleans the room only once and returns to dock.
What version of a card has described problem?
v2.0.9
What was the last working version card?
No response
What vacuum model do you have problems with?
roborock.vacuum.s5e
Which integration do you use to control your vacuum (link)?
default
What browser (browsers/apps) does have this problem?
Chrome 97.0.4692.71
What version of Home Assistant do you use?
2021.12.8
What type of installation are you running?
Home Assistant OS
Card's configuration
Javascript errors shown in the browser's console (if applicable)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: