-
-
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
Error -3 while decompressing data: incorrect header check while trying Viomi S9 #143
Comments
This vacuum uses |
You can now check out version from this branch |
not sure where I went wrong:
|
What is your config? |
redownloaded but still get the same issue. - platform: xiaomi_cloud_map_extractor
host: !secret xiaomi_vacuum_host
token: !secret xiaomi_vacuum_token
username: !secret xiaomi_cloud_username
password: !secret xiaomi_cloud_password
country: sg
force_api: viomi It also did not like(said it did not suport) store_map: true that I had there before, so had to comment that out |
You have to remove "force_api" section, as your vacuum doesn't use viomi map format. Everything should be auto-discovered now. - platform: xiaomi_cloud_map_extractor
host: !secret xiaomi_vacuum_host
token: !secret xiaomi_vacuum_token
username: !secret xiaomi_cloud_username
password: !secret xiaomi_cloud_password
country: sg |
great! Can see map now, just need to add more options |
Oh, use this config: - platform: xiaomi_cloud_map_extractor
host: !secret xiaomi_vacuum_host
token: !secret xiaomi_vacuum_token
username: !secret xiaomi_cloud_username
password: !secret xiaomi_cloud_password
country: sg
draw: ["all"] |
yep, that is what I needed =) |
can you please also tell me how to do this? |
You should have a button for it in "Server controls" page |
legend! |
Added in #148 |
Hello
I am trying to get maps for Viomi S9 urn:miot-spec-v2:device:vacuum:0000A006:viomi-v18:1
When I configure the parameters and restart HA I get this error:
The text was updated successfully, but these errors were encountered: