When I am reading the events it is not possible to read one by one objects it is throwing some invalid block number error.what is the issue?Here us the output
There is an error with the meter. The block number should be set to one when rows are read and that is not done. You need to ask if there is a firmware update available for the meter where this is fixed.
Hi,
Hi,
There is an error with the meter. The block number should be set to one when rows are read and that is not done. You need to ask if there is a firmware update available for the meter where this is fixed.
BR,
Mikko
How to read last 2 days value
How to read last 2 days value using python?which function I have to use?
Hi,
Hi,
You need to use readRowsByRange. Read this:
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSProfileGeneric
The example code is here:
https://github.com/Gurux/Gurux.DLMS.Python/blob/258a6f18233b83512f021b6…
BR,
Mikko