Hallo,
habe eine Roborock S8 und habe versucht mit der xiaomi-vacuum-map-card
den S8 zu einem Punt zu fahren (neben Mülleimer).
Leider passiert nichts.
- name: Leeren
icon: mdi:trash-can
service_call_schema:
service: roborock.vacuum_goto
service_data:
x_coord: "24024"
y_coord: "25852"
entity_id: "[[entity_id]]"
Pin & Go funktioniert bei mir.
- name: Pin & Go
icon: mdi:map-marker-plus
run_immediately: false
coordinates_rounding: true
coordinates_to_meters_divider: 1000
selection_type: MANUAL_POINT
max_selections: 999
repeats_type: NONE
max_repeats: 1
service_call_schema:
service: roborock.vacuum_goto
service_data:
x_coord: "[[point_x]]"
y_coord: "[[point_y]]"
entity_id: "[[entity_id]]"
predefined_selections: []
variables: {}