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 #535

Closed
5 tasks done
kotana opened this issue Jan 24, 2023 · 1 comment
Closed
5 tasks done

Ecovacs Deebot #535

kotana opened this issue Jan 24, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request new platform

Comments

@kotana
Copy link

kotana commented Jan 24, 2023

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

vacuum.t8

fan_speed_list:
  - quiet
  - normal
  - max
  - max+
battery_level: 100
battery_icon: mdi:battery-charging-100
fan_speed: normal
rooms:
  corridor: 0
  living_room: 4
  dining_room: 7
  bathroom: 2
  kitchen: 8
  storeroom: 9
last_error: 'NoError: Robot is operational (0)'
icon: phu:roborock
friendly_name: T8
supported_features: 15228

Service calls

service: vacuum.send_command
target:
  entity_id: vacuum.YOUR_ROBOT_NAME
data:
  command: getLifeSpan
  params:
    - sideBrush
    - brush
    - heap

Other info

No response

@PiotrMachowski
Copy link
Owner

Duplicate of #490

@PiotrMachowski PiotrMachowski marked this as a duplicate of #490 Jan 27, 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