PiotrMachowski / Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor

This custom integration provides a way to present a live view of a map for Xiaomi (Roborock/Viomi/Roidmi/Dreame) vacuums without a need for rooting.
MIT License
1.15k stars 122 forks source link

Failed to retrieve model: Q7 #489

Open dmo012 opened 11 months ago

dmo012 commented 11 months ago

Checklist

What vacuum model do you want to be supported?

roborock.vacuum.a38

What is its name?

Roborock Q7

Available APIs

Errors shown in the HA logs (if applicable)

This error originated from a custom integration.

Logger: custom_components.xiaomi_cloud_map_extractor.camera
Source: custom_components/xiaomi_cloud_map_extractor/camera.py:309
Integration: xiaomi_cloud_map_extractor (documentation, issues)
First occurred: November 7, 2023 at 5:25:07 AM (4328 occurrences)
Last logged: 2:38:30 AM

Failed to retrieve model

Other info

The map for this vacuum works but I still get the 'Failed to retrieve model" error

PiotrMachowski commented 11 months ago

It usually means that you have provided an invalid token

driek12 commented 10 months ago

same for me, the Q7 is not recognised. It would be great if it could be added.

dmo012 commented 10 months ago

I'm actually now realizing I wasn't using this integration to extract the map for my Q7 as the custom integration available on HACS (https://github.com/humbertogontijo/homeassistant-roborock) extracts it automatically. I removed the YAML from my configuration.yaml file and the error went away (obviously). The interesting part is that I used this integration to get the map for my Q7 before moving that vacuum over to the Roborock app and it worked just fine, I still received this error anyways.