Hi,
I am trying to communicate with a smart meter over GPRS communication. I am using Gurux.DLMS.Push.Listener.Example.python to read the data from the meter. But I am getting below errors:
gurux_dlms version: 1.0.197
gurux_net version: 1.0.19
gurux_serial version: 1.0.21
TCP Server imx93:4060
Press any key to close the application.
trace:07:58:06 TraceTypes.INFO MediaState.OPENING
Media state changed. MediaState.OPENING
trace:07:58:06 TraceTypes.INFO MediaState.CLOSING
Media state changed. MediaState.CLOSING
trace:07:58:06 TraceTypes.INFO MediaState.CLOSED
Media state changed. MediaState.CLOSED
[Errno -2] Name or service not known
I have used below command arguments based on meter specifications:
-p 4060 -i WRAPPER -t Verbose -A 1111111111111111 -b 4444444444444444
Can you help me to figure out this?