MODBUS data_type: custom

Have been working on this modbus integration. And I’m getting to read a register with count of 8 . So in total 8 registers that holds a string value.


But I cant get the structure right. Any tips ?

Youre reading 100 Registers but you need only 8 so you should start reading from ~52 to 60(the yellow marked ones)
then why in hex if you can read them as in in dezimals?
next you need the description for the 8 bytes you read so refer to the manuael of your “sensor” or whatever
Regards