[eBUS 2.0] New binding - Release Candidate 7b

Hi! to everyone here in this great thread.
I’m tried to get this binding running with my configuration:

Vaillant felxoTHERM exclusive  / VWF 117/4 
multiMATIC 700 / VRC700/1
Internetkommunikationsmodul VR900

openhab> smarthome:ebus  devices
MA | SA | Identifier     | Device         | Manufacture               | ID | Firmware   | Hardware   | Last Activity
---+----+----------------+----------------+----------------------+----+------------+------------+---------------------
FF | 04 |                | <interface>    | eBUS Library              |    | null       | null       | ---
10 | 15 | 37 30 30 30 30 | ---            | Joh. Vaillant GmbH & Co.  | B5 | 1.1        | 21.03      | Thu Jan 11 17:39:21 CET 2018
00 | 05 |                | ---            | null                      |    | null       | null       | Thu Jan 11 17:24:10 CET 2018
01 | 06 |                | ---            | null                      |    | null       | null       | Thu Jan 11 17:38:20 CET 2018
   | E1 |                | ---            | null                      |    | null       | null       | Thu Jan 11 17:30:23 CET 2018
   | E0 |                | ---            | null                      |    | null       | null       | Thu Jan 11 17:38:31 CET 2018
----------------------------------------------------------------------------------------------------------------------

I use the esera ebus ethernet interface, with the recommended settings: 2400/8/n/1, no flow control, serial data packing conditions: timer:0 size:0 char: 00

currently with my first steps i only check the broadcasts and don’t poll any values.
i can read the date/time and the outside temperature without any problems:

2018-01-13 20:01:15.987 [INFO ] [nding.ebus.handler.EBusBridgeHandler] - Received telegram from address 10 to FE with command controller.bc.datetime
2018-01-13 20:01:15.994 [INFO ] [hab.binding.ebus.handler.EBusHandler] - Handle received command by thing Vaillant VRC 430(f)/470(f) with id ebus:vrc430:a916041f ...
2018-01-13 20:01:16.031 [vent.ItemStateChangedEvent] - ebus_vrc430_a916041f_vrc430_controller_bc_datetime_datetime changed from 2018-01-13T19:59:16.528+0100 to 2018-01-13T20:01:16.986+0100

2018-01-13 20:27:24.973 [INFO ] [nding.ebus.handler.EBusBridgeHandler] - Received telegram from address 10 to FE with command controller.bc.temp_outside
2018-01-13 20:27:24.978 [INFO ] [hab.binding.ebus.handler.EBusHandler] - Handle received command by thing Vaillant VRC 430(f)/470(f) with id ebus:vrc430:a916041f ...
2018-01-13 20:27:25.007 [vent.ItemStateChangedEvent] - ebus_vrc430_a916041f_vrc430_controller_bc_temp_outside_temp_outside changed from 2.5625 to 2.75

but i’m getting a lot of errors all the time (failed ratio: 92%; unresolved ratio: 78%)

2018-01-13 19:59:25.323 [DEBUG] [nding.ebus.handler.EBusBridgeHandler] - eBUS telegram error; Received SYN byte while receiving telegram! [ERROR: INVALID_SYN, DATA: 10 76 B5 11 01 01 16 00 AA]
2018-01-13 19:59:25.868 [DEBUG] [nding.ebus.handler.EBusBridgeHandler] - eBUS telegram error; Received SYN byte while receiving telegram! [ERROR: INVALID_SYN, DATA: 10 08 B5 10 09 00 00 38 FF FF FF 06 00 00 19 00 AA]
2018-01-13 19:59:35.065 [DEBUG] [nding.ebus.handler.EBusBridgeHandler] - eBUS telegram error; Received SYN byte while receiving telegram! [ERROR: INVALID_SYN, DATA: 10 08 B5 11 01 01 89 00 AA]
2018-01-13 19:59:35.603 [DEBUG] [nding.ebus.handler.EBusBridgeHandler] - eBUS telegram error; Received SYN byte while receiving telegram! [ERROR: INVALID_SYN, DATA: 10 76 B5 12 03 0F 00 01 FC 00 AA]
2018-01-13 19:59:36.149 [DEBUG] [nding.ebus.handler.EBusBridgeHandler] - eBUS telegram error; Received SYN byte while receiving telegram! [ERROR: INVALID_SYN, DATA: 10 76 B5 10 09 00 00 00 FF FF FF 01 00 00 85 00 AA]
2018-01-13 19:59:45.388 [DEBUG] [nding.ebus.handler.EBusBridgeHandler] - eBUS telegram error; Received SYN byte while receiving telegram! [ERROR: INVALID_SYN, DATA: 10 76 B5 11 01 01 16 00 AA]
2018-01-13 19:59:45.933 [DEBUG] [nding.ebus.handler.EBusBridgeHandler] - eBUS telegram error; Received SYN byte while receiving telegram! [ERROR: INVALID_SYN, DATA: 10 08 B5 10 09 00 00 38 FF FF FF 06 00 00 19 00 AA]

now i’m struggeling since days to clean this errors maybe someone could help. :frowning: