Hi, as the title implies, I was wondering how can I change/set the values for logical server and physical address with the Python library?
I looked into the client object attributes and methods but I could not find anything related to this.
To clarify, I'm looking for something similar to this:
client = GXDLMSSecureClient(True)
client.logicalServer = ...
client.physicalAddress = ...
Thank you in advance.
Hi, You can convert logical…
Hi,
You can convert logical and physical addresses to server address like this:
client.serverAddress = GXDLMSClient.getServerAddress(YOUR_LOGICAL_ADDRESS, YOUR_PHYSICAL_ADDRESS)
BR,
Mikko
Great, thank you.
Great, thank you.