-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Show error in card when vacuum gets stuck or runs into error #776
Comments
@carefulcomputer this looks to be a good point I could add an event to notify the card (this also can be used with a script to create a notification to the mobile), and whenever the vacuum is in "error" condition create a repair notification in HA. @PiotrMachowski I think probably this can be handled by my integration, anyhow I will post here if you want to add this to the card too the event name. |
For Xiaomi Miio as far as I remember vacuum entity has a possible I think that approach with an entity (either a state of vacuum entity or a dedicated one) would be more useful. A repair can also be created additionally. @carefulcomputer which integration do you use? |
@PiotrMachowski , I use valetudo . |
Does any entity report error status? |
Piotr Valetudo does send error stat but and the camera detects the error stats too, I can also implement an event valetudo_error so that the card or the user can trigger an action. event_type: valetudo_error
data:
entity_id: mqtt_vacuum.silenttepidstinkbug
error: "{error}"
origin: LOCAL
time_fired: "2024-11-26T18:32:39.959478+00:00"
context:
id: 01JDMVYE8QJE9RHAMXDPWN4Z5J
parent_id: null
user_id: null @carefulcomputer the camera also create a snapshot when the vacuum is idle, error or docked automatically on www. |
that will be great. few suggestions to make it even better (not sure what all is possible)-
|
@PiotrMachowski I think you can close this I will open a future request on my project with the comment that @carefulcomputer made. Thanks to you guys for the hints. |
Description
Currently when vacuum gets stuck , the card doesn't show any error. So it is hard to know that it got stuck.
Solution
It will be nice for card to show the error and last known position prominently. That will allow for quick rescue of the bot.
Alternatives
No response
Context
No response
The text was updated successfully, but these errors were encountered: