Old UID after upgrading OH2

Hello Guys

My zWave stick had the UID zwave:device:d0edbbe8 in OHb5.
After upgrading to #715 the UID changed to zwave:device:4758550e

So far, so well. All item associations got updated (configured via PaperUI and HABmin, not file-based).
Now I see in the logs some warnings regarding ghost entries for the old UID

Cannot delegate update 'UP' for item 'Jal_Balkon' to handler for channel 'zwave:device:d0edbbe8:node11', because no thing with the UID 'zwave:device:d0edbbe8' could be found.

How can I cleanup this little mess?

Thank you

Michael

Edit your

org.eclipse.smarthome.config.discovery.DiscoveryResult.json and
org.eclipse.smarthome.core.thing.link.ItemChannelLink.json and
org.eclipse.smarthome.core.thing.link.ItemThingLink.json

and delete all occurences with the old stick id.

A better approach would have been to change the stick device id back to the old id after upgrading, can be done via HABmin or PaperUI …