Read z-wave configuration parameter

Does anyone know how to read a configuration parameter from a z-wave node?

I have a Qubino Mini Dimmer.

  • Setting parameter 71 to 2 forces a calibration (I can’t see what I’m setting the value to in the UI but one of the options is “Force calibration” so hopefully that’s 2)
  • Reading parameter 72 should tell me the result of the calibration

Now, when I select 72 in the parameter list in the UI there is no option to read the parameter. Instead the configuration value field is not updated (so it’ll have the options of whatever parameter was selected before) and the button still reads “Set configuration parameter”. Surely this is a bug?

I also tried using the service zwave.print_config_parameter. I couldn’t find any documentation on how to use it but calling it produced some errors in my logs hinting about arguments node_id and parameter. Calling it with those parameters didn’t produce any errors, but not any other output either (in home assistant logs or OZW_Log.txt).

I also gave zwave.print_node a go which produces 106 identical error messages in OZW_Log.txt:
2020-11-25 22:03:31.264 Warning, Exception: Manager.cpp:2499 - 102 - ValueID passed to GetValueFloatPrecision is not a Decimal Value

So, let me know if you have successfully read a configuration parameter off a node.

Thanks.