Z-Wave Device Configuration Update Issue

I’ve been working on tweaking some settings in my Z-Wave network and ran into an issue while trying to update parameters in Paper UI. Whenever I attempt to make a change, I receive a 404 error, but interestingly, the same change goes through without any issues when using HABmin. Here’s what I’ve observed and the logs for reference:

Symptoms:

  • Attempting to update HEM parameters in Paper UI results in a 404 error.
  • The same configuration change works seamlessly in HABmin.
  • The device appears to update successfully based on the logs, but the Paper UI interface indicates an error.

Logs:

11:07:38.405 [INFO ] [ome.io.rest.core.thing.ThingResource] - Received HTTP PUT request for update config at ‘things/zwave:device:f9a3def8:node2/config’ for the unknown thing ‘zwave:device:f9a3def8:node2’.
11:08:30.487 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing ‘zwave:device:f9a3def8:node2’ has been updated.
11:08:30.492 [INFO ] [marthome.event.ConfigStatusInfoEvent] - ConfigStatusInfo [configStatusMessages=[ConfigStatusMessage [parameterName=config_1_2, type=PENDING, messageKey=null, arguments=null, message=null, statusCode=null]]]

What I’ve Tried:

  1. Checked Device Inclusion: The device is properly included in the Z-Wave network and shows up correctly in HABmin.
  2. Verified Paper UI Permissions: Ensured that Paper UI has the necessary permissions to access and modify Z-Wave device configurations.
  3. Rebooted System: Performed a clean reboot of both the OpenHAB instance and the Z-Wave controller to rule out temporary glitches.
  4. Reviewed Documentation: Cross-referenced the issue with OpenHAB’s documentation and community forums to see if others have encountered similar problems.

Next Steps:

  • I’ll attempt to re-include the device in the Z-Wave network to see if that resolves the issue.
  • If the problem persists, I’ll look into updating the Z-Wave binding to the latest version, as there might be a bug fix in a newer release.
  • I’ll also check if there are any known issues with Paper UI’s handling of Z-Wave device configurations in the current OpenHAB version.

If anyone has encountered a similar issue or has suggestions on how to troubleshoot this further, I’d greatly appreciate your input!