-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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
Segment/Room repetition for vacuum no working #59110
Comments
Hey there @rytilahti, @syssi, @starkillerOG, @bieniu, mind taking a look at this issue as it has been labeled with an integration ( xiaomi_miio documentation |
The problem with repeating segments. using Roborock S5 max. in automation service: xiaomi_miio.vacuum_clean_segment using - segments: [1, 1]. But Roborock cleans the room only once(((((( |
Got the same issue with Roborock S5 Max. Manually calling the service ends up with mentioned behavior (vacuum is cleaning room only once). service: xiaomi_miio.vacuum_clean_segment
data:
segments:
- 21
- 21
target:
entity_id: vacuum.roborock_vacuum_s5e Same result when trying to manually send command: service: vacuum.send_command
target:
entity_id: vacuum.roborock_vacuum_s5e
data:
command: app_segment_clean
params:
- 21
- 21 However, after some troubleshooting, calling vacuum using miiocli vacuum --ip VACUUM_IP --token XXX segment_clean '[{"segments":[21], "repeat": 2}]' As well as: service: vacuum.send_command
target:
entity_id: vacuum.roborock_vacuum_s5e
data:
command: app_segment_clean
params:
- segments:
- 21
repeat: 2 This one won't work as "repeat" param is not allowed: service: xiaomi_miio.vacuum_clean_segment
data:
segments:
- 21
repeat: 2
target:
entity_id: vacuum.roborock_vacuum_s5e |
I'm having the same issue with S7. |
Same issue here (S7). Vaccum clean the room only once. |
This is still an issue, S7 MaxV using xiaomi_miio.vacuum_clean_segment does not work.
When I use vacuum.send_command the vacuum successfully repeats the segment.
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
This issue is still present as of today, with latest versions installed. A fix for this would be possible within minutes but nothing happened so far. Sad to see. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
It's still not working for me with latest HA and roborock S5 max. The app_send_command though works. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The issue is still present - and it seems that it won't be fixed anytime soon. |
Does anyone have any clue what the root cause could be? I could try and have a go at it but I have no clue where to start debugging this. |
It seems like a change in the API. So why not adjust services.yaml and the corresponding call to reflect this? Or maybe here is a small parameter mismatch: ATTR_ZONE_REPEATER = "repeats" instead of "repeat" (however I do not know where this is also used, so maybe it is needed to introduce additional param token) |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
When setting an automation to clean twice the same segment as said in the documentation it does not work.
even when putting twice the same number for the segment it only vacuums it once (tested with a Roborock S6)
https://www.home-assistant.io/integrations/xiaomi_miio/#xiaomi-mi-robot-vacuum
I tested with below automation action.
I also tested with brackets
segments: [16, 16]
but it still does not work and only vacuum once
What version of Home Assistant Core has the issue?
core-2021.10.7
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
xiaomi_miio
Link to integration documentation on our website
https://www.home-assistant.io/integrations/xiaomi_miio/
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: