Memory Leak / High CPU Usage of Z-Wave-JS Addon

Dear community,

My SD card crashed (as in, not readable at all) including all the backups of my Home-Assistant installation. Shame on me and lesson learned.

However, after a fresh clean install of Home Assistant OS on my Raspberry Pi 3b with a Z-Wave module installed on the GPIO pins I installed the Z-Wave JS Addon. Now my problem is, that it uses constantly around 40% CPU usage and the memory consumption keeps rising until the entire Raspberry Pi becomes unresponsive and I have to pull the power plug to do a reboot. If I stop the Addon before, it releases the memory and everything is back to normal.

Now my issue is, how do I debug this? I don’t see any error message in the addon’s logs. This is when I am launching on debug log level.

s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/config.sh
[15:33:54] INFO: Both 'network_key' and 's0_legacy_key' are set and match. All ok.
[15:34:01] INFO: Virtual Machine not detected, enabling soft-reset
cont-init: info: /etc/cont-init.d/config.sh exited 0
cont-init: info: running /etc/cont-init.d/structure.sh
cont-init: info: /etc/cont-init.d/structure.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun zwave_js (no readiness notification)
s6-rc: info: service legacy-services successfully started
[15:34:05] INFO: Successfully send discovery information to Home Assistant.
2022-10-18T13:34:18.477Z DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                  ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                    ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                   ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                  ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                  ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
2022-10-18T13:34:18.503Z DRIVER   version 10.3.0
2022-10-18T13:34:18.505Z DRIVER   
2022-10-18T13:34:18.507Z DRIVER   starting driver...
2022-10-18T13:34:18.606Z DRIVER   opening serial port /dev/ttyAMA0
2022-10-18T13:34:18.670Z DRIVER   serial port opened
2022-10-18T13:34:18.676Z SERIAL » [NAK]                                                                   (0x15)

Any pointers help would be really apreciated.