We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't load map from my roidmi.vacuum.sdj60
v2.2.1
No response
roidmi.vacuum.sdj60
2023.5.2
Home Assistant Container
camera: - platform: xiaomi_cloud_map_extractor host: !secret xiaomi_vacuum_host token: !secret xiaomi_vacuum_token force_api: xiaomi username: !secret xiaomi_cloud_username password: !secret xiaomi_cloud_password draw: ['all'] attributes: - calibration_points - rooms
With force_api: xiaomi i have error: 2024-12-11 21:32:02.180 ERROR (MainThread) [custom_components.xiaomi_miot.vacuum] ROIDMI EVE MAX(roidmi.vacuum.sdj60): Got MiioException while fetching the state: No response from the device, mapping: {'vacuum.status': {'siid': 2, 'piid': 1}, 'vacuum.fault': {'siid': 2, 'piid': 2}, 'vacuum.mode': {'siid': 2, 'piid': 4}, 'sweep.sweep_mode': {'siid': 14, 'piid': 1}, 'map.clean_path': {'siid': 13, 'piid': 1}, 'map.multi_maps_info': {'siid': 13, 'piid': 6}, 'brush_left_time-16-1': {'siid': 16, 'piid': 1}, 'brush_life_level-16-2': {'siid': 16, 'piid': 2}, 'mop-15.mop_life_level': {'siid': 15, 'piid': 1}, 'mop-15.mop_left_time': {'siid': 15, 'piid': 2}, 'brush_left_time-12-1': {'siid': 12, 'piid': 1}, 'brush_life_level-12-2': {'siid': 12, 'piid': 2}, 'brush_cleaner.brush_left_time': {'siid': 11, 'piid': 1}, 'brush_cleaner.brush_life_level': {'siid': 11, 'piid': 2}, 'speaker.volume': {'siid': 10, 'piid': 2}, 'mop.mop_life_level': {'siid': 9, 'piid': 1}, 'mop.mop_left_time': {'siid': 9, 'piid': 2}, 'battery_level': {'siid': 3, 'piid': 1}}, max_properties: 9/18 With other force_api: 2024-12-11 21:36:15.027 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.xiaomi_cloud_map_extractor fails Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 554, in async_update_ha_state await self.async_device_update() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 784, in async_device_update await coro File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/xiaomi_cloud_map_extractor/camera.py", line 278, in update self._handle_map_data(map_name) File "/config/custom_components/xiaomi_cloud_map_extractor/camera.py", line 335, in _handle_map_data map_data, map_stored = self._device.get_map(map_name, self._colors, self._drawables, self._texts, File "/config/custom_components/xiaomi_cloud_map_extractor/common/vacuum.py", line 27, in get_map response = self.get_raw_map_data(map_name) File "/config/custom_components/xiaomi_cloud_map_extractor/common/vacuum.py", line 45, in get_raw_map_data map_url = self.get_map_url(map_name) File "/config/custom_components/xiaomi_cloud_map_extractor/common/vacuum_v2.py", line 18, in get_map_url if api_response is None or "result" not in api_response or "url" not in api_response["result"]: TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
PiotrMachowski
No branches or pull requests
Checklist
The problem
Can't load map from my roidmi.vacuum.sdj60
What version of an integration has described problem?
v2.2.1
What was the last working version of an integration?
No response
What vacuum model do you have problems with?
roidmi.vacuum.sdj60
What version of Home Assistant do you use?
2023.5.2
What type of installation are you running?
Home Assistant Container
Camera's configuration
Errors shown in the HA logs (if applicable)
Additional information
No response
The text was updated successfully, but these errors were encountered: