Unable to retrieve map #535
Unanswered
bernardosantoos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I'm facing some issues getting the map image available.
My vacuum is the Xiaomi S12. Below is my configuration.
configuration.yaml:
camera:
host: !secret xiaomi_vacuum_host
token: !secret xiaomi_vacuum_token
username: !secret xiaomi_cloud_username
password: !secret xiaomi_cloud_password
draw: ["all"]
attributes:
secrets.yaml:
xiaomi_vacuum_host: 192.xxx.x.xxx
xiaomi_vacuum_token: xxxxxxxxxx (32 digits)
xiaomi_cloud_username: [email protected]
xiaomi_cloud_password: xxxxxxxxxx
Anything special I should look for to solve the issue? The vacuum and map work perfectly using Xiaomi Mi Home app
Beta Was this translation helpful? Give feedback.
All reactions