-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to retrieve map from vacuum #541
Comments
I have exactly the same problem. - platform: xiaomi_cloud_map_extractor
name: Wall-E Floor plan
host: XXX.XXX.XXX.XXX
token: !secret
username: !secret
password: !secret
draw: ['all']
attributes:
- calibration_points It only worked once when I set it up, since then I always get this message. If I switch the entity “off” again in HA, the map can be loaded again in the app. I don't know what's going on. |
Same here, it worked perfectly and without changing anything it started to fail. |
It looks like Xiaomi bans you if you perform many requests too often. I added the blueprint mentioned here to disable the polling when the vacuum is docked. Now I guess I should wait until Xiaomi decides to lift the ban |
Ok thanks, I applied the blueprint, let's see. |
Any updates on your unban ? I am ban too... |
Hey! I'm struggling with the same problem. Just applied the blueprint. Did you get your ban lifted? How long did it take? Thanks |
Myself it resolved 2 days after added the removal of refresh and local storage. |
Thanks! I'll wait :-) |
In my case, they lift the ban after 24 hours. But they don't disclose the duration or if it's longer in case of a repeat "offense" |
I have the same problem, but I have my camera off when it is docked since the very first time I used this custom component, so this is not the problem. Any idea? |
i have the same issue, i try the blueprint and come back later |
in my case: this works for me. |
I use Blueprint settings:
Camera:
|
Hey everyone. I have the same problem but it is sporadic. If I do not use the vacuum for a day or 2 I can generate a map. I also cannot use the Mi Home app as the map on the app will not generate. I suspect I am hitting an API limit against Xiaomi. Here is my config
I suspect something in here is hitting the API limits. I am also using the blueprint PiotrMachowski/disable_vacuum_camera_update_when_docked.yaml |
Checklist
The problem
The map doesn't appear, only the message "Failed to retrieve map from vacuum" and "Invalid calibration, please check your configuration".
Here is the card configuration:
type: custom:xiaomi-vacuum-map-card
title: Xiaomi Vacuum Map Card
preset_name: Live map
entity: vacuum.ramiro
map_source:
camera: camera.my_camera
calibration_source:
camera: true
vacuum_platform: default
What version of an integration has described problem?
v2.2.1
What was the last working version of an integration?
No response
What vacuum model do you have problems with?
rockrobo.vacuum.v1
What version of Home Assistant do you use?
2024.7.2
What type of installation are you running?
Home Assistant Container
Camera's configuration
Errors shown in the HA logs (if applicable)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: