Hi,
with Python I am trying to use the main.py example here: https://github.com/Gurux/Gurux.DLMS.Python/tree/master/Gurux.DLMS.Clien…. How can I launch it to read a specific register or a list of them?
Is it possible to have a basic example with a console python command?
Thank you in advance for any help.
Best,
Davide
Hi Davide, If you run the…
Hi Davide,
If you run the client example you get a list of arguments. Try to run this:
python main.py
You can read e.g. the clock adding -g 0.0.1.0.0.255:2
All the parameters depend on the meter that you try to read. For this reason, I propose that you download the GXDLMSDirector and try to connect with that.
GXDLMSDirector shows the correct command line parameters that you need to use.
BR,
Mikko