Read the configuration from device

I am having a problem with MP21ZP Z-Waive device and I suspect the internal configuration is not the same that was sent by OH3.

Is there a way to read the configuration from device using openhab-cli ?

Thank you,
Ventura

You could use the API Explorer to get the status for your device:

grafik

grafik

But AFAICT this API call doesn’t request the data from the physical device …

@chris
Does the Z-Wave binding expose methods to OH, e.g. GetConfig?

No - not directly. The binding manages the configuration itself - when you update configuration it sends the config to the device, and then reads it back so that the UI is correct. The binding also resynchronises on startup. Unless you have multiple systems performing updates, it should not be out of sync.