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

Support Wyze Robot Vacuum #506

Closed
2 of 5 tasks
dnestico opened this issue Dec 6, 2022 · 1 comment
Closed
2 of 5 tasks

Support Wyze Robot Vacuum #506

dnestico opened this issue Dec 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request new platform

Comments

@dnestico
Copy link

dnestico commented Dec 6, 2022

Integration repository

https://github.com/romedtino/simple-wyze-vac

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

fan_speed_list:
  - Quiet
  - Standard
  - Strong
battery_level: 100
battery_icon: mdi:battery-charging-100
fan_speed: Strong
filter: 146
main_brush: 296
side_brush: 196
rooms: []
friendly_name: Nestico Robot Vacuum
supported_features: 11256

Service calls

- simple_wyze_vac.sweep_rooms
- vacuum.send_command

command examples:
- sweep_auto
- sweep_rooms
- vacuum.set_fan_speed
- update
- refresh_token

Other info

Supported Features: (copied from GitHub)

  • TOTP (Note: This is NOT the same thing as the 6 digit code you get from your Authenticator app. Please see TOTP section)
  • Start
  • Stop / Pause
  • Return to Base
  • Filter lifespan information (Main filter, main brush and side brush)
  • Camera entity to show last vacuum map
  • Room names as toggleable switches (For area cleaning)
  • Room names as vacuum attributes
  • Optional Polling
  • Sweep Rooms as a service using simple_wyze_vac.sweep_rooms or vacuum.send_command with command sweep_auto
  • Using built-in service and choosing the switch entities/rooms you want to do a sweep
@PiotrMachowski
Copy link
Owner

Done in v2.2.0

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