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.12k stars 121 forks source link

v-rvclm26b viomi.vacuum.v6 #497

Closed Grifindorec closed 6 months ago

Grifindorec commented 7 months ago

Checklist

What vacuum model do you want to be supported?

viomi.vacuum.v6

What is its name?

v-rvclm26b

Available APIs

Errors shown in the HA logs (if applicable)

Эта ошибка возникла в пользовательской интеграции.

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: 20:21:29 (1 occurrences)
Last logged: 20:21:29

Failed to retrieve model

Эта ошибка возникла в пользовательской интеграции.

Logger: miio.device
Source: custom_components/xiaomi_cloud_map_extractor/camera.py:320
Integration: xiaomi_cloud_map_extractor (documentation, issues)
First occurred: 20:21:35 (1 occurrences)
Last logged: 20:21:35

Found an unsupported model 'viomi.vacuum.v6' for class 'RoborockVacuum'. If this is working for you, please open an issue at https://github.com/rytilahti/python-miio/

Other info

No response

PiotrMachowski commented 7 months ago

viomi.vacuum.v6 should work with this integration. What is your config?

Grifindorec commented 7 months ago

sorry for long reply.

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:
      - calibration_points
    auto_update: false
PiotrMachowski commented 7 months ago

What does the camera show? Is there anything more in logs?

Try removing

    auto_update: false
Grifindorec commented 7 months ago

still don't work( without auto_update: false - Updating xiaomi_cloud_map_extractor camera took longer than the scheduled update interval 0:00:05 tried interval 30 sec, don't work. camera show "failed to retrieve device" image

PiotrMachowski commented 7 months ago

This means the token you have provided doesn't match any device

Grifindorec commented 7 months ago

hello i have alredy devices in other platform - majordmo. and token in this platform and in mi home from vevs are the same.

image image

PiotrMachowski commented 7 months ago

Can you check if Tokens Extractor returns the same token?

Grifindorec commented 6 months ago

sure image

Grifindorec commented 6 months ago

Hello Any idea?

Grifindorec commented 6 months ago

Sorry, it's my fault. So stupied mistake in configuration.yaml Please add that v-rvclm26b work too Coffee on me

PiotrMachowski commented 6 months ago

I'm glad you have figured it out 👍