What config rs485 modbus HA and heat pump mcquay pls help me

Hi has anyone at least dealt with reading the values from this pump I have a USB converter to RS485, I was thinking and I can’t think of how to display the communication that takes place between the display and the heat pump, unfortunately I didn’t find either the documentation for the pump or how to help HA intercept the communication

![IMG_20241026_144926|225x500(upload://sT49o8j0T4NGu7EKyRJIHL6kjwA.jpeg)

McQuay Modbus User Manual For UAL-D (R) 5 EN201701 | PDF | Computer Architecture | Telecommunications

I found this but I don’t know how to enter the reading
I’m interested in the register 40002,32005,32006,32004

#name: "modbus"
type: serial
port: /dev/ttyACM0
baudrate: 19200
bytesize: 8
method: rtu
parity: N
 # startbits: 1
stopbits: 2
# delay: 10
# timeout: 500

    
    
   
sensors: 
      - name: "Heatpump evaporator"
        slave: 0x0
        address: 0x10
        input_type: input
        unit_of_measurement: °C
        state_class: measurement
        scan_interval: 15
        scale: 0.01
        offset: 0
        precision: 1
        data_type: int16