Vision ZD2102 Door Sensor - how to make this work?

I am new to HomeAssistant but have included some zwave devices, with triggers and schedules already.
Now I have included a ZD2102 Door Sensor from Vision but as far as I can see there is not much I can do with it. I can not figure out how to get a trigger from it because there is nog open/close state or something like that. I added a screen shot of the entities of the device and a piece of zwave debug when the sensor opens/closes. I am using ZWaveJS2mqtt
Hopefully someone can help with this. Thanks in advance.

Debug info:

2021-04-17 08:09:53.205 INFO ZWAVE: Node 16: value updated: 32-0-currentValue 0 => 255
2021-04-17 08:09:53.519 INFO ZWAVE: Node 16: value updated: 113-0-Home Security-Sensor status 2 => 2
2021-04-17 08:10:06.982 INFO ZWAVE: Node 16: value updated: 32-0-currentValue 255 => 0
2021-04-17 08:10:07.064 INFO ZWAVE: Node 16: value updated: 113-0-Home Security-Sensor status 2 => 2

I think you need a fix to the device config file in the zwave-js driver. I would submit an issue to HA first. Make sure you attach (drag & drop) a network dump file in the issue. Also include the debug info you’re showing here, but I would turn on debug logging in the z-wave settings before. If it’s determined to be a problem with zwave-js, the issue can be moved there.

Thanks for the reply and the advise. Will submit this to HA with the attachments you mention.

Just wanted to chime in and say I am having the exact same issue. Will be following to see if there is any resolution. ZD2102. ZWaveJS2mqtt

It was fixed in fix(config): add enableBasicSetMapping for device ZD2102 by trantamjp · Pull Request #2386 · zwave-js/node-zwave-js · GitHub. Wait for the next release, or install/edit the config file manually if you can.

Excellent. Thanks for the update. Not essential for me at the moment, so I will wait for the next release.

Great that this has been solved already. Thanks.