I recap for all the values found to have a short table with all values.
Vacuum_mode:
service: vacuum.send_command
target:
entity_id: vacuum.roborock_vacuum_a15
data:
command: set_custom_mode
params: "[{{ vacuum_mode }}]"
vacuum_mode values:
- silent: 101
- balanced: 102
- turbo: 103
- max: 104
- ‘off’: 105 (to set for only mop)
- custom: 106
Mopping_mod:
service: vacuum.send_command
target:
entity_id: vacuum.roborock_vacuum_a15
data:
command: set_water_box_custom_mode
params: “[{{ mopping_mode }}]”
mopping mode values:
- ‘off’: 200
- low: 201
- medium: 202
- high: 203
- custom: 204
Mopping route (intensity):
service: vacuum.send_command
target:
entity_id: vacuum.roborock_vacuum_a15
data:
command: set_mop_mode
params: “[{{ mopping_route }}]”
Mopping route values:
- ‘standard’: 300
- deep: 301
- custom: 302
- deep+: 303