I'm trying to connect to meter with LLS. It seems like DLMS Director sends a disconnect request after pasing the reply. What can cause this? See log below.
Hi,
This is interesting. What meter you try to read?
Following values are different.
InformationReport : This is not used in LN referencing.
client.LNSettings.ActionBlockTransfer = true;
You can't set those bits by UI at the moment. We have to think something.
If you can modify code add this to GXDLMSCommunicator.
public GXDLMSCommunicator(GXDLMSDevice parent, Gurux.Common.IGXMedia media)
{
this.parent = parent;
this.media = media;
client = new GXDLMSSecureClient(); client.LNSettings.ActionBlockTransfer = true;
}
Low Level Security issue
Hi,
Your meter is returning Authentication Failure. Your password is wrong.
BR,
Mikko
The password is correct and i
The password is correct and i can connect with the meter manufacturers tool with LLS.
Gurux:
Send 60 33 A1 09 06 07 60 85 74 05 08 01 01 8A 02 07 80 8B 07 60 85 74 05 08 02 01 AC 07 80 05 68 65 6C 6C 6F BE 10 04 0E 01 00 00 00 06 5F 1F 04 00 00 1A 1F 02 00
Recv 61 29 A1 09 06 07 60 85 74 05 08 01 01 A2 03 02 01 01 A3 05 A1 03 02 01 0C BE 10 04 0E 08 00 06 5F 1F 04 00 00 18 1F 01 2C 00 07
Manufacturer tool:
Send 60 33 A1 09 06 07 60 85 74 05 08 01 01 8A 02 07 80 8B 07 60 85 74 05 08 02 01 AC 07 80 05 68 65 6C 6C 6F BE 10 04 0E 01 00 00 00 06 5F 1F 04 00 00 1F 1F 02 00
Recv 61 29 A1 09 06 07 60 85 74 05 08 01 01 A2 03 02 01 00 A3 05 A1 03 02 01 00 BE 10 04 0E 08 00 06 5F 1F 04 00 00 10 14 01 2C 00 07
Do you see any reason why the meter will not accept the request from Gurux?
Low Level Security issue
Hi,
This is interesting. What meter you try to read?
Following values are different.
InformationReport : This is not used in LN referencing.
client.LNSettings.ActionBlockTransfer = true;
You can't set those bits by UI at the moment. We have to think something.
If you can modify code add this to GXDLMSCommunicator.
public GXDLMSCommunicator(GXDLMSDevice parent, Gurux.Common.IGXMedia media)
{
this.parent = parent;
this.media = media;
client = new GXDLMSSecureClient();
client.LNSettings.ActionBlockTransfer = true;
}
Please, let me know if you have more issues.
BR,
Mikko