This week we have updated the version of Gurux.DLMS to Version 8.5.1709.1201. We see that we no longer can use gxdlmsClient.LNSettings.SetConformanceBlock. So instead we are setting the following property:
But when we try to run the application we get the error "Connection is permanently rejected. Authentication is required". Do you have any good ideas to how we can solve this problem?
Proposed conformance using HighGMAC
Hi Andreas,
Can you send trace from sent and received bytes? We'll check this ASAP.
BR,
Mikko
Hi,
This is what we have traced as sent/received bytes when trying to connect to the meter using version 8.5.1709.1201of Gurux::
char peer0_0[] = { /* Packet 1 */
0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x63,
0x60, 0x61, 0xa1, 0x09, 0x06, 0x07, 0x60, 0x85,
0x74, 0x05, 0x08, 0x01, 0x03, 0xa6, 0x0a, 0x04,
0x08, 0x4d, 0x4d, 0x4d, 0x00, 0x00, 0xbc, 0x61,
0x4e, 0x8a, 0x02, 0x07, 0x80, 0x8b, 0x07, 0x60,
0x85, 0x74, 0x05, 0x08, 0x02, 0x05, 0xac, 0x12,
0x80, 0x10, 0x3f, 0x29, 0x12, 0x76, 0x70, 0x00,
0x31, 0x18, 0x5c, 0x41, 0x55, 0x25, 0x16, 0x60,
0x1d, 0x12, 0xbe, 0x27, 0x04, 0x25, 0x21, 0x23,
0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0xd3, 0x03, 0xda, 0xc9, 0x02, 0x36, 0x9b,
0xf9, 0x52, 0xfc, 0x36, 0x75, 0x4b, 0x70, 0xf9,
0x88, 0x0f, 0xe9, 0xc3, 0x8c, 0x68, 0xf6, 0xb6,
0x44, 0xdf, 0x9d };
char peer1_0[] = { /* Packet 2 */
0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x2a,
0x61, 0x28, 0xa1, 0x09, 0x06, 0x07, 0x60, 0x85,
0x74, 0x05, 0x08, 0x01, 0x03, 0xa2, 0x03, 0x02,
0x01, 0x01, 0xa3, 0x05, 0xa1, 0x03, 0x02, 0x01,
0x0e, 0x89, 0x07, 0x60, 0x85, 0x74, 0x05, 0x08,
0x02, 0x05, 0xbe, 0x06, 0x04, 0x04, 0x0e, 0x01,
0x06, 0x00 };
/Andreas
GMAC issue
Hi,
We have fix this. I'm sorry about the inconvenience.
http://www.gurux.fi/node/6261
BR,
Mikko
Hi,
This seems to have solved our issue!
Thanks for the quick fix!
/Andreas