Zwave device not recognized

I’ve installed OpenHAB2 and successfully paired with two ZWave devices, the first device was recognized but the second was not. I looked in the device database (www.cd-jackson.com) and found there that the device (0060:0011:0001:2.0) was present but noted it was not present in ESH-INF/thing/everspring_an179_0_0.xml
So I searched on my Pi for the file org.openhab.binding.zwave-2.1.0.jar (which was in /var/lib/openhab2/tmp/mvn/org/openhab/binding/org.openhab.binding.zwave/2.1.0) and copied it to /tmp. There I extracted ESH-INF/thing/everspring_an179_0_0.xml and replaced the content of this file with the content from www.cd-jackson.com and updated the jar file with the new file. I copied the changed jar file to it’s original location and restarted OpenHAB2.
After the restart I removed the ZWave device and rediscovered it, but still the device is listed as Unknown.

Any suggestion to get this to work, am I missing something??

NODE 3: Device discovery could not resolve to a thingType! 0060:0011:0001::2.0

Answering my own question: Empty the cache (/var/lib/openhab2/cache) and it works!