Neato vacuum robot: Dismiss alert

the neato vacuum robot shows alerts in the status attribute (like: Empty dustbin).
However, it is not possible to dismiss these alerts in home assistant.
It is required to open the neato mobile app and click “OK” to acknowledge the message, so it will disappear.

It should be possible to acknowledge status messages via a service call.

The API provides the following:

dismissCurrentAlert
Dismisses the current alert reported in the State response. Once an alert has been seen by a user, this request SHOULD be used to clear the alert reported by the robot.

Request

{
  "reqId": "77",
  "cmd": "dismissCurrentAlert"
}

@sevorl I’ve added this in https://github.com/home-assistant/core/pull/97572

1 Like

Awesome! Thank you.
So I will be able to retire the node red flow that I had to build specificially to achive this issue!

1 Like