Build a Modbus PDU, watch it go out over serial and over TCP, and see which parts of the Ethernet frame are fossils of an RS-485 bus. Every byte here reproduces a worked example published by the Modbus Organization.
The same value fills the RTU slave address and the MBAP unit id, because the TCP guide says the second replaced the first.
It will not decode a 32 bit float across two registers without a named vendor profile, and no vendor profile ships, because no meter manual has been sourced and read yet.
The specification defines byte order within a register (big endian, 4.2, p5) and defines no data type wider than a register at all, so there is no published word order to follow. Word order is a vendor convention. Filling one in from a tutorial would be a silent overclaim in a decoder someone trusts against real gear.
MODBUS Application Protocol Specification V1.1b3, April 26 2012.
MODBUS over Serial Line Specification and Implementation Guide V1.02, Dec 20 2006.
MODBUS Messaging on TCP/IP Implementation Guide V1.0b, Oct 24 2006.
All three published by the Modbus Organization, free, no login, read at the publisher.
The specifications are cited and never redistributed. See sources/SOURCES.md for
the audit, the licence position, and the gaps.