Roborock finished indicator for Roborock S8

Currently I am unable to find the indicator that the vacuum cleaner succesfully finished a cleanup for my Roborock S8. With the Valetudo implementation on an older Roborock I had an attribute called “isFinished”.

I tried out to find a status and currently I set it to finished when the status changes to “charging”. This is fine since the battery does not run out in my appartment but if it needs to charge in between, this would not be robust.

The Roborock app has an indicator for this.

I would like to see the last_clean_start and last_clean_end timestamp added to the default integration. It was present in the HACS addon but after switching to the default it seems to be missing. I guess with these properties you can also implement the isFinished flag i.e. if the end timestamp changes.

2 Likes