Hello,
can somebody help me to Configure GuruxPython with Gurux Simulator? I've tried to but it didn't work, on the gitHub i can't understand how to and where to start.
I really want to this to work? Any help please?
Well i don't have any physical meter. I just want to use any kind of virtual meter just to connect the python code, it's for the project i have.
So any help with adjustment would be a great helpful.
Hi, What meter are you…
Hi,
What meter are you simulating? There are lots of parameters in DLMS and the meter doesn't reply if one of them is different than the meter expects
BR,
Mikko
Well i don't have any…
Well i don't have any physical meter. I just want to use any kind of virtual meter just to connect the python code, it's for the project i have.
So any help with adjustment would be a great helpful.
Thanks in advance!
Hi, What command line…
Hi,
What command line arguments are you using with the simulator?
BR,
Mikko
Hi, -h localhost -p 4060 -w…
Hi,
-h localhost -p 4060 -w 1 -f 128 -t Verbose
Thanks in advance!
Hi, You need to start the…
Hi,
You need to start the simulator like this:
Gurux.DLMS.Simulator.Net.exe -p 1000 -x crystal.xml -t Verbose -N 10
Then you can connect to the meter with python:
python main.py -h localhost -p 1000
Read this to get more information:
https://github.com/Gurux/Gurux.DLMS.Net/tree/master/Gurux.DLMS.Simulato…
BR,
Mikko