Map Aspirateur Xiaomi S5 Max

Bonsoir

Je suis nouveau sur HA et je tente un intégration de mon aspirateur S5 Max Xiaomi.
Tout est nicklet j’obtiens mes informations.
Du coup je tente de passer à la phase suivante l’intégration au niveau du lovelace, avec la carte dédiée avec la map.

J’ai suivi le gituhb :

malgré ceci j’obtiens quelques choses comme ça :

Pas de retour carte c’est normal ?
Vous avez déjà eu cette situation ?
QU’est-ce que j’ai oublié ?

Les infos sur les capteurs sont bonnes donc la liaison se fait comme il faut.

Si vous souhaitez d’autres infos me le dire je n’ai pas encore l’habitude je m’en excuse par avance.

Merci par avance

Jérôme


System Health

version core-2022.4.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.9
os_name Linux
os_version 5.10.108
arch x86_64
timezone Europe/Paris
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 3682
Installed Version 1.24.4
Stage running
Available Repositories 1030
Downloaded Repositories 52
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 7.6
update_channel stable
supervisor_version supervisor-2022.04.0
docker_version 20.10.9
disk_total 31.3 GB
disk_used 22.7 GB
healthy true
supported true
board ova
supervisor_api ok
version_api ok
installed_addons Samba share (9.5.1), Duck DNS (1.14.0), File editor (5.3.3), Terminal & SSH (9.3.0), Studio Code Server (4.2.0), ESPHome (2022.3.1), Mosquitto broker (6.0.1), Node-RED (11.1.1), Check Home Assistant configuration (3.10.0), room-assistant (2.20.0), Network UPS Tools (0.10.0), MariaDB (2.4.0), phpMyAdmin (0.7.1), APC UPS Daemon (1.9)
Dashboards
dashboards 1
resources 31
views 9
mode storage
___

Bonsoir

Depuis l’écriture de mon message j’ai réussi à obtenir la carte. Erreur dans le fichier secret.yaml

Par contre ce que je ne suis pas arriver encore à corriger t le message en dessous de la carte qui dit que la calibration est incorrecte !
Mais je ne comprends pas ce que c’est ni où trouver ceci dans ma configuration.

Merci de mon aide

Si jene dis pas de bêtise la calibration c’est pouvoir envoyer ton robot en cliquant sur la carte et c’est un distance par rapport a la base.

Dans le Gihubt cité au dessus tu as le guide.

Et la façon de le faire manuellement.

Bonjour

Merci pour le retour,
Je n’avais pas tout compris dans mon anglais folklorique :slight_smile:

Du coup j’avance à pas de fourmi mais j’avance :

Il me reste à comprendre comment ce menu se rétracte

Ma carte
title: Nestor
type: custom:xiaomi-vacuum-map-card
entity: vacuum.roborock_vacuum_s5e
map_source:
  camera: camera.nestor
calibration_source:
  camera: true
map_modes:
  - template: vacuum_clean_zone
  - template: vacuum_goto
  - template: vacuum_goto_predefined
    predefined_selections: null
  - template: vacuum_clean_zone_predefined
    predefined_selections:
      - zones:
          - - 20300
            - 19400
            - 23250
            - 21700
map_locked: false
two_finger_pan: false
debug: false
language: fr
1 « J'aime »

Bon sur le Github GitHub - PiotrMachowski/lovelace-xiaomi-vacuum-map-card: This card provides a user-friendly way to fully control Xiaomi (Roborock/Viomi/Dreame/Roidmi) and Neato (+ possibly other) vacuums in Home Assistant. le dév annonce ne pas avoir encore corrigé ce point donc c’est normal.
Merci de ton aide

1 « J'aime »

Ça fais un moment, et je me demande s’il sera corrigé un jour d’ailleurs…

bonjour jerome6994
J’ai le même modèle mais ne parviens même pas a avoir une ébauche de carte, ou est elle sensée se trouver après déroulement des tutos. En particulier je ne trouve pas et ne peux donc installer depuis HACS, « xiaomi vacuum map card » alors que " Xiaomi Cloud Map Extractor" apparait dans le dépôt et a donc pu être installée. Je n’ai trouvé et installé que " Lovelace Vacuum Map card", mais cela ne fonctionne pas
merci

j’ai réussi a installer "xiaomi vacuum map card " et créer la ressource, mais pour autant même après rafraîchissement je ne trouve pas la carte ? ou se trouve t’elle ?

Euh j’ai pas saisie mais il est tard peut être.
Et en plus il y a tellement longtemps que je l’ai fait qu’il faut que je me replonge dessus

salut, j’ai le même soucis j’ai une erreur dans mon fichier secret au niveau de l’adresse ip apparement, comment tu l’avais réglé?

Alors après 11 mois je t’avoue que je me souviens pas du tout et je ne vois pas ce que tu me dis là !

Bonjour à tous,

Je viens d’essayer d’intégrer mon xiaomi S12.

En suivant les différents tutos et retours de votre part je cherche à créer la carte mentionnée dans ce sujet .

Dans mon fichier config.yaml, j’ai le code suivant :

camera:
  - platform: xiaomi_cloud_map_extractor
    host: !secret xiaomi_vacuum_host
    token: !secret xiaomi_vacuum_token
    username: !secret xiaomi_cloud_username
    password: !secret xiaomi_cloud_password
    draw: ['all']
    attributes:
      - calibration_points

Pour la carte :

type: custom:xiaomi-vacuum-map-card
title: Xiaomi Vacuum Map Card
preset_name: Live map
entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
map_source:
  camera: camera.camera_bob
calibration_source:
  camera: true
map_modes:
  - name: Zone cleanup
    icon: mdi:select-drag
    run_immediately: false
    coordinates_rounding: true
    coordinates_to_meters_divider: 1000
    selection_type: MANUAL_RECTANGLE
    max_selections: 5
    repeats_type: EXTERNAL
    max_repeats: 3
    service_call_schema:
      service: xiaomi_miio.vacuum_clean_zone
      service_data:
        zone: '[[selection]]'
        repeats: '[[repeats]]'
        entity_id: '[[entity_id]]'
    predefined_selections: []
    variables: {}
  - name: Zones list
    icon: mdi:floor-plan
    run_immediately: false
    coordinates_rounding: true
    coordinates_to_meters_divider: 1000
    selection_type: PREDEFINED_RECTANGLE
    max_selections: 5
    repeats_type: EXTERNAL
    max_repeats: 3
    service_call_schema:
      service: xiaomi_miio.vacuum_clean_zone
      service_data:
        zone: '[[selection]]'
        repeats: '[[repeats]]'
        entity_id: '[[entity_id]]'
    predefined_selections:
      - zones:
          - - 21485
            - 28767
            - 24236
            - 32131
          - - 23217
            - 27379
            - 24216
            - 28737
        label:
          text: Bedroom
          x: 22932
          'y': 30339
          offset_y: 35
        icon:
          name: mdi:bed
          x: 22932
          'y': 30339
      - zones:
          - - 27782
            - 27563
            - 29678
            - 29369
        label:
          text: Kitchen
          x: 28760
          'y': 28403
          offset_y: 35
        icon:
          name: mdi:pot-mix
          x: 28760
          'y': 28403
    variables: {}
  - name: Rooms
    icon: mdi:floor-plan
    run_immediately: false
    coordinates_rounding: true
    coordinates_to_meters_divider: 1000
    selection_type: ROOM
    id_type: number
    max_selections: 999
    repeats_type: EXTERNAL
    max_repeats: 3
    service_call_schema:
      service: vacuum.send_command
      service_data:
        command: app_segment_clean
        entity_id: '[[entity_id]]'
        params:
          - segments: '[[selection]]'
            repeat: '[[repeats]]'
    predefined_selections:
      - id: 1
        outline:
          - - 21458
            - 32131
          - - 24235
            - 32152
          - - 24194
            - 27409
          - - 23181
            - 27409
          - - 23160
            - 28807
          - - 21417
            - 28807
        label:
          text: Bedroom
          x: 22932
          'y': 30339
          offset_y: 35
        icon:
          name: mdi:bed
          x: 22932
          'y': 30339
      - id: 2
        outline:
          - - 21478
            - 27237
          - - 23048
            - 27250
          - - 23061
            - 25655
          - - 21478
            - 25680
        label:
          text: Bathroom
          x: 22282
          'y': 26496
          offset_y: 35
        icon:
          name: mdi:shower
          x: 22282
          'y': 26496
      - id: 3
        outline:
          - - 30417
            - 29895
          - - 30694
            - 29895
          - - 30694
            - 30338
          - - 31358
            - 30319
          - - 33221
            - 29194
          - - 33055
            - 28954
          - - 34715
            - 28087
          - - 36172
            - 27350
          - - 36153
            - 25966
          - - 35969
            - 25911
          - - 35969
            - 25155
          - - 34217
            - 25155
          - - 34180
            - 26151
          - - 31671
            - 26169
          - - 31653
            - 25173
          - - 30343
            - 25173
        label:
          text: Living room
          x: 33036
          'y': 27589
          offset_y: 35
        icon:
          name: mdi:television
          x: 33036
          'y': 27589
    variables: {}
  - 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: xiaomi_miio.vacuum_goto
      service_data:
        x_coord: '[[point_x]]'
        y_coord: '[[point_y]]'
        entity_id: '[[entity_id]]'
    predefined_selections: []
    variables: {}
  - name: Points
    icon: mdi:map-marker
    run_immediately: false
    coordinates_rounding: true
    coordinates_to_meters_divider: 1000
    selection_type: PREDEFINED_POINT
    max_selections: 999
    repeats_type: NONE
    max_repeats: 1
    service_call_schema:
      service: xiaomi_miio.vacuum_goto
      service_data:
        x_coord: '[[point_x]]'
        y_coord: '[[point_y]]'
        entity_id: '[[entity_id]]'
    predefined_selections:
      - position:
          - 28006
          - 28036
        label:
          text: Emptying
          x: 28006
          'y': 28036
          offset_y: 35
        icon:
          name: mdi:broom
          x: 28006
          'y': 28036
      - position:
          - 32143
          - 26284
        label:
          text: Sofa
          x: 32143
          'y': 26284
          offset_y: 35
        icon:
          name: mdi:sofa
          x: 32143
          'y': 26284
    variables: {}
  - name: Path
    icon: mdi:map-marker-path
    run_immediately: false
    coordinates_rounding: true
    coordinates_to_meters_divider: 1000
    selection_type: MANUAL_PATH
    max_selections: 999
    repeats_type: NONE
    max_repeats: 1
    service_call_schema:
      service: script.vacuum_follow_path
      service_data:
        service: xiaomi_miio.vacuum_goto
        mode: individual
        path: '[[selection]]'
        entity_id: '[[entity_id]]'
    predefined_selections: []
    variables: {}
