By kevin jose minj , 19 October, 2022 Forums General discussion I want to disconnect smart using python dlms.how to pass the arguments This is the arguments i passed "args": ["-S", "COM5", "-c", "48", "-a", "High", "-P", "ISK_SECRET_ASSC3", "-C", "AuthenticationEncryption", "-T" ,"49534B3030303031", "-A", "000102030405060708090A0B0C0D0E0F", "-B", "000102030405060708090A0B0C0D0E0F", "-D", "6B6B6B6B6B6B6B6B6B6B6B6B6B6B6B6B" ,"-w", "1", "-f", "128", "-o", "device.xml", "-g" ,"0.0.96.3.10.255:1" ] But it is not turning of the meter.Any solution Hi, Hi, Command line application is only an example that is used to read values from the meter. If you want to disconnect you need to invoke disconnect control. What you need to do is search for the disconnect control and then call remoteDisconnect or RemoteConnect methods. https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSDisconnectControl BR, Mikko
Hi, Hi, Command line application is only an example that is used to read values from the meter. If you want to disconnect you need to invoke disconnect control. What you need to do is search for the disconnect control and then call remoteDisconnect or RemoteConnect methods. https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSDisconnectControl BR, Mikko
Hi,
Hi,
Command line application is only an example that is used to read values from the meter. If you want to disconnect you need to invoke disconnect control.
What you need to do is search for the disconnect control and then call remoteDisconnect or RemoteConnect methods.
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSDisconnectControl
BR,
Mikko