Hi,
I recently done the switch to Roborock Integration with my s5 max but there is no service to call zone cleaning like in the Miio Integration.
So this is very essential to me that this makes me to do a feature request here.
Greets!
Hi,
I recently done the switch to Roborock Integration with my s5 max but there is no service to call zone cleaning like in the Miio Integration.
So this is very essential to me that this makes me to do a feature request here.
Greets!
Hi @panhans That functionality does exist, but it is not a seperate service.
You need to call Vacuum: Send Command service with the command as “app_zoned_clean” and then the parameters the same as it would be in the Miio integration
Oh, thanks! Shame on me. Will try it soon!
Did this work for you? I cannot seem to get it to work using the roborock core integration.
Yes, it works. Here is an example:
Room cleaning
service: vacuum.send_command
target:
entity_id: vacuum.roborock
data:
command: app_segment_clean
params: >
[17,1] # RoomID, Repeats
Zone cleaning
service: vacuum.send_command
data:
entity_id: vacuum.roborock
command: app_zoned_clean
params: >
[[30600,23700,28900,27800,1]] # coords, last param = repeats
may i know how to you get the coords for the zoned clean? I want to move also from the HACS integration to the core integration but the coordinates are not working
For me it was trial and error. I send the robot to the coordinates using following command:
target:
entity_id: vacuum.YOUR_VACUUM
data:
command: app_goto_target
params:
- 23400
- 24300
action: vacuum.send_command
Are you sure about that zone cleaning? We are talking Roborock Core integration. Not the HACS one.
Yep, I switched to the official integration these times.