merdok / homebridge-miot

Homebridge plugin for devices supporting the Xiaomi miot protocol
MIT License
364 stars 62 forks source link

Roborock s6maxV #545

Closed majstermsi closed 7 months ago

majstermsi commented 7 months ago

S6 maxV Doesn`t work at all however s7max v works well.

merdok commented 7 months ago

You have to specify some more details, just telling that it does not work will not help me find and fix the issue. What is the model of the device? What does the log say?

majstermsi commented 7 months ago

HI, Roborock s6 maxV it is model name. some logs:

[20/11/2023, 12:59:56] [miot] [Roborock S7 MaxV] Main brush life level: 52%. [20/11/2023, 12:59:56] [miot] [Roborock S7 MaxV] Filter life level: 4%. [20/11/2023, 12:59:57] [miot] [Roborock S7 MaxV] Starting property polling. [20/11/2023, 12:59:57] [miot] [Roborock S7 MaxV] Successfully saved device info! [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Device found! Setting up miot device from local connection! [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Device firmware: 3.5.86246 [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Connected to device: roborock.vacuum.a10 [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Doing initial property fetch. [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Preparing property poll! [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Splitting properties into chunks. Number of chunks: 1. Chunk size: 14 [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Successfully saved device info! [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property vacuum:status. Response: "u" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property vacuum:mode. Response: "n" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property battery:battery-level. Response: "k" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "n" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "o" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "w" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "n" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "m" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "e" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "t" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "h" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "o" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Error while parsing response from device for property undefined. Response: "d" [20/11/2023, 12:59:57] [miot] [Roborock S6 MaxV] Got initial device properties:

merdok commented 7 months ago

The model is roborock.vacuum.a10 which I just saw in your logs. It seems to me that the device is not a native miot device, hence you have to use the cloud to connect to it. You need to specify your micloud credentials in the config and set the property forceMiCloud to true.

majstermsi commented 7 months ago

Hmmm micloud credentials are provided however forceMiCloud is set tu false . I will try tooday to force MiCloud.

merdok commented 7 months ago

Yeah, per default a device will try to use a local connection, unless you specify the forceMiCloud property.

majstermsi commented 7 months ago

Good point. To close.