Piotr Machowski
Piotr Machowski
@TimpP-Spb what do you get in logs when you use different APIs?
@drunkly https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/issues/200 This is not a fix, this is a new feature to add
Can you provide some examples of maps in different rotations? Is it the same as just rotating the whole image or does items on the map move as well?
Yes, there's no solution at this moment. Can you provide raw images from Map Extractor instead? Ideally from config without map trimming
Can you change config of map extractor to following: ```yaml 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 draw: ['all'] attributes: -...
> If I understand your idea we need to wait until map changes it orientation and check it once again, right? Exactly. Also please check if CPU/RAM usage stayed at...
Could you share your config?
What warnings do you get in HA log?
What image does camera show?
It's possible that this model uses a different API, can you try using this config? ``` camera: - platform: xiaomi_cloud_map_extractor host: !secret xiaomi_vacuum_host token: !secret xiaomi_vacuum_token username: !secret xiaomi_cloud_username password:...