I m using HPL 3 ph meter. And i m trying to decode byte by byte of each data in AARQ packet for my understanding. I can understand upto 0x60 where it is the AARQ Tag. After that it is vey difficult to decode the same.
Can anybody help me decoding the data of the AARQ byte.
Pls see the below data in the communication between the meter and the GURUX tool/
I have installed Gurux DLMS AMI, I have created a user to access, but I notice that this user is not an administrator, I need to be able to access all the functionalities of the administrator user with their high privileges, as seen in this quick configuration guide:
Gurux.DLMS.AMI.Agent is configured in AMI and showing connected but it is not able to connect to actual smart meter ..where i can connect to smart meter directly using GXDLMDirector
fail: Gurux.DLMS.AMI.Agent.Worker.GXAgentWorker[0]
2023-09-09 12:53:03 PM Failed to establish the connection. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
When I tried to run the docker image I get this error
Unhandled exception. MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
---> System.ArgumentException: The host name or IP address is invalid.
at MySql.Data.Common.StreamCreator.GetTcpStreamAsync(MySqlConnectionStringBuilder settings, CancellationToken cancellationToken, Boolean execAsync)
at MySql.Data.Common.StreamCreator.GetStreamAsync(MySqlConnection
I'm working on the AMI System but have ran into some issues. For this reason, I am requesting a dedicated support for my project in order to be able to implement a fully functioning system.
Hello! I think I'm having a problem with the https certificate. When I run the docker the application opens in Not Secure mode, also when I tried to create a new agent I got this error:
fail: Gurux.DLMS.AMI.Agent.Program[0]
The SSL connection could not be established, see inner exception.
I am using the latest version available in docker hub and I am in a Linux machine. To create the certificate I used this code (the code that it is indicated in docker hub):
Im trying to read the profile generic using Gurux.DLMS.AMI 4 but when i try to read it, it does not return any value and return this error on the logs,
Year, Month, and Day parameters describe an un-representable DateTime
I tried to read it using Gurux Director and it does return some data and it returns no error. How do i solve this?