Hi,
I try to run the command:
dotnet Gurux.DLMS.AMI.Agent.dll
to add the agent for reading meter but i got this error instead after inserting the Personal Accesss Token
fail: Gurux.DLMS.AMI.Agent.Program[0]
No connection could be made because the target machine actively refused it. (localhost:8001)
Is there any way to configure the agent to run on different port like 9001 or something else?
Hi, You need first start theā¦
Hi,
You need first start the server:
dotnet Gurux.DLMS.AMI.Server.dll
Docker uses port 8001, but you need to use port 5001 if you start Gurux.DLMS.AMI.Server.
BR,
Mikko