andreypopov / node-red-contrib-miio-roborock

Xioami Roborock node-red nodes
Apache License 2.0
32 stars 12 forks source link

Own Voice Pack instalation to S5 Max #18

Closed S474N closed 4 years ago

S474N commented 4 years ago

Describe issue Cannot install own voicepack via OTA/Node-Red node. There is no response from vacuum cleaner.

Your flow here Injection JSON:

{
    "method": "dnld_install_sound",
    "params": {
        "md5": "myMD5checksumOfFile",
        "sid": 1005,
        "url": "http://MyServerPath/FILE.pkg",
        "sver": 2
    },
    "id": 1794
}

Screens / Logs

Hardware / Software

andreypopov commented 4 years ago

gen3 vacuums support only official voice packs

andreypopov commented 4 years ago

what is the error code? check with "get progress" command

S474N commented 4 years ago

Tested, and error code: 0.

state: 3
error: 0

I think, that problem is, that new generation (third) voicepack must be signed with RSA from manufacturer.

andreypopov commented 4 years ago

you are right

S474N commented 4 years ago

So, now we can close this issue :D