What kind of encryption and decryption mode of aes is used for encrypting and decrypting the HLS secret if the authentication mechanism if just high level.
I am new to the forum. I wish to consider using DLMSDirector together with a PLC modem to be able to identify and read L&G E460 PP meters and their CUI on the same power reticulation network.
Is it possible to read meter using optical read head and Arduino client code.
Arduino setup code
GXTRACE(GET_STR_FROM_EEPROM("Start application"), NULL);
BYTE_BUFFER_INIT(&frameData);
//Set frame capacity.
bb_capacity(&frameData, 128);
Client.init(true, 16, 1, DLMS_AUTHENTICATION_HIGH, "****", DLMS_INTERFACE_TYPE_HDLC);
//Un-comment this if you want to set system title, block cipher key or authentication key.
I am using a PL2303 based USB to RS232 converter which has 4 wire (TX, RX, GND, VCC).
I have connected RJ11 (4 pin) connector as per the meter ER300P datasheet.
I am yet to test this cable with the meter, wanted to confirm if this will work as I don't have access to the meter and need to test the cable in the field.
Hi,
I am trying to use ""Gurux translator" testing long set with multiple obis by block.
Using the example of the green book, I get the following error:
C105C1
02
00010000800000FF0200
00010000800100FF0200
00
00000001
0A
02093201020304050607
I am researching about the use and implementation of Public Key Infrastructures (PKI) both open source and paid technologies in Advanced Metering Infrastructure (AMI).
Any recommendation of any open source PKI that I can investigate, in the case of GURUX DLMS AMI4, does it have PKI capabilities?
I have read the values of the L&T meter using the DMLS director and optical cable. It is working perfectly, and its interface settings are HDLC with MR authentication
After that, I am trying to read the L&T meter using Arduino. In the Arduino development folder, it shows three programs: client, server, and pushListener. From these which programs should I use for meter reading using HDLC with MR authentication
Client.ino compile in Arduino IDE 2.3.3 compile without problems using ESP32 or ATMEGA boards, but when I change to STM32 (STM32Duino) board several erros occur:
Hi,
I want to read energy meter using Arduino mega 2560 via DLMS. I downloaded the Arduino_IDE and copied include and src into client folder.The code compiles and get downloaded in Arduino but i dont now what i need to do next?
At the moment i do not have a meter. is there any way i can simulate meter that i can test communication with my mega2560?
Also are there any arduino ide mega client working examples that i can check?