-
-
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
Support for Dreame vacuums #126
Comments
@PiotrMachowski , have just retrieved the mapping data from a Dreame D9 and emailed it over. Hope it helps |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
i already shared map for Dreame F9 |
@xguitoux right now I collect data that will help me in the future implementation, it's not absolutely needed, but every map makes tests more complete. PS I don't own this vacuum, so for me it's totally not needed 😄 |
Do you "need" the export in order to debug the generated map, I was using "need" in that way. |
Hi, Thanks for everything you have done! it is so cool! |
Hey there, the map is also unsupported on I have sent the map file via email. |
Together with comment on issue PiotrMachowski#126
Hi, I’ve emailed you a map screenshot and raw file for my |
Is the Dev API branch broken? |
@square-spade this comment is now outdated, you can just use the latest release (manually or using HACS) |
Dreame is not supported Right? |
@pergolafabio yup, still not supported. But it's possible to retrieve a raw map file for Dreame vacuums using v2.x.x release |
Sent information for: |
Sent raw map + screen for Dreame L10 Pro (dreame.vacuum.p2029) |
Hey, I also have Dreame L10 Pro one small note, in the top post
|
@SM-26 yup, I have updated first comment. Thanks |
I am using Dreame D9. How can I retrieve the map when using core installtion? I enabled tmp folder to be visible in the config but no map file appears inside. Is the map automatically created when starting Home Assistant? |
@kjellxvx map should be created in |
thanks for your reply! however the map doesn't appear in /tmp. Should is happen automatically or do I have to initiate the map creation process somehow? When trying to add the entity to my dashboard it says it's not supported. |
@kjellxvx it should happen automatically, if you have |
Hello, What do I need to download for the Z10 pro to work? |
What you download? please give me link |
Scroll up, :-) |
where? i install latest version but integration show not supported ;( dreame l10pro, someone wrote that he works on Z10 so it should work on L10 pro because it's the same only with the emptying station |
Just wait a bit, it will be released today |
Thx for the update , really I'm waiting for it
…On Sun, May 22, 2022, 2:34 PM rumunn95 ***@***.***> wrote:
Guys, dreame support has not been released yet, you can install it if you
really want to, but I highly recommend waiting for the final release (I
plan to release it this week)
What you download? please give me link
—
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ6ZU67E6NK7PGTDLB6KCPLVLISW3ANCNFSM46IKDIRA>
.
You are receiving this because you commented.Message ID:
<PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/issues/126/1133886303
@github.com>
|
Added in v2.2.0 release |
Great job, congrats to all who helped on this one |
Thnks a lot! Great work! |
That's because you use an integration that is not supported out of the box by the map card |
Hi, Dreame D9 working mapa, now needs to test all services. Thanks |
What integration should I use for dreame.vacuum.mb1808? |
Which one do you use? |
the map extractor works, the card too, start, stop all works, but when send.command fails |
Which integration should i use? for Dreame L10? |
@magomao @xury77 pooyashahidi/xiaomi_vacuum looks like an integration that should work for both of you. You can create a feature request in Map card |
didnt work for dreame.vacuum.mb1808 Xiaomi Miija 1C |
@magomao ok, you can create a feature request for DavidConnack/xiaomi_vacuum, but I suggest to try to find a version that is still maintained |
Good, I also can't put the zones or the pin & go to work, it always fails to call service. The play button, stop, location and return to the dock is working, the map also appears, which until now did not happen. Tks |
Today I switched to the "send command" platform and found it works pretty well. |
for me the map seems to only update 2 times: at the start and after it has finished. |
Same here, with my Dream D9. The behaviour is erratic: the map is updating randomly, and only a few times. It seems that opening the official Mi Home app helps a bit to retrieve the card (as if the robot is not sending information to Xiaomi cloud constantly, but only when this app is opened). Config is: camera:
- 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
name: 'Carte AspiRobot'
draw: ['all']
force_api: dreame
map_transformation:
rotate: 90
scale: 4 |
It's possible that data in Xiaomi cloud is not updated live when app is not opened. |
Vacuums confirmed to use this API:
dreame.vacuum.p2008
(Dreame F9)dreame.vacuum.mc1808
(Xiaomi Mi Mop/Xiaomi Miija 1C)You can help in implementation of this feature by sending your map file and a screenshot from Xiaomi app at
piotr.machowski.dev [at] gmail [dot] com
.To get raw map file you have to use following config:
and then follow steps provided in documentation: Retrieving map.
Existing implementation of map decoder
The text was updated successfully, but these errors were encountered: