Teleinfo not creating a thing - how to debug

I have a Linky counter and it is plugged to my raspberry and I can get extract data using my own code and other scripts. However, the binding here seems not work. It doesn’t create a meter once connected.

In OpenHAB log files I see

2022-01-11 18:11:30.678 [WARN ] [nternal.serial.TeleinfoReceiveThread] - Got invalid frame. Detail: "The label '_PTARIF' is unknown"

What could I do to debug more?

To make it works from the console I do

stty -F /dev/ttyUSB2 1200 sane evenp parenb cs7 -crtscts

and when running my code which checks the checksum I get:

MOTDETAT 000000
ADCO 811961330504
OPTARIF HC..
ISOUSC 60
HCHC 006154244
HCHP 009027961
PTEC HP..
IINST 005
IMAX 090
PAPP 01210

Could it be serial-port configuration problem? What could I do to debug it more?