You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the integration to the latest version available
I have checked if the vacuum/platform is already requested
I have sent raw map file to piotr.machowski.dev [at] gmail.com (Retrieving map; please provide your GitHub username in the email)
What vacuum model do you want to be supported?
dreame.vacuum.md1808
What is its name?
Xiaomi Mi Mop 2c
Available APIs
xiaomi
viomi
roidmi
dreame
Errors shown in the HA logs (if applicable)
Günlükçü: homeassistant.helpers.entity
Kaynak: helpers/entity.py:960
İlk gerçekleşti: 19:06:36 (87 olaylar)
Son giriş: 19:13:45
Update for camera.xiaomi_cloud_map_extractor fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 960, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1320, in async_device_update
await hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/xiaomi_cloud_map_extractor/camera.py", line 291, in update
self._handle_map_data(self._map_name)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/config/custom_components/xiaomi_cloud_map_extractor/camera.py", line 362, in _handle_map_data
map_data, map_stored = self._device.get_map(map_name, self._colors, self._drawables, self._texts,
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self._sizes, self._image_config, store_map_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/xiaomi_cloud_map_extractor/common/vacuum.py", line 36, in get_map
map_data = self.decode_map(response, colors, drawables, texts, sizes, image_config)
File "/config/custom_components/xiaomi_cloud_map_extractor/dreame/vacuum.py", line 24, in decode_map
return MapDataParserDreame.decode_map(raw_map_string, colors, drawables, texts, sizes, image_config)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/xiaomi_cloud_map_extractor/dreame/map_data_parser.py", line 51, in decode_map
unzipped = zlib.decompress(base64.decodebytes(raw_map_string.encode("utf8")))
zlib.error: Error -3 while decompressing data: incorrect header check
Other info
I use Xiaomi Mi Mop 2c (dreame.vacuum.md1808). I made the camera settings and even the device appears in miot auto, I can control it.
I can use the cleaner's map in xiaomi home, I can have a room-by-room cleaning. I just couldn't integrate the map into HA. Is my device not supported or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Checklist
piotr.machowski.dev [at] gmail.com
(Retrieving map; please provide your GitHub username in the email)What vacuum model do you want to be supported?
dreame.vacuum.md1808
What is its name?
Xiaomi Mi Mop 2c
Available APIs
Errors shown in the HA logs (if applicable)
Other info
I use Xiaomi Mi Mop 2c (dreame.vacuum.md1808). I made the camera settings and even the device appears in miot auto, I can control it.
I can use the cleaner's map in xiaomi home, I can have a room-by-room cleaning. I just couldn't integrate the map into HA. Is my device not supported or am I doing something wrong?
The text was updated successfully, but these errors were encountered: