I am trying to connect indian standard meter but it is throwing one exception ServiceError Write Exception: Service Unsupported. Earlier it is connected once and I am able to access every objects but now not able to connect .Below is the hex traces
We failed to set the rtc clock of meter using Gurux UI, may be due to some limitation of ms in timing of the meter ,
Is there is any Gurux python library is available so that i can try using the script?
Also i want to go the all the configuration of meter using Gurux python library, Can you help for the same.
When I try to load my collectionObject file using the method, GXDLMSObjectCollection.load from the gurux library for python, I get the error: can only concatenate str (not "GXDLMSData") to str.
The file is saved in .xml format and the structure seems correct. Below is an extract from my code:
Hello guys
can someone please help me for implanting dlms/cosem on stm32 I downloaded and add development folder from github to my project but after compiling the files i get errors like " cant find arpa/inet.h and ... and after commenting the parts that was mentioned it is for windows or Linux include I got 500 new errors and pls can someone tell me how to implant it to stm32 ?? which lines or header files I should delete for this application ?? I'm using stm32f103for testing and I'm using IAR as compiler
If encryption and authentication is used in DLMS, we need an encryption key (EK) and authentication key (AK).
The authentication tag is created using the AES-GCM algorithm, using the EK. From my point of view, the packet is then already authenticated by the owner of the EK because AES-GCM provides authenticated encryption.
I wonder, what is the purpose of adding an AK to the additional data of the crypto protection?