### Checklist
- [X] I have updated the integration to the latest version availaā¦ble
- [X] I have checked if the problem is already reported
### The problem
First of all thanks for this great integration! I've been using it for more than a year now without any issues.
However for the last couple of days I don't receive any maps anymore.
I only see "Failed to retrieve map from vacuum" for both my vacuums (S5 &S7).
I've checked the logs but nothing's showing. I only have the custom integration error about that it's not tested by Home Assistant. But after that, nothing at all.
Always difficult when something breaks when you didn't change anything...
Any idea's?
### What version of an integration has described problem?
v2.2.0
### What was the last working version of an integration?
v2.2.0
### What vacuum model do you have problems with?
S5 and S7
### What version of Home Assistant do you use?
2023.3.6
### What type of installation are you running?
Home Assistant Core
### Camera's configuration
```yaml
camera:
- platform: xiaomi_cloud_map_extractor
name: Roborock S5
host: 192.168.1.30
token: xxx
username: xxx
password: xxx
draw: ['all']
attributes:
- calibration_points
- room_numbers
- rooms
colors:
color_map_inside: [21, 21, 21]
color_map_outside: [28, 28, 28]
color_map_wall: [142, 142, 142]
color_map_wall_v2: [142, 142, 142]
color_grey_wall: [142, 142, 142]
color_ignored_obstacle: [0, 0, 0, 127]
color_ignored_obstacle_with_photo: [0, 0, 0, 127]
color_obstacle: [0, 0, 0, 127]
color_obstacle_with_photo: [0, 0, 0, 127]
color_path: [255, 255, 255]
color_goto_path: [0, 255, 0]
color_predicted_path: [255, 255, 0, 0]
color_cleaned_area: [127, 127, 127, 127]
color_zones: [0, 0, 0, 0]
color_zones_outline: [0xAD, 0xD8, 0xFF]
color_virtual_walls: [255, 0, 0]
color_new_discovered_area: [64, 64, 64]
color_no_go_zones: [255, 33, 55, 127]
color_no_go_zones_outline: [255, 0, 0]
color_no_mop_zones: [163, 130, 211, 127]
color_no_mop_zones_outline: [163, 130, 211]
color_charger: [0x66, 0xfe, 0xda, 0x7f]
color_robo: [75, 235, 149]
color_room_names: [0, 0, 0]
color_unknown: [0, 0, 0]
color_scan: [0xDF, 0xDF, 0xDF]
room_colors:
1: [21, 21, 21]
2: [21, 21, 21]
3: [21, 21, 21]
4: [21, 21, 21]
6: [21, 21, 21]
7: [21, 21, 21]
5: [21, 21, 21]
map_transformation:
rotate: 270
scale: 3
trim:
top: 0
bottom: 0
left: 0
right: 0
- platform: xiaomi_cloud_map_extractor
name: Roborock S7
host: 192.168.1.181
token: xxx
username: xxx
password: xxx
draw: ['all']
attributes:
- calibration_points
- room_numbers
- rooms
colors:
color_map_inside: [21, 21, 21]
color_map_outside: [28, 28, 28]
color_map_wall: [142, 142, 142]
color_map_wall_v2: [142, 142, 142]
color_grey_wall: [142, 142, 142]
color_ignored_obstacle: [0, 0, 0, 127]
color_ignored_obstacle_with_photo: [0, 0, 0, 127]
color_obstacle: [0, 0, 0, 127]
color_obstacle_with_photo: [0, 0, 0, 127]
color_path: [255, 255, 255]
color_goto_path: [0, 255, 0]
color_predicted_path: [255, 255, 0, 0]
color_cleaned_area: [127, 127, 127, 127]
color_zones: [0, 0, 0, 0]
color_zones_outline: [0xAD, 0xD8, 0xFF]
color_virtual_walls: [255, 0, 0]
color_new_discovered_area: [64, 64, 64]
color_no_go_zones: [255, 33, 55, 127]
color_no_go_zones_outline: [255, 0, 0]
color_no_mop_zones: [163, 130, 211, 127]
color_no_mop_zones_outline: [163, 130, 211]
color_charger: [0x66, 0xfe, 0xda, 0x7f]
color_robo: [75, 235, 149]
color_room_names: [0, 0, 0]
color_unknown: [0, 0, 0]
color_scan: [0xDF, 0xDF, 0xDF]
room_colors:
1: [21, 21, 21]
16: [21, 21, 21]
20: [21, 21, 21]
17: [21, 21, 21]
18: [21, 21, 21]
19: [21, 21, 21]
21: [21, 21, 21]
map_transformation:
rotate: 270
scale: 3
trim:
top: 0
bottom: 0
left: 0
right: 0
```
### Errors shown in the HA logs (if applicable)
```shell
sadly, none :(
```
### Additional information
_No response_