additional_presets:
  - preset_name: Static image
    entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
    map_source:
      image: /local/map_image.png
    calibration_source:
      calibration_points:
        - vacuum:
            x: 22633
            'y': 31641
          map:
            x: 322
            'y': 172
        - vacuum:
            x: 22633
            'y': 26514
          map:
            x: 322
            'y': 1342
        - vacuum:
            x: 34283
            'y': 26514
          map:
            x: 2993
            'y': 1342
    map_modes:
      - name: Zones
        icon: mdi:select-drag
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: MANUAL_RECTANGLE
        max_selections: 5
        repeats_type: INTERNAL
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_zones
          service_data:
            zones: '[[selection]]'
            repeats: '[[repeats]]'
            predefined: 'false'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections: []
        variables: {}
      - name: Predefined zones
        icon: mdi:texture-box
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: PREDEFINED_RECTANGLE
        max_selections: 5
        repeats_type: INTERNAL
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_zones
          service_data:
            zones: '[[selection]]'
            repeats: '[[repeats]]'
            predefined: 'true'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections:
          - zones:
              - - 21485
                - 28767
                - 24236
                - 32131
              - - 23217
                - 27379
                - 24216
                - 28737
            label:
              text: Bedroom
              x: 22932
              'y': 30339
              offset_y: 35
            icon:
              name: mdi:bed
              x: 22932
              'y': 30339
          - zones:
              - - 27782
                - 27563
                - 29678
                - 29369
            label:
              text: Kitchen
              x: 28760
              'y': 28403
              offset_y: 35
            icon:
              name: mdi:pot-mix
              x: 28760
              'y': 28403
        variables: {}
      - name: Rooms
        icon: mdi:floor-plan
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: ROOM
        max_selections: 5
        repeats_type: NONE
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_rooms
          service_data:
            rooms: '[[selection]]'
            predefined: 'true'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections:
          - id: 1
            outline:
              - - 21458
                - 32131
              - - 24235
                - 32152
              - - 24194
                - 27409
              - - 23181
                - 27409
              - - 23160
                - 28807
              - - 21417
                - 28807
            label:
              text: Bedroom
              x: 22932
              'y': 30339
              offset_y: 35
            icon:
              name: mdi:bed
              x: 22932
              'y': 30339
          - id: 2
            outline:
              - - 21478
                - 27237
              - - 23048
                - 27250
              - - 23061
                - 25655
              - - 21478
                - 25680
            label:
              text: Bathroom
              x: 22282
              'y': 26496
              offset_y: 35
            icon:
              name: mdi:shower
              x: 22282
              'y': 26496
          - id: 3
            outline:
              - - 30417
                - 29895
              - - 30694
                - 29895
              - - 30694
                - 30338
              - - 31358
                - 30319
              - - 33221
                - 29194
              - - 33055
                - 28954
              - - 34715
                - 28087
              - - 36172
                - 27350
              - - 36153
                - 25966
              - - 35969
                - 25911
              - - 35969
                - 25155
              - - 34217
                - 25155
              - - 34180
                - 26151
              - - 31671
                - 26169
              - - 31653
                - 25173
              - - 30343
                - 25173
            label:
              text: Living room
              x: 33036
              'y': 27589
              offset_y: 35
            icon:
              name: mdi:television
              x: 33036
              'y': 27589
        variables: {}
      - name: Path
        icon: mdi:map-marker-path
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: MANUAL_PATH
        max_selections: 5
        repeats_type: NONE
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_path
          service_data:
            path: '[[selection]]'
            repeats: '[[repeats]]'
            predefined: 'false'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections: []
        variables: {}
      - name: Manual Point
        icon: mdi:map-marker-plus
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: MANUAL_POINT
        max_selections: 5
        repeats_type: NONE
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_point
          service_data:
            point: '[[selection]]'
            point_x: '[[point_x]]'
            point_y: '[[point_y]]'
            repeats: '[[repeats]]'
            predefined: 'false'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections: []
        variables: {}
      - name: Predefined Point
        icon: mdi:map-marker
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: PREDEFINED_POINT
        max_selections: 5
        repeats_type: NONE
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_point
          service_data:
            point: '[[selection]]'
            repeats: '[[repeats]]'
            point_x: '[[point_x]]'
            point_y: '[[point_y]]'
            predefined: 'true'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections:
          - position:
              - 28006
              - 28036
            label:
              text: Emptying
              x: 28006
              'y': 28036
              offset_y: 35
            icon:
              name: mdi:broom
              x: 28006
              'y': 28036
          - position:
              - 32143
              - 26284
            label:
              text: Sofa
              x: 32143
              'y': 26284
              offset_y: 35
            icon:
              name: mdi:sofa
              x: 32143
              'y': 26284
        variables: {}
    icons:
      - icon: mdi:play
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: cleaning
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: error
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: returning
        tooltip: Start
        tap_action:
          action: call-service
          service: vacuum.start
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
      - icon: mdi:stop
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: docked
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: idle
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: error
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: paused
        tooltip: Stop
        tap_action:
          action: call-service
          service: vacuum.stop
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
      - icon: mdi:home-map-marker
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: docked
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: returning
        tooltip: Return to base
        tap_action:
          action: call-service
          service: vacuum.return_to_base
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
      - menu_id: fan_speed
        icon: mdi:fan-alert
        label: Slient
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value: Slient
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Slient
      - menu_id: fan_speed
        icon: mdi:fan-speed-1
        label: Standard
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value: Standard
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Standard
      - menu_id: fan_speed
        icon: mdi:fan-speed-2
        label: Medium
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value: Medium
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Medium
      - menu_id: fan_speed
        icon: mdi:fan-speed-3
        label: Turbo
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value: Turbo
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Turbo
      - icon: mdi:fan-alert
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value_not: Slient
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value_not: Standard
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value_not: Medium
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value_not: Turbo
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Slient
    tiles:
      - tile_id: battery_level
        entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        label: Battery
        attribute: battery_level
        icon_source: vacuum.xiaomi_b106eu_52ce_robot_cleaner.attributes.battery_icon
        unit: '%'
      - tile_id: fan_speed
        entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        label: Fan speed
        attribute: fan_speed
        icon: mdi:fan
        translations:
          silent: Silent
          standard: Standard
          medium: Medium
          turbo: Turbo
          auto: Auto
          gentle: Gentle
  - preset_name: Image with perspective
    entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
    map_source:
      image: /local/map_image_perspective_crop.png
    calibration_source:
      calibration_points:
        - vacuum:
            x: 22633
            'y': 31641
          map:
            x: 995
            'y': 144
        - vacuum:
            x: 22633
            'y': 26514
          map:
            x: 603
            'y': 797
        - vacuum:
            x: 34283
            'y': 26514
          map:
            x: 2515
            'y': 523
        - vacuum:
            x: 34283
            'y': 31641
          map:
            x: 2350
            'y': 61
    map_modes:
      - name: Zones
        icon: mdi:select-drag
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: MANUAL_RECTANGLE
        max_selections: 5
        repeats_type: INTERNAL
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_zones
          service_data:
            zones: '[[selection]]'
            repeats: '[[repeats]]'
            predefined: 'false'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections: []
        variables: {}
      - name: Predefined zones
        icon: mdi:texture-box
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: PREDEFINED_RECTANGLE
        max_selections: 5
        repeats_type: INTERNAL
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_zones
          service_data:
            zones: '[[selection]]'
            repeats: '[[repeats]]'
            predefined: 'true'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections:
          - zones:
              - - 21485
                - 28767
                - 24236
                - 32131
              - - 23217
                - 27379
                - 24216
                - 28737
            label:
              text: Bedroom
              x: 22932
              'y': 30339
              offset_y: 35
            icon:
              name: mdi:bed
              x: 22932
              'y': 30339
          - zones:
              - - 27782
                - 27563
                - 29678
                - 29369
            label:
              text: Kitchen
              x: 28760
              'y': 28403
              offset_y: 35
            icon:
              name: mdi:pot-mix
              x: 28760
              'y': 28403
          - zones:
              - - 33914
                - 26472
                - 35355
                - 29940
        variables: {}
      - name: Rooms
        icon: mdi:floor-plan
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: ROOM
        max_selections: 5
        repeats_type: NONE
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_rooms
          service_data:
            rooms: '[[selection]]'
            predefined: 'true'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections:
          - id: 1
            outline:
              - - 21458
                - 32131
              - - 24235
                - 32152
              - - 24194
                - 27409
              - - 23181
                - 27409
              - - 23160
                - 28807
              - - 21417
                - 28807
            label:
              text: Bedroom
              x: 22932
              'y': 30339
              offset_y: 35
            icon:
              name: mdi:bed
              x: 22932
              'y': 30339
          - id: 2
            outline:
              - - 21478
                - 27237
              - - 23048
                - 27250
              - - 23061
                - 25655
              - - 21478
                - 25680
            label:
              text: Bathroom
              x: 22282
              'y': 26496
              offset_y: 35
            icon:
              name: mdi:shower
              x: 22282
              'y': 26496
          - id: 3
            outline:
              - - 30417
                - 29895
              - - 30694
                - 29895
              - - 30694
                - 30338
              - - 31358
                - 30319
              - - 33221
                - 29194
              - - 33055
                - 28954
              - - 34715
                - 28087
              - - 36172
                - 27350
              - - 36153
                - 25966
              - - 35969
                - 25911
              - - 35969
                - 25155
              - - 34217
                - 25155
              - - 34180
                - 26151
              - - 31671
                - 26169
              - - 31653
                - 25173
              - - 30343
                - 25173
            label:
              text: Living room
              x: 33036
              'y': 27589
              offset_y: 35
            icon:
              name: mdi:television
              x: 33036
              'y': 27589
        variables: {}
      - name: Path
        icon: mdi:map-marker-path
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: MANUAL_PATH
        max_selections: 5
        repeats_type: NONE
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_path
          service_data:
            path: '[[selection]]'
            repeats: '[[repeats]]'
            predefined: 'false'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections: []
        variables: {}
      - name: Manual Point
        icon: mdi:map-marker-plus
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: MANUAL_POINT
        max_selections: 5
        repeats_type: NONE
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_point
          service_data:
            point: '[[selection]]'
            point_x: '[[point_x]]'
            point_y: '[[point_y]]'
            repeats: '[[repeats]]'
            predefined: 'false'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections: []
        variables: {}
      - name: Predefined Point
        icon: mdi:map-marker
        run_immediately: false
        coordinates_rounding: true
        coordinates_to_meters_divider: 1000
        selection_type: PREDEFINED_POINT
        max_selections: 5
        repeats_type: NONE
        max_repeats: 5
        service_call_schema:
          service: vacuum.do_point
          service_data:
            point: '[[selection]]'
            repeats: '[[repeats]]'
            point_x: '[[point_x]]'
            point_y: '[[point_y]]'
            predefined: 'true'
          target:
            entity_id: '[[entity_id]]'
        predefined_selections:
          - position:
              - 28006
              - 28036
            label:
              text: Emptying
              x: 28006
              'y': 28036
              offset_y: 35
            icon:
              name: mdi:broom
              x: 28006
              'y': 28036
          - position:
              - 32143
              - 26284
            label:
              text: Sofa
              x: 32143
              'y': 26284
              offset_y: 35
            icon:
              name: mdi:sofa
              x: 32143
              'y': 26284
        variables: {}
    icons:
      - icon: mdi:play
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: cleaning
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: error
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: returning
        tooltip: Start
        tap_action:
          action: call-service
          service: vacuum.start
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
      - icon: mdi:stop
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: docked
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: idle
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: error
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: paused
        tooltip: Stop
        tap_action:
          action: call-service
          service: vacuum.stop
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
      - icon: mdi:home-map-marker
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: docked
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            value_not: returning
        tooltip: Return to base
        tap_action:
          action: call-service
          service: vacuum.return_to_base
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
      - menu_id: fan_speed
        icon: mdi:fan-alert
        label: Slient
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value: Slient
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Slient
      - menu_id: fan_speed
        icon: mdi:fan-speed-1
        label: Standard
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value: Standard
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Standard
      - menu_id: fan_speed
        icon: mdi:fan-speed-2
        label: Medium
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value: Medium
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Medium
      - menu_id: fan_speed
        icon: mdi:fan-speed-3
        label: Turbo
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value: Turbo
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Turbo
      - icon: mdi:fan-alert
        conditions:
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value_not: Slient
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value_not: Standard
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value_not: Medium
          - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            attribute: fan_speed
            value_not: Turbo
        tooltip: Change fan speed
        tap_action:
          action: call-service
          service: vacuum.set_fan_speed
          service_data:
            entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
            fan_speed: Slient
    tiles:
      - tile_id: battery_level
        entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        label: Battery
        attribute: battery_level
        icon_source: vacuum.xiaomi_b106eu_52ce_robot_cleaner.attributes.battery_icon
        unit: '%'
      - tile_id: fan_speed
        entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        label: Fan speed
        attribute: fan_speed
        icon: mdi:fan
        translations:
          silent: Silent
          standard: Standard
          medium: Medium
          turbo: Turbo
          auto: Auto
          gentle: Gentle
vacuum_platform: default
icons:
  - icon: mdi:play
    conditions:
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: cleaning
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: error
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: returning
    tooltip: Start
    tap_action:
      action: call-service
      service: vacuum.start
      service_data:
        entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
  - icon: mdi:stop
    conditions:
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: docked
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: idle
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: error
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: paused
    tooltip: Stop
    tap_action:
      action: call-service
      service: vacuum.stop
      service_data:
        entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
  - icon: mdi:home-map-marker
    conditions:
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: docked
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        value_not: returning
    tooltip: Return to base
    tap_action:
      action: call-service
      service: vacuum.return_to_base
      service_data:
        entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
  - menu_id: fan_speed
    icon: mdi:fan-alert
    label: Slient
    conditions:
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        attribute: fan_speed
        value: Slient
    tooltip: Change fan speed
    tap_action:
      action: call-service
      service: vacuum.set_fan_speed
      service_data:
        entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        fan_speed: Slient
  - menu_id: fan_speed
    icon: mdi:fan-speed-1
    label: Standard
    conditions:
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        attribute: fan_speed
        value: Standard
    tooltip: Change fan speed
    tap_action:
      action: call-service
      service: vacuum.set_fan_speed
      service_data:
        entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        fan_speed: Standard
  - menu_id: fan_speed
    icon: mdi:fan-speed-2
    label: Medium
    conditions:
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        attribute: fan_speed
        value: Medium
    tooltip: Change fan speed
    tap_action:
      action: call-service
      service: vacuum.set_fan_speed
      service_data:
        entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        fan_speed: Medium
  - menu_id: fan_speed
    icon: mdi:fan-speed-3
    label: Turbo
    conditions:
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        attribute: fan_speed
        value: Turbo
    tooltip: Change fan speed
    tap_action:
      action: call-service
      service: vacuum.set_fan_speed
      service_data:
        entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        fan_speed: Turbo
  - icon: mdi:fan-alert
    conditions:
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        attribute: fan_speed
        value_not: Slient
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        attribute: fan_speed
        value_not: Standard
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        attribute: fan_speed
        value_not: Medium
      - entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        attribute: fan_speed
        value_not: Turbo
    tooltip: Change fan speed
    tap_action:
      action: call-service
      service: vacuum.set_fan_speed
      service_data:
        entity_id: vacuum.xiaomi_b106eu_52ce_robot_cleaner
        fan_speed: Slient
tiles:
  - tile_id: battery_level
    entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
    label: Battery
    attribute: battery_level
    icon_source: vacuum.xiaomi_b106eu_52ce_robot_cleaner.attributes.battery_icon
    unit: '%'
  - tile_id: fan_speed
    entity: vacuum.xiaomi_b106eu_52ce_robot_cleaner
    label: Fan speed
    attribute: fan_speed
    icon: mdi:fan
    translations:
      silent: Silent
      standard: Standard
      medium: Medium
      turbo: Turbo
      auto: Auto
      gentle: Gentle
map_locked: true
two_finger_pan: true

Impossible de récupérer ma carte, j’ai le résultat suivant:

Comme si mon image n’était pas trouvée ou générée…

Avez -vous une idée ?

Merci par avance !