Hi, I've noticed in Home Assistant that the "Charging status" for my Roborock S8 is basically always on when the robot is at its dock.
Tracking it down a bit I think this is because from this library, the charging status is tracked using a boolean.
In the Roborock app I can see that the robot is "Waiting to charge" or "Charge pending" depending on the screen (I use off peak charging).
It would be great if this "waiting to charge" status could be added to this library, or at least be mapped to "Not charging". I'm happy to help though I am kinda new to Python development.
Hi, I've noticed in Home Assistant that the "Charging status" for my Roborock S8 is basically always on when the robot is at its dock.
Tracking it down a bit I think this is because from this library, the charging status is tracked using a boolean.
In the Roborock app I can see that the robot is "Waiting to charge" or "Charge pending" depending on the screen (I use off peak charging).
It would be great if this "waiting to charge" status could be added to this library, or at least be mapped to "Not charging". I'm happy to help though I am kinda new to Python development.