service_call_schema for segment repeats Roborock S5 Max #426
Answered
by
PiotrMachowski
nkgiovannivl
asked this question in
Q&A
-
Hi All, I'm trying to make a repeats cleanings for selected segments using the map card, but i'm stuck, below my procedure:
Implement service_call_schema into map card:
Check service call from map card (hold click on play) and check console:
But after select the segmen and click on play, just shows me "Success", and nothing happends: What am I missing on my config? Thanks for your support!! |
Beta Was this translation helpful? Give feedback.
Answered by
PiotrMachowski
Jun 29, 2022
Replies: 1 comment 3 replies
-
Try using this config: map_modes:
- template: vacuum_clean_segment
max_selections: 5
repeats_type: EXTERNAL
max_repeats: 5
service_call_schema:
service: vacuum.send_command
service_data:
entity_id: '[[entity_id]]'
command: app_segment_clean
params:
segments: '[[selection]]'
repeat: '[[repeats]]' |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
PiotrMachowski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try using this config: