I have a clean smart meter (ZIV) for testing that I want to use to control different areas of an industrial warehouse, although this is unrelated to my problem ;).
The thing is, when I read information from the device using GXDLMSDirector, such as the “Current association,” I get the following error: “Cannot convert an object of type ‘System.byte[]’ to type ‘System.Objec[]’.”
This has happened to me with several OBIS devices, and I wanted to know if there is any kind of solution, because I am unable to connect it to the Python API.
I have downloaded the agent zip folder and tried following to instructions to setup the agent as from the terminal output below
PS F:\PROJECTS\HARDWARE\POWER\agent_4.0.2409.1101> dotnet Gurux.DLMS.AMI.Agent.dll
starting Gurux.DLMS.Agent version 4.0.2409.1101
Welcome to use Gurux.DLMS.AMI.
Gurux.DLMS.AMI address: [https://localhost:8001] https://185.239.208.202:8001
Enter agent name: [I-32]
Hi everyone,
I’m working with the Gurux DLMS Java libraries and I’ve run into an issue.
When the meter sends an encrypted frame without including the system title, I can’t decode it — the decryption fails.
Has anyone faced this situation? Is there a way to handle frames where the system title is missing?
I want to implement the connect and Disconnect feature in my android app. Can any one guide me?
I am using the Gurux Xamarin android application to read the smart meter. Now I would like to write into the meter. So can you guide by an example.
Thanks in advance.
In the Write object function how do we assigned the value to the item.
Can you provide the some example, how to read object and write some value back.
Thanks in advance
first of all, thanks for all the work, this project is pure gold!
We are using GXDLMSDirector to connect to an MT382 meter via optical interface. Connecting to the meter works. However, when trying to read the association view, we receive the error "GetObjects failed. Failed to receive reply from the device in given time".
Hi
Firstly thank you for this tool.
I have been going through the docs and I have managed to do the following:
1. Installed GXDLMSDirector to my windows pc
2. Managed to run the AMI server using docker
3. Compile and upload the arduino server (Meter simulator) to arduino mega without any issues