i am using java for smartmeter connection. Meter connection is lost for about 20 minutes...i cant reconnect to meter or i have to restart meter..Is there any way to connect immediatlly If i lost the connection from meter in java
You didn't say if are you using a serial port or TCP/IP connection. There is an inactivity timeout. This means that the meter will close the connection after this time if the client doesn't communicate with the meter.
Hi, You didn't say if areā¦
Hi,
You didn't say if are you using a serial port or TCP/IP connection. There is an inactivity timeout. This means that the meter will close the connection after this time if the client doesn't communicate with the meter.
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSIecHdlcSetup
You can try to decrease this value. If you don't call Disconnect the connection might get up and you have to wait until inactivity time has elapsed.
BR,
Mikko