zwave-js-ui icon indicating copy to clipboard operation
zwave-js-ui copied to clipboard

NVM Management Restore APi

Open Siburanjan opened this issue 1 year ago • 1 comments

Hi,

I wanted to backup and restore NVM , The backup is happening properly when i hit the API "{ "api": "backupNVMRaw", "args": [] }" and stored in the path server/store/backup/nvm/ . but when i want to restore the NVM after reset i am unable to do it through api , but the restore is happening through ui. Can you please help me out with the api for restore and how to specify the file path for the nvm_file downloaded.

Siburanjan avatar Mar 13 '24 12:03 Siburanjan

@Siburanjan check https://zwave-js.github.io/zwave-js-ui/#/guide/mqtt?id=restorenvm

Topic: zwave/_CLIENTS/ZWAVE_GATEWAY-<mqtt_name>/api/restoreNVM/set

Payload:

{
    "args": [
        data,
        false
    ]
}

The data payload should be a Buffer

robertsLando avatar Mar 14 '24 07:03 robertsLando

This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label

github-actions[bot] avatar Jun 13 '24 00:06 github-actions[bot]

Yes, the issue is stable and working fine. Thanks for your timely support.

Siburanjan avatar Jun 13 '24 05:06 Siburanjan

I am closing this issue.

Siburanjan avatar Jun 13 '24 05:06 Siburanjan