Hi I am using a DLMS meter to make association in the US mode which has innvocation counter present and I am not able to set the invocation counter from the App how do I handle that. Since there is no invocation counter added to the device it is not able to make association and throws an error that Invalid meter type since the meter is not able to send any data
settings.invocationCounter = new GXDLMSData("0.0.43.1.3.255"); i am trying to do this inside the GXDLMClient class where the settings is being created inside the constructor of the GXDLMClient.
Hi, You read the invocation…
Hi,
You read the invocation counter value from the meter and ask the client to start to use it like this:
https://github.com/Gurux/gurux.dlms.java/blob/e4f0c6fcf52a71beb829c9710…
BR,
Mikko
Hi since we are not using…
Hi since we are not using any reader class for android I guess we need to handle this in the main fragement where the initializeConnection is taken care of correct me if I am wrong
Thanks
Hi, You are correct. Read…
Hi,
You are correct. Read the invocation counter before establishing the secured connection.
BR,
Mikko