Pzem-017 uart connection

Has anyone been able to pair pzem-017 normally with HA? I have tried all kinds of options and none of them work. Maybe someone can help?

- name: rs485usb
    type: serial
    method: rtu
    port: /dev/ttyUSB2
    baudrate: 9600
    stopbits: 1 
    bytesize: 8
    parity: N
    timeout: 1
    
    sensors:
        - name: 12V_system_voltage
          unit_of_measurement: V
          slave: 1
          address: 0
          input_type: input
          scale: 0.1
          offset: 0
          precision: 1
          data_type: int16
          device_class: voltage