Hello,
Normally, the HDLC address of a Landis+Gyr meter is calculated like this :
(SerialNumber%10000) + 1000
I have seen that the address used by Guruxdirector is 0x4000 too much.
For example: if the Serial Number of the meter is 1, normally the address should be 3E9; but Gurux used the 43E9 address; so, it doesn't work.
The formula is correct in the file lgz.obx, may be there is something wrong in the gurux director software.
Hello,
I am getting a data over RS485 interface in IEC-62056-21 protocol on elster A1140 smart meter. But i get this random generated key from the meter and it hashed with the remote password i put in which is 00000000 and then it sends the hashed password to the meter. I followed bunch of examples in the internet but no success unfortunately. Please help me on this issue. I have put the received frame and the received key and generated password.
example 1:
B0A692CB07930FD1 > this is the received key
61F79994CB6EAD8E > this is the generated password
Hello! I visited the page with the default values from different meters and unfortunately I haven't found the default parameters for the Wasion Group Co.Ltd meter, I have a "IM300" in my hands and I can't establish a DLMS connection via GXDLMSDirector, which always return me an "Failed to receive reply from the device in given time" error
I don't know what value should I set for this parameters. I have problem with one IskraMeco metter. I can't connect only with one metter between 400 others.
Can somebody help me ?
I made a little app for reading Actaris ACE 6000 meters, using old .NET Framework 4.5.2, and Gurux.DLMS version 8.5.0.2.
It works perfectly, I can read Voltages, Currents, and End of Billing info (inside a GXDLMSProfileGeneric, OBIS 0.1.98.1.0.255 for these meters).
Now I’m migrating to .NET Core 5.0, and using the latest version of Gurux.DLMS. I can read all Voltages, Currents, Date, Serial Number… But when trying to read End of Billing info, I get an error (“Access Error : Device reports scope of access violated.”)