Hi, I’ve started adding the feedback from the different sensors.
I also added the dock because it itself has information depending on the vacuum cleaner.
For some features, I went through the unknown category and the unknown type
Until this evolution:
Regarding the room mapping, @pierre-gilles what exactly are you expecting?
Can this request do the trick?
@Lokkye new PR
main ← vincentBesseau:main
ouvert 10:10PM - 11 Aug 26 UTC
This PR adds maintenance tracking for both the Roborock robot and its dock in Gl… adys.
Main changes:
* Added robot maintenance information via get_consumable:
* Main brush
* Side brush
* Filter
* Sensor cleaning
* Converted Roborock usage counters into remaining percentages.
* Added a separate Gladys device for the dock when a dock_type is detected.
* Added dock maintenance information:
* Cleaning brush
* Dust collection
* Strainer
* Maintained compatibility with models that do not expose all maintenance fields.
* Added associated unit tests.
* Updated the documentation.