Problems with integrating eastron sdm72d with an RS485 to USB adapter

I wanted to read out some data from the eastron sdm72d energy meter using the RS485 to USB adapter. I managed it with the Modbus test program. See first photo.

Unfortunately, I don’t know how to enter the Home Assistant data.
Unfortunately I don’t have much of a clue either :slight_smile:

This is my configuration.yaml

modbus:
  - name: modbus_hub
    type: serial
    port: /dev/ttyUSB0
    baudrate: 9600
    bytesize: 8
    method: rtu
    parity: N
    stopbits: 1
  
    delay: 0
    message_wait_milliseconds: 30
    timeout: 10


    sensors:
      - name: Total System Power
        slave: 1
        address: 52
        input_type: input
        data_type: float32
        unit_of_measurement: W
        device_class: power