xury77

Results 26 comments of xury77

I managed it manually adding dreamevacuum.py from @microfrost1 repo and even upload a custom langpack to L10: https://github.com/rytilahti/python-miio/issues/812#issuecomment-841894946 https://github.com/rytilahti/python-miio/issues/812#issue-695959518

Now is easier way. You can use https://github.com/pooyashahidi/xiaomi_vacuum Of course you still need to get the token. There are many ways to extract a token. Last time I used a...

You mean map for HA? Unfortunately still not available for Dreame family.

I can confirm that new Dreame bot L10 Pro (dreame.vacuum.p2029) works with @microfrost1 repo. I just bought and manage to integrate with HA during two days. Thanks to people from...

I have L10 and replaced vacuum.py in homeassistant\custom_components\xiaomi_vacuum directory and also replaced dreamevacuum.py in homeassistant\custom_components\xiaomi_vacuum\miio directory and after my vaccum card become unavailable. My log from HA: `Ten błąd pochodzi...

Hi @need2buy did you also changed data structure in "vacuum_clean_zone"? I have a nodered inject `{ "data": { "zone": "-3383,1251,-972,2984", "repeats": "1" } }` This is a rug in the...

Maybe is a most stupid question but how to use a _install_voice_pack_? I have ready file en.tar.gz and modified dreamevacuum in my coustom component directory. But I don't know how...

Ok I managed to use clean_room : ``` { "zone": '{"selects":[[4,1,1,2,1]]}', "repeats": "1" } ``` Now I looking for use custom voice pack. I prepared tar.gz file. Also I was...

Hi freakent. Thank You for your interest. Currently I was able to add these temperature values thanks to your design. As I said, my "bms" is my own poor design....