I found out that there is a problem while reading specific columns from ProfileGeneric.
When I do this: cells = readRowsByRange(pg, startDate, endDate, pg.getCaptureObjects());
I get error "gurux.dlms.GXDLMSException: Access Error : Device reports a unmatched type." while trying to read DLMSPacket.
I know that I can just remove 4th parameter and all columns will be read, but I want to read specific columns and I found that this is possible from DLMSClient class.
Read specific columns from ProfileGeneric
Hi,
All meters don't support reading specific columns. Send trace from readRowsByRange and I'll check are they correct.
BR,
Mikko