Piotr Machowski

Results 620 comments of Piotr Machowski

@auanasgheps it shouldn't be hard for me to add it. Until that you can handle it with a simple automation

Can you send me raw map file? [Retrieving map](https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor#retrieving-map) `piotr.machowski.dev [at] gmail.com`

Use `store_map_path: "/config"`

When you add `store_map_path: "/config"` you don't need to execute `docker ...` command, file should be already there. Aaaaand you are trying to execute said command using wrong terminal addon

Can you try `force_api: roidmi`?

@galamarco You can make your vacuum work by adding `force_api: roidmi` to your config: ```yaml camera: - platform: xiaomi_cloud_map_extractor host: 192.168.6.33 token: '49454f7663776f65384665334449437a' username: '+39XXXXXX' password: 'XXXXXX' force_api: roidmi ```

I have never heard about this model. You can try setting API manually to check if it works with existing ones: ```yaml force_api: xiaomi ``` or ```yaml force_api: viomi ```...

@rezmus yeah, but I suppose they use one of already existing map formats, I'm not able to test it by myself though :)

@angeldeejay actually I have received a raw map file from this model and it doesn't use any already existing api, so it has to be implemented from the scratch

@LordHenry76 exactly