Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ecovacs Deebot #552

Closed
3 of 5 tasks
luigistrauss opened this issue Mar 2, 2023 · 2 comments
Closed
3 of 5 tasks

Ecovacs Deebot #552

luigistrauss opened this issue Mar 2, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request new platform

Comments

@luigistrauss
Copy link

Integration repository

https://github.com/DeebotUniverse/Deebot-4-Home-Assistant

Supported features

  • Zone cleaning (using 4 coordinates)
  • Room cleaning (using room id/number)
  • Going to point (using 2 coordinates)
  • Cleaning a point (using 2 coordinates)
  • Others

Vacuum entity/entities

Entity:
vacuum.sid

States:
Docked, Returning to dock, Cleaning

Attributes:
fan_speed_list: quiet, normal, max, max+
battery_level: 100
battery_icon: mdi:battery-charging-100
fan_speed: quiet
rooms: 
kitchen: 0
lounge: 1
corridor: 2
living_room: 3
study: 6
bathroom: 7
laundry: 5

last_error: NoError: Robot is operational (0)
friendly_name: Sid
supported_features: 15228


Others: https://deebot.readthedocs.io/integrations/home-assistant/entities/

Service calls

service: vacuum.send_command
target:
  entity_id: vacuum.YOUR_ROBOT_NAME
data:
  command: relocate

service: vacuum.send_command
target:
  entity_id: vacuum.YOUR_ROBOT_NAME
data:
  command: spot_area
  params:
    rooms: 10,14
    cleanings: 1


service: vacuum.send_command
target:
  entity_id: vacuum.YOUR_ROBOT_NAME
data:
  command: custom_area
  params:
    coordinates: -1339,-1511,296,-2587

Other info

Full documentation: https://deebot.readthedocs.io/integrations/home-assistant/

@luigistrauss
Copy link
Author

just clocked open issue, sorry!

@PiotrMachowski
Copy link
Owner

No problem :)

Duplicate of #490

@PiotrMachowski PiotrMachowski closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new platform
Projects
None yet
Development

No branches or pull requests

2 participants