DeebotUniverse / docs

https://deebot.readthedocs.io
GNU General Public License v3.0
33 stars 9 forks source link

Deebot T10 map support #247

Closed TruantRiccardo closed 8 months ago

TruantRiccardo commented 1 year ago

Hi, I have the Deebot T10 plus and it works perfectly except for the map. image

As you can see, even after the 2.0 update, the map is not loaded correctly. How can I help improve support for this model?

rahulpdev commented 10 months ago

Hi, I have the Deebot T10 plus and it works perfectly except for the map. image

As you can see, even after the 2.0 update, the map is not loaded correctly. How can I help improve support for this model?

I also have the T10 Plus, are you able to clean zones in your house via Home Assistant? I haven't figured out how to do that!

TruantRiccardo commented 10 months ago

Hi @rahulpdev , yes. If you access the attributes of your vacuum entity you will see a number associated with the zones in your home. From this, you can use the service vacuum.send_command to execute the command spot_area by providing as params the number (or the list of numbers) associated with the zones you want to clean. e.g.:

  service: vacuum.send_command
  target:
    entity_id: //your vacuum entity
  data:
    command: spot_area
    params:
      rooms: 4, 3
      cleanings: 1
edenhaus commented 8 months ago

Duplicate of https://github.com/DeebotUniverse/Deebot-4-Home-Assistant/issues/268