[eBUS 2.0] much more problems/errors since update to 2.5.1-7

Continuing the discussion from [eBUS 2.0] Binding - Release 2.5.1-7:

Hi there!

I updated the binding to the actual version (cleaning OH cache, etc.). After that I’m experiencing many errors similar to these:

2020-06-10 17:24:51.463 [ERROR] [de.csdev.ebus.utils.EBusConsoleUtils] - error!
java.lang.ArrayIndexOutOfBoundsException: 13
        at de.csdev.ebus.utils.EBusConsoleUtils.analyzeTelegram(EBusConsoleUtils.java:263) [bundleFile:?]
        at org.openhab.binding.ebus.internal.utils.EBusConsoleCommandExtension.resolve(EBusConsoleCommandExtension.java:277) [bundleFile:?]
        at org.openhab.binding.ebus.internal.utils.EBusConsoleCommandExtension.execute(EBusConsoleCommandExtension.java:306) [bundleFile:?]
        at org.eclipse.smarthome.io.console.ConsoleInterpreter.execute(ConsoleInterpreter.java:55) [bundleFile:?]
        at org.eclipse.smarthome.io.console.karaf.internal.CommandWrapper.execute(CommandWrapper.java:78) [bundleFile:?]
        at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68) [bundleFile:4.2.7]
        at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86) [bundleFile:4.2.7]
        at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:599) [bundleFile:4.2.7]
        at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:526) [bundleFile:4.2.7]
        at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:415) [bundleFile:4.2.7]
        at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:416) [bundleFile:4.2.7]
        at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229) [bundleFile:4.2.7]
        at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59) [bundleFile:4.2.7]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_152]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_152]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_152]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]

2020-06-14 16:24:23.884 [ERROR] [.csdev.ebus.core.EBusEbusdController] - error!
java.lang.NumberFormatException: For input string: "0:"
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_152]
        at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_152]
        at java.lang.Integer.valueOf(Integer.java:740) ~[?:1.8.0_152]
        at de.csdev.ebus.utils.EBusUtils.toByteArray2(EBusUtils.java:308) ~[bundleFile:?]
        at de.csdev.ebus.core.EBusEbusdController.parseLine(EBusEbusdController.java:211) ~[bundleFile:?]
        at de.csdev.ebus.core.EBusEbusdController.run(EBusEbusdController.java:271) [bundleFile:?]

2020-06-14 16:24:23.883 [WARN ] [.csdev.ebus.core.EBusEbusdController] - Stop sender thread!

Do you have an idea what I’m doing wrong?

BR,
MW