In Gurux GXDMS Director tool, I tried to refresh objects to read all the objects from my meter, the new objects has been added to the list, but when I try to select and read them, I receive this error:
ERROR: The given key was not present in the dictionary.
Also the new object is MBUSDIAGNOSTIC
I would be grateful if you can help me with this problem.
The listenerThread doesn't always exit when close is called causing __thread.join() to hang infinite.
I have a situation where an an exception occurs in send on self.__socket.sendall(data) (e.g. Broken pipe on a closed connection) and close is called afterwards to clean up the connection. Here close hangs forever on the join call for the listenerThread.
Estoy intentando acceder a un contador Landis ZMG310 que usa protocolo IEC, sé las claves que debo usar para lectura y escritura, pero no sé que parámetros debo cambiar en la pantalla de Meter Settings para que consiga conectarme a el. ¿Sabe qué parámetros deben cambiarse para poder conectar a un contador de esas características usando su app?
Currently working on PC association using guruxDLMSserver.c with ESP32 using Arduino IDE .
With TCP communication we are able to download objects using GXDLMSDirector. Now we want to use US association.
Unable to assign authentication key and blockcipherkey in esp32 as dlms server.
What settings we need to do or add to get US association work.