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

Support VIOMI SE #396

Closed Cigareoc closed 1 year ago

Cigareoc commented 1 year ago

Checklist

What vacuum model do you want to be supported?

viomi.vacuum.v19

What is its name?

Viomi SE V-RVCLM21A

Available APIs

Errors shown in the HA logs (if applicable)

No response

Other info

Good evening! I have this robot for the last 1.5 years Viomi SE V-RVCLM21A,it worked very well until half a year ago through the integrations Viomi Robot Vacuum Cleaner SE with coordinates (V-RVCLM21A-not working for me now) Here is coordinates( not working now whith this method)

service: vacuum.send_command
data:
command: app_zoned_clean
params:
- - -0.25
- -0.6
- 3.8
- 2.55
- 1
- - -0.25
- -0.6
- 3.8
- 2.55
- 1

but now only through with miot auto integration he understands commands like this Here is by room id

service: xiaomi_miot.call_action
data:
entity_id: vacuum.viomi_v19_4b59_robot_cleaner
did: XXXXXXXXXXX
siid: 4
aiid: 13
params:
- 0
- 1
- "14"

Here is the link from miot https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:vacuum:0000A006:viomi-v19:1 In your integration I also see the map/rooms,room name and the robot but does not react to commands because when I type on a room i give error """Не удалось вызвать службу xiaomi_miot/call_action. required key not provided @ data['aiid']"""

PiotrMachowski commented 1 year ago

Sooo Map Extractor works for you, but you just have a problem with controlling your vacuum using Map Card?

Cigareoc commented 1 year ago

Is working with script 's only,it doesn't do anything, only the map shows but any command or any setting doesn't react, I tried all the settings models that are in the paper setting but none of them work for me

PiotrMachowski commented 1 year ago

Ok, so you have a problem with configuration of Map Card. I will close this issue, you can create a discussion here