Hichi usb energy meter, how to separate data from sensor.serial.sensor

Good morning,

i got my hichi usb energy meter working but i get the data in miliseconds and all at one time so i cant read it. how can i separate the values from the sensor and make it readable? Here is my configuration:

sensor:
  - platform: serial
    serial_port: /dev/ttyUSB0
    parity: E
    stopbits: 1
    bytesize: 7
    scan_interval: 30

Unbenannt
Here is a screenshot of the sensor data. you cant see it on the picture, but it switches the data in miliseconds. Furthermore the data is not coma separated. that would make it easier with the “split” command.