PiotrMachowski / Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor

This custom integration provides a way to present a live view of a map for Xiaomi (Roborock/Viomi/Roidmi/Dreame) vacuums without a need for rooting.
MIT License
1.13k stars 122 forks source link

fix(camera): disable camera when vacuum docked #472

Open dahlmo opened 10 months ago

dahlmo commented 10 months ago

Closes #468.

Blueprint doesn't take the idle state into account, so you get rate limited by Xiaomi because of too frequent map fetching.

dahlmo commented 9 months ago

I saw that you wrote that you were a bit busy in the other open PR @PiotrMachowski, but is there someone else that could take a quick look at this one then? For me it's no rush but I think this would be a low hanging fruit that would prevent a lot of rate limiting for a lot of users that doesn't write their own automations.

dahlmo commented 3 months ago

A friendly reminder @PiotrMachowski. We're probably a lot of users that get rate limited every time the vacuum gets stuck (since it keeps polling) and this should fix it.