Openhab 4.2 Modbus binding same ip different id´s

Hello everyone, I have the following problem:
I would like to retrieve several IDs from a Modbus device, how should this be configured?

My device is a Victron system that has an IP address and several IDs need to be retrieved!

Many thanks in advance

create multiple Things, one for each MB ID

I had the same idea, but I get the following error message.
and only the ID is different

CONFIGURATION_ERROR

Endpoint ‘ModbusIPSlaveEndpoint [address=192.168.178.161, port=502]’ has conflicting parameters: parameters of this thing (modbus:tcp:d30bcefd3a ‘Modbus TCP Slave’) are different from some other thing’s parameter. Ensure that all endpoints pointing to tcp slave ‘192.168.178.161:502’ have same parameters.

Try with ID

[address=192.168.178.161, port=502, id=2]

well the error message is telling you what to do: use same parameters in all things for that ip:port

ok now i have understood it it must be exactly the same values except for the ID.
Thank you and have a nice weekend.