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

Provide error state #13

Open
tensiondriven opened this issue Jan 28, 2022 · 1 comment
Open

Provide error state #13

tensiondriven opened this issue Jan 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@tensiondriven
Copy link

Hi – I love the integration, thanks so much for making it.

A feature I am sorely missing is the ability to notify Home Assistant when the device encounters an error, such as being stuck on a sock (which happens far too often).

For the Shark integration, the integration returns some extra state info: (example state from my Shark vaccum)

fan_speed_list:
  - Eco
  - Normal
  - Max
battery_level: 100
battery_icon: mdi:battery-charging-100
fan_speed: Normal
last_error_code: 0
last_error_message: null
low_light: false
recharge_and_resume: true
friendly_name: Sharkie
supported_features: 13052

It would be fantastic if this integration could also expose the error information. Once there's an attribute in HA, the user can write an automation to detect state changes and do notifications that way, so no additional events are needed.

@romedtino
Copy link
Owner

I'm a bit in the mercy of the underlying API - https://github.com/shauntarves/wyze-sdk . So it might be better to request these features there

@romedtino romedtino added the enhancement New feature or request label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants