Good day all. I want to take readings from a DLMS meter to an ESP32 and send tokens from ESP32 to the meter.
1. I need a mentor. I am willing to pay for your time
2. I need a meter manufacturer suggestion that can give me this functionality. I will order a test sample
Thank you.
Damilare ADEMESO
WhatsApp - [Phone number removed by Administrator]
Hi.
I have a device with a physical address of 6538. I'm setting this address in GURUXDirector. But in the command line parameters, this address looks like "-s 22922" What's the formula for converting 6538 to 22922?
I am trying to make a new installation of the python DLSM/COSEM application. Testing the standard listener application gives the following feed back. What is the reason?
I have with me an Itron SL7000 meter. Using correct parameters I can connect to it and read some data using Gurux DLMS Director. I managed to read the daily load profile by range. Then i try to read using ESP32. I can connect to it using ESP32, but when i try to read load profile by range, the code throws some errors. Here's the code that i use:
I have two variants of energy meters. I have taken the GuruxDLMSDataCollector example for dlms client integration in my MCU. One of the meter is working fine reading obis profiles without "update Invocation counter". But another meter needs Invocation counter this i verified with Gurux director so it needs "Invocation counter". So can you provide a piece of code for my micro controller for to read "Update Invocation counter".
It's urgent if possible can you provide me ASAP.
Im triying to create a COSEM object class_id = 1 (DLMS_OBJECT_TYPE_DATA) of type structure. This structure will contain 4 different values. First 2 of them will be uint32 and last 2 will be int32.
The way i'm creating this object is the following: