DLMS-SPODES-client 0.19.7__tar.gz → 0.19.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. {dlms_spodes_client-0.19.7/src/DLMS_SPODES_client.egg-info → dlms_spodes_client-0.19.8}/PKG-INFO +1 -1
  2. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/pyproject.toml +1 -1
  3. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/client.py +102 -29
  4. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSLNParameters.py +5 -5
  5. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSSettings.py +0 -1
  6. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/task.py +25 -21
  7. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8/src/DLMS_SPODES_client.egg-info}/PKG-INFO +1 -1
  8. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/client_log.txt +407 -0
  9. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/test_Client.py +8 -0
  10. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/.gitignore +0 -0
  11. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/README.md +0 -0
  12. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/setup.cfg +0 -0
  13. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/FCS16.py +0 -0
  14. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/__init__.py +0 -0
  15. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_common/enums/TraceLevel.py +0 -0
  16. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_common/enums/__init__.py +0 -0
  17. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/AesGcmParameter.py +0 -0
  18. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/CountType.py +0 -0
  19. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXByteBuffer.py +0 -0
  20. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXCiphering.py +0 -0
  21. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXDLMS.py +0 -0
  22. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSChippering.py +0 -0
  23. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSChipperingStream.py +0 -0
  24. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSConfirmedServiceError.py +0 -0
  25. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSException.py +0 -0
  26. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSSNParameters.py +0 -0
  27. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/GXReplyData.py +0 -0
  28. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/HdlcControlFrame.py +0 -0
  29. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/MBusCommand.py +0 -0
  30. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/MBusEncryptionMode.py +0 -0
  31. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/ResponseType.py +0 -0
  32. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/SetResponseType.py +0 -0
  33. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/_HDLCInfo.py +0 -0
  34. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/__init__.py +0 -0
  35. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Access.py +0 -0
  36. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/ApplicationReference.py +0 -0
  37. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Authentication.py +0 -0
  38. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/BerType.py +0 -0
  39. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Command.py +0 -0
  40. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Definition.py +0 -0
  41. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/ErrorCode.py +0 -0
  42. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/ExceptionServiceError.py +0 -0
  43. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/HardwareResource.py +0 -0
  44. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/HdlcFrameType.py +0 -0
  45. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Initiate.py +0 -0
  46. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/LoadDataSet.py +0 -0
  47. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/ObjectType.py +0 -0
  48. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Priority.py +0 -0
  49. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/RequestTypes.py +0 -0
  50. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Security.py +0 -0
  51. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Service.py +0 -0
  52. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/ServiceClass.py +0 -0
  53. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/ServiceError.py +0 -0
  54. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Standard.py +0 -0
  55. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/StateError.py +0 -0
  56. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/Task.py +0 -0
  57. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/VdeStateError.py +0 -0
  58. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/enums/__init__.py +0 -0
  59. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/gurux_dlms/internal/_GXCommon.py +0 -0
  60. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/logger.py +0 -0
  61. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/py.typed +0 -0
  62. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/services.py +0 -0
  63. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/session.py +0 -0
  64. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client/settings.py +0 -0
  65. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client.egg-info/SOURCES.txt +0 -0
  66. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client.egg-info/dependency_links.txt +0 -0
  67. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client.egg-info/entry_points.txt +0 -0
  68. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client.egg-info/requires.txt +0 -0
  69. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/src/DLMS_SPODES_client.egg-info/top_level.txt +0 -0
  70. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/Firmwares/firmwares.dat +0 -0
  71. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/Firmwares/firmwares_1_2_11.dat +0 -0
  72. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/Firmwares/firmwares_1_7_2.dat +0 -0
  73. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/Types/303030/0000600101ff020009054d324d5f31/0000600102ff02000906312e332e3330.xml +0 -0
  74. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/Types/313031/0000600101ff020009054d324d5f31/0000600102ff02000906312e322e3131.xml +0 -0
  75. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/config.toml +0 -0
  76. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/name2.csv +0 -0
  77. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/test_logger.py +0 -0
  78. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test/test_services.py +0 -0
  79. {dlms_spodes_client-0.19.7 → dlms_spodes_client-0.19.8}/test//320/272/320/276/320/275/321/204/320/270/320/263/321/203/321/200/320/260/321/206/320/270/321/217 GSM.csv" +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DLMS_SPODES_client
3
- Version: 0.19.7
3
+ Version: 0.19.8
4
4
  Summary: dlms-spodes
5
5
  Author-email: Serj Kotilevski <youserj@outlook.com>
6
6
  Project-URL: Source, https://github.com/youserj/SPODESclient_prj
@@ -15,7 +15,7 @@ exclude = ["Types"]
15
15
 
16
16
  [project]
17
17
  name = "DLMS_SPODES_client"
18
- version = "0.19.7"
18
+ version = "0.19.8"
19
19
  requires-python = ">= 3.12"
20
20
  authors = [
21
21
  {name="Serj Kotilevski", email="youserj@outlook.com"}
@@ -318,7 +318,7 @@ class Client:
318
318
  self.reply.blockNumberAck = bna
319
319
  self.settings.blockNumberAck = self.reply.blockNumber
320
320
  self.reply.command = None
321
- len_ = _GXCommon.getObjectCount(self.reply.data)
321
+ len_, _ = cdt.get_length_and_pdu(self.reply.data.get_data()) # _GXCommon.getObjectCount(self.reply.data)
322
322
  if len_ > self.reply.data.size - self.reply.data.position:
323
323
  self.reply.complete = False
324
324
  return
@@ -369,7 +369,7 @@ class Client:
369
369
  match self.reply.data.getUInt8(): # DataBlock-G.result
370
370
  case 0:
371
371
  if self.reply.data.position != len(self.reply.data):
372
- block_length = _GXCommon.getObjectCount(self.reply.data)
372
+ block_length, _ = cdt.get_length_and_pdu(self.reply.data.get_data()) # _GXCommon.getObjectCount(self.reply.data)
373
373
  if (self.reply.moreData & RequestTypes.FRAME) == 0:
374
374
  if block_length > len(self.reply.data) - self.reply.data.position:
375
375
  raise ValueError("Invalid block length.")
@@ -416,7 +416,7 @@ class Client:
416
416
  case pdu.SetResponse.LAST_DATABLOCK_WITH_LIST:
417
417
  raise ValueError("Not released in Client")
418
418
  case pdu.SetResponse.WITH_LIST:
419
- cnt = _GXCommon.getObjectCount(self.reply.data)
419
+ cnt, _ = cdt.get_length_and_pdu(self.reply.data.get_data()) # _GXCommon.getObjectCount(self.reply.data)
420
420
  pos = 0
421
421
  while pos != cnt:
422
422
  self.reply.error = pdu.DataAccessResult(self.reply.data.getUInt8())
@@ -425,7 +425,7 @@ class Client:
425
425
  pos += 1
426
426
  case err: raise ValueError(F"Got Invalid Set response {err}, expect {', '.join(map(lambda it: F'{it.name} = {it.value}', pdu.SetResponse))}")
427
427
  case XDLMSAPDU.WRITE_RESPONSE:
428
- cnt = _GXCommon.getObjectCount(self.reply.data)
428
+ cnt, _ = cdt.get_length_and_pdu(self.reply.data.get_data()) # _GXCommon.getObjectCount(self.reply.data)
429
429
  pos = 0
430
430
  while pos != cnt:
431
431
  ret = self.reply.data.getUInt8()
@@ -569,7 +569,7 @@ class Client:
569
569
  pass
570
570
  case XDLMSAPDU.GATEWAY_RESPONSE:
571
571
  self.reply.data.getUInt8()
572
- len_ = _GXCommon.getObjectCount(self.reply.data)
572
+ len_, _ = cdt.get_length_and_pdu(self.reply.data.get_data()) # _GXCommon.getObjectCount(self.reply.data)
573
573
  pda = bytearray(len_)
574
574
  self.reply.data.get(pda)
575
575
  GXDLMS.getDataFromBlock(self.reply, index)
@@ -1144,7 +1144,7 @@ class Client:
1144
1144
  else:
1145
1145
  if tag != (BerType.APPLICATION | BerType.CONSTRUCTED | AARQapdu.APPLICATION_CONTEXT_NAME):
1146
1146
  raise ValueError("Invalid tag.")
1147
- if _GXCommon.getObjectCount(buff) > len(buff) - buff.position:
1147
+ if cdt.get_length_and_pdu(buff)[0] > len(buff) - buff.position: # _GXCommon.getObjectCount(buff)
1148
1148
  raise ValueError("PDU: Not enough data.")
1149
1149
  resultComponent = AssociationResult.ACCEPTED
1150
1150
  resultDiagnosticValue = AcseServiceUser.NULL
@@ -1583,14 +1583,25 @@ class Client:
1583
1583
  reply = GXByteBuffer()
1584
1584
  messages = list()
1585
1585
  frame_ = 0
1586
- if p.command == XDLMSAPDU.DATA_NOTIFICATION or p.command == XDLMSAPDU.EVENT_NOTIFICATION_REQUEST:
1586
+ if (
1587
+ p.command == XDLMSAPDU.DATA_NOTIFICATION
1588
+ or p.command == XDLMSAPDU.EVENT_NOTIFICATION_REQUEST
1589
+ ):
1587
1590
  frame_ = 0x13
1588
1591
  while True:
1589
1592
  # """ Get next logical name PDU. @param p LN parameters. @param reply Generated message. """
1590
- ciphering = p.command != ACSEAPDU.AARQ and p.command != ACSEAPDU.AARE and self.settings.cipher and self.settings.cipher.security != Security.NONE
1593
+ ciphering = (
1594
+ p.command != ACSEAPDU.AARQ
1595
+ and p.command != ACSEAPDU.AARE
1596
+ and self.settings.cipher
1597
+ and self.settings.cipher.security != Security.NONE
1598
+ )
1591
1599
  len_ = 0
1592
1600
  if p.command == ACSEAPDU.AARQ:
1593
- if self.settings.gateway and self.settings.gateway.physicalDeviceAddress:
1601
+ if (
1602
+ self.settings.gateway
1603
+ and self.settings.gateway.physicalDeviceAddress
1604
+ ):
1594
1605
  reply.setUInt8(XDLMSAPDU.GATEWAY_REQUEST)
1595
1606
  reply.setUInt8(self.settings.gateway.networkId)
1596
1607
  reply.setUInt8(len(self.settings.gateway.physicalDeviceAddress))
@@ -1614,16 +1625,26 @@ class Client:
1614
1625
  reply.move(pos + 1, pos, len(reply) - pos - 1)
1615
1626
  GXDLMS.multipleBlocks(p, reply, ciphering)
1616
1627
  elif p.command != ACSEAPDU.RLRQ:
1617
- if p.command != XDLMSAPDU.GET_REQUEST and p.data and reply:
1628
+ if (
1629
+ p.command != XDLMSAPDU.GET_REQUEST
1630
+ and p.data
1631
+ and reply
1632
+ ):
1618
1633
  GXDLMS.multipleBlocks(p, reply, ciphering)
1619
1634
  if p.command == XDLMSAPDU.SET_REQUEST:
1620
- if p.multipleBlocks and not self.negotiated_conformance.general_block_transfer:
1635
+ if (
1636
+ p.multipleBlocks
1637
+ and not self.negotiated_conformance.general_block_transfer
1638
+ ):
1621
1639
  if p.requestType == 1:
1622
1640
  p.requestType = SetRequest.SET_REQUEST_FIRST_DATABLOCK
1623
1641
  elif p.requestType == 2:
1624
1642
  p.requestType = SetRequest.SET_REQUEST_WITH_DATABLOCK
1625
1643
  if p.command == XDLMSAPDU.GET_RESPONSE:
1626
- if p.multipleBlocks and not self.negotiated_conformance.general_block_transfer:
1644
+ if (
1645
+ p.multipleBlocks
1646
+ and not self.negotiated_conformance.general_block_transfer
1647
+ ):
1627
1648
  if p.requestType == 1:
1628
1649
  p.requestType = 2
1629
1650
  if p.command != XDLMSAPDU.GENERAL_BLOCK_TRANSFER:
@@ -1633,7 +1654,10 @@ class Client:
1633
1654
  else:
1634
1655
  reply.setUInt8(GXDLMS.getInvokeIDPriority(self.settings))
1635
1656
  reply.set(p.attributeDescriptor)
1636
- if self.settings.is_multiple_block() and self.negotiated_conformance.general_block_transfer:
1657
+ if (
1658
+ self.settings.is_multiple_block()
1659
+ and self.negotiated_conformance.general_block_transfer
1660
+ ):
1637
1661
  if p.lastBlock:
1638
1662
  reply.setUInt8(1)
1639
1663
  self.settings.setCount(0)
@@ -1643,7 +1667,10 @@ class Client:
1643
1667
  reply.setUInt32(p.blockIndex)
1644
1668
  p.blockIndex += 1
1645
1669
  if p.status != 0xFF:
1646
- if p.status != 0 and p.command == XDLMSAPDU.GET_RESPONSE:
1670
+ if (
1671
+ p.status != 0
1672
+ and p.command == XDLMSAPDU.GET_RESPONSE
1673
+ ):
1647
1674
  reply.setUInt8(1)
1648
1675
  reply.setUInt8(p.status)
1649
1676
  if p.data:
@@ -1661,8 +1688,14 @@ class Client:
1661
1688
  _GXCommon.setObjectCount(len_, reply)
1662
1689
  reply.set(p.data, len_)
1663
1690
  if len_ == 0:
1664
- if p.status != 0xFF and p.command != XDLMSAPDU.GENERAL_BLOCK_TRANSFER:
1665
- if p.status != 0 and p.command == XDLMSAPDU.GET_RESPONSE:
1691
+ if (
1692
+ p.status != 0xFF
1693
+ and p.command != XDLMSAPDU.GENERAL_BLOCK_TRANSFER
1694
+ ):
1695
+ if (
1696
+ p.status != 0
1697
+ and p.command == XDLMSAPDU.GET_RESPONSE
1698
+ ):
1666
1699
  reply.setUInt8(1)
1667
1700
  reply.setUInt8(p.status)
1668
1701
  if p.data:
@@ -1680,7 +1713,10 @@ class Client:
1680
1713
  if self.negotiated_conformance.general_block_transfer:
1681
1714
  if 7 + len_ + len(reply) > self.settings.maxPduSize:
1682
1715
  len_ = self.settings.maxPduSize - len(reply) - 7
1683
- if ciphering and p.command != XDLMSAPDU.GENERAL_BLOCK_TRANSFER:
1716
+ if (
1717
+ ciphering
1718
+ and p.command != XDLMSAPDU.GENERAL_BLOCK_TRANSFER
1719
+ ):
1684
1720
  reply.set(p.data)
1685
1721
  tmp = []
1686
1722
  if self.settings.cipher.securitySuite == SecuritySuite.AES_GCM_128_AUT_ENCR_AND_AES_128_KEY_WRAP:
@@ -1692,11 +1728,25 @@ class Client:
1692
1728
  if 7 + len_ > self.settings.maxPduSize:
1693
1729
  len_ = self.settings.maxPduSize - 7
1694
1730
  ciphering = False
1695
- elif p.command != XDLMSAPDU.GET_REQUEST and len_ + len(reply) > self.settings.maxPduSize:
1731
+ elif (
1732
+ p.command != XDLMSAPDU.GET_REQUEST
1733
+ and len_ + len(reply) > self.settings.maxPduSize
1734
+ ):
1696
1735
  len_ = self.settings.maxPduSize - len(reply)
1697
1736
  reply.set(p.data, p.data.position, len_)
1698
- elif (self.settings.gateway and self.settings.gateway.physicalDeviceAddress) and \
1699
- not (p.command == XDLMSAPDU.GENERAL_BLOCK_TRANSFER or (p.multipleBlocks and self.negotiated_conformance.general_block_transfer)):
1737
+ elif (
1738
+ (
1739
+ self.settings.gateway
1740
+ and self.settings.gateway.physicalDeviceAddress
1741
+ )
1742
+ and not (
1743
+ p.command == XDLMSAPDU.GENERAL_BLOCK_TRANSFER
1744
+ or (
1745
+ p.multipleBlocks
1746
+ and self.negotiated_conformance.general_block_transfer
1747
+ )
1748
+ )
1749
+ ):
1700
1750
  if 3 + len_ + len(self.settings.gateway.physicalDeviceAddress) > self.settings.maxPduSize:
1701
1751
  len_ -= (3 + len(self.settings.gateway.physicalDeviceAddress))
1702
1752
  tmp = GXByteBuffer(reply)
@@ -1706,27 +1756,42 @@ class Client:
1706
1756
  reply.setUInt8(len(self.settings.gateway.physicalDeviceAddress))
1707
1757
  reply.set(self.settings.gateway.physicalDeviceAddress)
1708
1758
  reply.set(tmp)
1709
- if ciphering and reply and not self.negotiated_conformance.general_block_transfer and p.command != XDLMSAPDU.RELEASE_REQUEST:
1759
+ if (
1760
+ ciphering
1761
+ and reply
1762
+ and not self.negotiated_conformance.general_block_transfer
1763
+ and p.command != XDLMSAPDU.RELEASE_REQUEST
1764
+ ):
1710
1765
  tmp = []
1711
1766
  if self.settings.cipher.securitySuite == SecuritySuite.AES_GCM_128_AUT_ENCR_AND_AES_128_KEY_WRAP:
1712
1767
  tmp = self.cipher0(p, reply.array())
1713
1768
  reply.size = 0
1714
1769
  reply.set(tmp)
1715
- if p.command == XDLMSAPDU.GENERAL_BLOCK_TRANSFER or (p.multipleBlocks and self.negotiated_conformance.general_block_transfer):
1770
+ if (
1771
+ p.command == XDLMSAPDU.GENERAL_BLOCK_TRANSFER
1772
+ or (
1773
+ p.multipleBlocks
1774
+ and self.negotiated_conformance.general_block_transfer
1775
+ )
1776
+ ):
1716
1777
  bb = GXByteBuffer()
1717
1778
  bb.set(reply)
1718
1779
  reply.clear()
1719
1780
  reply.setUInt8(XDLMSAPDU.GENERAL_BLOCK_TRANSFER)
1720
- value = 0
1721
1781
  if p.lastBlock:
1722
1782
  value = 0x80
1723
1783
  elif p.streaming:
1724
- value |= 0x40
1784
+ value = 0x40
1785
+ else:
1786
+ value = 0
1725
1787
  value |= p.windowSize
1726
1788
  reply.setUInt8(value)
1727
1789
  reply.setUInt16(p.blockIndex)
1728
1790
  p.blockIndex += 1
1729
- if p.command != XDLMSAPDU.DATA_NOTIFICATION and p.blockNumberAck != 0:
1791
+ if (
1792
+ p.command != XDLMSAPDU.DATA_NOTIFICATION
1793
+ and p.blockNumberAck != 0
1794
+ ):
1730
1795
  reply.setUInt16(p.blockNumberAck)
1731
1796
  p.blockNumberAck += 1
1732
1797
  else:
@@ -1737,7 +1802,10 @@ class Client:
1737
1802
  if p.command != XDLMSAPDU.GENERAL_BLOCK_TRANSFER:
1738
1803
  p.command = XDLMSAPDU.GENERAL_BLOCK_TRANSFER
1739
1804
  p.blockNumberAck += 1
1740
- if self.settings.gateway and self.settings.gateway.physicalDeviceAddress:
1805
+ if (
1806
+ self.settings.gateway
1807
+ and self.settings.gateway.physicalDeviceAddress
1808
+ ):
1741
1809
  if 3 + len_ + len(self.settings.gateway.physicalDeviceAddress) > self.settings.maxPduSize:
1742
1810
  len_ -= (3 + len(self.settings.gateway.physicalDeviceAddress))
1743
1811
  tmp = GXByteBuffer(reply)
@@ -1747,11 +1815,13 @@ class Client:
1747
1815
  reply.setUInt8(len(self.settings.gateway.physicalDeviceAddress))
1748
1816
  reply.set(self.settings.gateway.physicalDeviceAddress)
1749
1817
  reply.set(tmp)
1750
-
1751
1818
  p.lastBlock = True
1752
1819
  if p.attributeDescriptor is None:
1753
1820
  self.settings.increaseBlockIndex()
1754
- if p.command == ACSEAPDU.AARQ and p.command == XDLMSAPDU.GET_REQUEST:
1821
+ if (
1822
+ p.command == ACSEAPDU.AARQ
1823
+ and p.command == XDLMSAPDU.GET_REQUEST
1824
+ ):
1755
1825
  assert not self.settings.maxPduSize < len(reply)
1756
1826
  match self.com_profile:
1757
1827
  case c_pf.TCPUDPIP():
@@ -1762,7 +1832,10 @@ class Client:
1762
1832
  raise ValueError("InterfaceType")
1763
1833
  reply.clear()
1764
1834
  frame_ = 0
1765
- if not p.data or p.data.position == p.data.size:
1835
+ if (
1836
+ not p.data
1837
+ or p.data.position == p.data.size
1838
+ ):
1766
1839
  break
1767
1840
  return messages
1768
1841
 
@@ -14,19 +14,19 @@ class GXDLMSLNParameters:
14
14
  data: GXByteBuffer | None
15
15
  # Reply status.
16
16
  status: ErrorCode | int
17
+ windowSize: int = 1
18
+ streaming: bool = False
19
+ """ Is this last block in send. """
17
20
 
18
21
  def __post_init__(self):
19
22
  self.blockIndex = self.settings.blockIndex
20
23
  self.blockNumberAck = self.settings.blockNumberAck
21
24
  self.time = None
22
25
  """ Send date and time. This is used in Data notification messages. """
23
- self.multipleBlocks = self.settings.count != self.settings.index
24
- """ Are there more data to send or more data to receive. DEPRECATED, USE: client.setting.is_multiple_block """
26
+ self.multipleBlocks = self.settings.is_multiple_block()
27
+ """ Are there more data to send or more data to receive"""
25
28
  self.lastBlock = self.settings.count == self.settings.index
26
29
  """ Is this last block in send. """
27
- self.windowSize = 1
28
- self.streaming = False
29
- """ Is this last block in send. """
30
30
  if self.settings:
31
31
  self.settings.command = self.command
32
32
  if self.command == XDLMSAPDU.GET_REQUEST and self.requestType != ResponseType.WITH_DATABLOCK:
@@ -176,7 +176,6 @@ class GXDLMSSettings:
176
176
  # update invoke ID.
177
177
  #
178
178
  def updateInvokeId(self, value):
179
- #pylint: disable=bad-option-value,redefined-variable-type
180
179
  if (value & 0x80) != 0:
181
180
  self.priority = Priority.HIGH
182
181
  else:
@@ -1030,7 +1030,7 @@ class ReadObjAttr(SimpleCopy, CDT):
1030
1030
 
1031
1031
 
1032
1032
  @dataclass
1033
- class Par2Data[T: cdt.CommonDataType](SimpleCopy, CDT):
1033
+ class Par2Data[T: cdt.CommonDataType](SimpleCopy, CDT[T]):
1034
1034
  """get CommonDataType by Parameter"""
1035
1035
  par: Parameter
1036
1036
  msg: str = "read data by Parameter"
@@ -1165,7 +1165,7 @@ class ReadAttributes(SimpleCopy, _List[cdt.CommonDataType]):
1165
1165
  @deprecated("use <Write2>")
1166
1166
  class Write(SimpleCopy, OK):
1167
1167
  """write with ParameterData struct"""
1168
- pardata: ParData
1168
+ par_data: ParData
1169
1169
  msg: str = "write attribute"
1170
1170
 
1171
1171
  async def exchange(self, c: Client) -> result.Ok | result.Error:
@@ -1201,10 +1201,10 @@ class Write2(SimpleCopy, OK):
1201
1201
  return res_obj
1202
1202
  if self.par.n_elements == 0:
1203
1203
  enc = self.data.encoding
1204
- elif isinstance(res_read := await ReadObjAttr(res_obj.value, self.par.i).exchange(c), result.Error):
1204
+ elif isinstance(res_read := await Par2Data[cdt.CommonDataType](self.par.attr).exchange(c), result.Error):
1205
1205
  return res_read
1206
1206
  else:
1207
- data = a_data
1207
+ data = res_read.value
1208
1208
  for el in self.par.elements():
1209
1209
  data = data[el]
1210
1210
  data.set(self.data)
@@ -1218,6 +1218,7 @@ class Write2(SimpleCopy, OK):
1218
1218
 
1219
1219
 
1220
1220
  @dataclass
1221
+ @deprecated("use <WriteTranscript>")
1221
1222
  class WriteParValue(SimpleCopy, OK):
1222
1223
  """write with ParameterValues struct"""
1223
1224
  par_value: ParValues[cdt.Transcript]
@@ -1742,10 +1743,10 @@ class WriteParDatas(SimpleCopy, _List[result.Ok]):
1742
1743
 
1743
1744
  class WriteList(SimpleCopy, _List[result.Ok]):
1744
1745
  """write by list"""
1745
- par_datas: tuple[Parameter, cdt.CommonDataType]
1746
+ par_datas: tuple[tuple[Parameter, cdt.CommonDataType], ...]
1746
1747
  err_ignore: bool
1747
1748
 
1748
- def __init__(self, *par_datas: tuple[Parameter, cdt.CommonDataType], err_ignore: bool = False, msg = ""):
1749
+ def __init__(self, *par_datas: tuple[Parameter, cdt.CommonDataType], err_ignore: bool = False, msg: str = "") -> None:
1749
1750
  self.par_datas = par_datas
1750
1751
  self.err_ignore = err_ignore
1751
1752
  self.msg = msg
@@ -1763,43 +1764,46 @@ class WriteList(SimpleCopy, _List[result.Ok]):
1763
1764
 
1764
1765
 
1765
1766
  @dataclass
1766
- class WriteParTranscript(SimpleCopy, OK):
1767
+ class WriteTranscript(SimpleCopy, OK):
1767
1768
  """write by ParValues[Transcript]"""
1768
1769
  par: Parameter
1769
1770
  value: cdt.Transcript
1770
1771
  msg: str = ""
1771
1772
 
1772
1773
  async def exchange(self, c: Client) -> result.Ok | result.Error:
1773
- if isinstance((res := await Par2Data(self.par).exchange(c)), result.Error):
1774
+ if isinstance((res := await Par2Data[cdt.CommonDataType](self.par).exchange(c)), result.Error):
1774
1775
  return res
1775
- data = copy(res.value)
1776
1776
  if isinstance(data, cdt.Digital):
1777
1777
  s_u = c.objects.par2su(self.par)
1778
1778
  if isinstance(s_u, cdt.ScalUnitType):
1779
- value = int(float(self.value) * 10 ** -int(s_u.scaler))
1780
- data.set(self.value)
1781
- return await WriteAttribute(
1782
- ln=self.par.obis,
1783
- index=self.par.i,
1784
- value=data.encoding
1785
- ).exchange(c)
1779
+ if not isinstance(self.value, str):
1780
+ return result.Error.from_e(TypeError(), f"for {self.par} got type: {self.value}, expected String")
1781
+ try:
1782
+ data = res.value.parse(value := str(float(self.value) * 10 ** -int(s_u.scaler)))
1783
+ except ValueError as e:
1784
+ return result.Error.from_e(e, f"for {self.par} got value: {self.value}, expected Float or Digital")
1785
+ else:
1786
+ data = res.value.parse(self.value)
1787
+ else:
1788
+ data = res.value.parse(self.value)
1789
+ return await Write2(self.par, data).exchange(c)
1786
1790
 
1787
1791
 
1788
- class WriteParTranscripts(SimpleCopy, _List[result.Ok]):
1792
+ class WriteTranscripts(SimpleCopy, _List[result.Ok]):
1789
1793
  """write by ParValues[Transcript] list"""
1790
- par_values: tuple[Parameter, cdt.Transcript]
1794
+ par_values: tuple[tuple[Parameter, cdt.Transcript], ...]
1791
1795
  err_ignore: bool
1792
1796
 
1793
- def __init__(self, *par_values: tuple[Parameter, cdt.Transcript], err_ignore: bool = False, msg=""):
1797
+ def __init__(self, *par_values: tuple[Parameter, cdt.Transcript], err_ignore: bool = False, msg: str =""):
1794
1798
  self.par_values = par_values
1795
1799
  self.err_ignore = err_ignore
1796
1800
  self.msg = msg
1797
1801
 
1798
- async def exchange(self, c: Client) -> result.List[T] | result.Error:
1802
+ async def exchange(self, c: Client) -> result.List[result.Ok] | result.Error:
1799
1803
  res = result.List[result.Ok]()
1800
1804
  for par, value in self.par_values:
1801
1805
  if (
1802
- isinstance(res_one := await WriteParTranscript(par, value).exchange(c), result.Error)
1806
+ isinstance(res_one := await WriteTranscript(par, value).exchange(c), result.Error)
1803
1807
  and not self.err_ignore
1804
1808
  ):
1805
1809
  return res_one
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DLMS_SPODES_client
3
- Version: 0.19.7
3
+ Version: 0.19.8
4
4
  Summary: dlms-spodes
5
5
  Author-email: Serj Kotilevski <youserj@outlook.com>
6
6
  Project-URL: Source, https://github.com/youserj/SPODESclient_prj
@@ -10540,3 +10540,410 @@ KPZ101000007851: 25.09 12:02.48 - DLMSClient - DEBUG - close
10540
10540
  KPZ101000007851: 25.09 12:02.48 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10541
10541
  KPZ101000007851: 25.09 12:02.48 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10542
10542
  KPZ101000007851: 25.09 12:02.48 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10543
+ #common: 26.09 07:03.44 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10544
+ reader: 26.09 07:03.44 - DLMSClient - INFO - Acquire
10545
+ reader: 26.09 07:03.44 - DLMSClient - INFO - Open port communication channel: COM6,9600
10546
+ reader: 26.09 07:03.44 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10547
+ reader: 26.09 07:03.44 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10548
+ reader: 26.09 07:03.44 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10549
+ reader: 26.09 07:03.44 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10550
+ reader: 26.09 07:03.44 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10551
+ reader: 26.09 07:03.44 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10552
+ reader: 26.09 07:03.44 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10553
+ reader: 26.09 07:03.44 - DLMSClient - INFO - Authentication success
10554
+ reader: 26.09 07:03.44 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10555
+ reader: 26.09 07:03.44 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10556
+ reader: 26.09 07:03.44 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10557
+ reader: 26.09 07:03.44 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10558
+ reader: 26.09 07:03.44 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10559
+ reader: 26.09 07:03.44 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10560
+ reader: 26.09 07:03.45 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x0000021E7EE2ACF0>
10561
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - DEBUG - close
10562
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10563
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10564
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10565
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10566
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10567
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10568
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10569
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10570
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10571
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - Authentication success
10572
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10573
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10574
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10575
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10576
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 02 00 60 1a 7e
10577
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - RX: 7e a0 1e 41 03 96 2d cf e6 e7 00 c4 01 c1 00 09 0c 07 e9 09 15 07 09 0d 29 00 80 00 00 43 4b 7e
10578
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - TX: 7e a0 27 03 41 98 da 55 e6 e6 00 c1 01 c1 00 08 00 00 01 00 00 ff 02 00 09 0c 07 e9 09 15 07 09 0d 29 00 80 00 00 01 00 7e
10579
+ KPZ101000007851: 26.09 07:03.45 - DLMSClient - INFO - RX: 7e a0 10 41 03 b8 13 a9 e6 e7 00 c5 01 c1 03 cb bb 7e
10580
+ KPZ101000007851: 26.09 07:03.46 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10581
+ #common: 26.09 07:04.08 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10582
+ reader: 26.09 07:04.08 - DLMSClient - INFO - Acquire
10583
+ reader: 26.09 07:04.08 - DLMSClient - INFO - Open port communication channel: COM6,9600
10584
+ reader: 26.09 07:04.08 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10585
+ reader: 26.09 07:04.08 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10586
+ reader: 26.09 07:04.08 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10587
+ reader: 26.09 07:04.08 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10588
+ reader: 26.09 07:04.08 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10589
+ reader: 26.09 07:04.08 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10590
+ reader: 26.09 07:04.08 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10591
+ reader: 26.09 07:04.08 - DLMSClient - INFO - Authentication success
10592
+ reader: 26.09 07:04.08 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10593
+ reader: 26.09 07:04.08 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10594
+ reader: 26.09 07:04.08 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10595
+ reader: 26.09 07:04.08 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10596
+ reader: 26.09 07:04.08 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10597
+ reader: 26.09 07:04.08 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10598
+ reader: 26.09 07:04.09 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x0000026C377D69C0>
10599
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - DEBUG - close
10600
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10601
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10602
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10603
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10604
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10605
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10606
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10607
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10608
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10609
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - Authentication success
10610
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10611
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10612
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10613
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10614
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 03 00 b8 03 7e
10615
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - INFO - RX: 7e a0 13 41 03 96 a2 44 e6 e7 00 c4 01 c1 00 10 01 68 2d f2 7e
10616
+ KPZ101000007851: 26.09 07:04.09 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10617
+ #common: 26.09 07:06.16 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10618
+ reader: 26.09 07:06.17 - DLMSClient - INFO - Acquire
10619
+ reader: 26.09 07:06.17 - DLMSClient - INFO - Open port communication channel: COM6,9600
10620
+ reader: 26.09 07:06.17 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10621
+ reader: 26.09 07:06.17 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10622
+ reader: 26.09 07:06.17 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10623
+ reader: 26.09 07:06.17 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10624
+ reader: 26.09 07:06.17 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10625
+ reader: 26.09 07:06.17 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10626
+ reader: 26.09 07:06.17 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10627
+ reader: 26.09 07:06.17 - DLMSClient - INFO - Authentication success
10628
+ reader: 26.09 07:06.17 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10629
+ reader: 26.09 07:06.17 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10630
+ reader: 26.09 07:06.17 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10631
+ reader: 26.09 07:06.17 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10632
+ reader: 26.09 07:06.17 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10633
+ reader: 26.09 07:06.17 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10634
+ reader: 26.09 07:06.19 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x000002B5B051DBB0>
10635
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - DEBUG - close
10636
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10637
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10638
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10639
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10640
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10641
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10642
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10643
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10644
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10645
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - Authentication success
10646
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10647
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10648
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10649
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10650
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 03 00 b8 03 7e
10651
+ KPZ101000007851: 26.09 07:06.19 - DLMSClient - INFO - RX: 7e a0 13 41 03 96 a2 44 e6 e7 00 c4 01 c1 00 10 01 68 2d f2 7e
10652
+ KPZ101000007851: 26.09 07:06.20 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10653
+ #common: 26.09 07:06.48 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10654
+ reader: 26.09 07:06.48 - DLMSClient - INFO - Acquire
10655
+ reader: 26.09 07:06.48 - DLMSClient - INFO - Open port communication channel: COM6,9600
10656
+ reader: 26.09 07:06.48 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10657
+ reader: 26.09 07:06.48 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10658
+ reader: 26.09 07:06.48 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10659
+ reader: 26.09 07:06.48 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10660
+ reader: 26.09 07:06.48 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10661
+ reader: 26.09 07:06.49 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10662
+ reader: 26.09 07:06.49 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10663
+ reader: 26.09 07:06.49 - DLMSClient - INFO - Authentication success
10664
+ reader: 26.09 07:06.49 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10665
+ reader: 26.09 07:06.49 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10666
+ reader: 26.09 07:06.49 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10667
+ reader: 26.09 07:06.49 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10668
+ reader: 26.09 07:06.49 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10669
+ reader: 26.09 07:06.49 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10670
+ reader: 26.09 07:06.51 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x000001F1144D1970>
10671
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - DEBUG - close
10672
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10673
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10674
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10675
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10676
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10677
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10678
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10679
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10680
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10681
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - Authentication success
10682
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10683
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10684
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10685
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10686
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 03 00 b8 03 7e
10687
+ KPZ101000007851: 26.09 07:06.51 - DLMSClient - INFO - RX: 7e a0 13 41 03 96 a2 44 e6 e7 00 c4 01 c1 00 10 01 68 2d f2 7e
10688
+ #common: 26.09 07:12.03 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10689
+ reader: 26.09 07:12.03 - DLMSClient - INFO - Acquire
10690
+ reader: 26.09 07:12.03 - DLMSClient - INFO - Open port communication channel: COM6,9600
10691
+ reader: 26.09 07:12.03 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10692
+ reader: 26.09 07:12.03 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10693
+ reader: 26.09 07:12.03 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10694
+ reader: 26.09 07:12.03 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10695
+ reader: 26.09 07:12.03 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10696
+ reader: 26.09 07:12.03 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10697
+ reader: 26.09 07:12.03 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10698
+ reader: 26.09 07:12.03 - DLMSClient - INFO - Authentication success
10699
+ reader: 26.09 07:12.03 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10700
+ reader: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10701
+ reader: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10702
+ reader: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10703
+ reader: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10704
+ reader: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10705
+ reader: 26.09 07:12.04 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x000001C47DDEA630>
10706
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - DEBUG - close
10707
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10708
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10709
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10710
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10711
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10712
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10713
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10714
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10715
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10716
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - Authentication success
10717
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10718
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10719
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10720
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10721
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 03 00 b8 03 7e
10722
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - RX: 7e a0 13 41 03 96 a2 44 e6 e7 00 c4 01 c1 00 10 01 68 2d f2 7e
10723
+ KPZ101000007851: 26.09 07:12.04 - DLMSClient - INFO - TX: 7e a0 1c 03 41 98 3d d9 e6 e6 00 c1 01 c1 00 08 00 00 01 00 00 ff 03 00 10 01 68 37 5d 7e
10724
+ KPZ101000007851: 26.09 07:12.05 - DLMSClient - INFO - RX: 7e a0 10 41 03 b8 13 a9 e6 e7 00 c5 01 c1 03 cb bb 7e
10725
+ KPZ101000007851: 26.09 07:12.05 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10726
+ #common: 26.09 07:13.46 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10727
+ reader: 26.09 07:13.46 - DLMSClient - INFO - Acquire
10728
+ reader: 26.09 07:13.46 - DLMSClient - INFO - Open port communication channel: COM6,9600
10729
+ reader: 26.09 07:13.46 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10730
+ reader: 26.09 07:13.46 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10731
+ reader: 26.09 07:13.46 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10732
+ reader: 26.09 07:13.46 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10733
+ reader: 26.09 07:13.46 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10734
+ reader: 26.09 07:13.46 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10735
+ reader: 26.09 07:13.46 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10736
+ reader: 26.09 07:13.46 - DLMSClient - INFO - Authentication success
10737
+ reader: 26.09 07:13.46 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10738
+ reader: 26.09 07:13.46 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10739
+ reader: 26.09 07:13.46 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10740
+ reader: 26.09 07:13.46 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10741
+ reader: 26.09 07:13.46 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10742
+ reader: 26.09 07:13.46 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10743
+ reader: 26.09 07:13.46 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x000001AC40CAA510>
10744
+ KPZ101000007851: 26.09 07:13.46 - DLMSClient - DEBUG - close
10745
+ KPZ101000007851: 26.09 07:13.46 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10746
+ KPZ101000007851: 26.09 07:13.46 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10747
+ KPZ101000007851: 26.09 07:13.46 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10748
+ KPZ101000007851: 26.09 07:13.46 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10749
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10750
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10751
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10752
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10753
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10754
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - Authentication success
10755
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10756
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10757
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10758
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10759
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 03 00 b8 03 7e
10760
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - RX: 7e a0 13 41 03 96 a2 44 e6 e7 00 c4 01 c1 00 10 01 68 2d f2 7e
10761
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - TX: 7e a0 1c 03 41 98 3d d9 e6 e6 00 c1 01 c1 00 08 00 00 01 00 00 ff 03 00 10 00 03 3a 99 7e
10762
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - INFO - RX: 7e a0 10 41 03 b8 13 a9 e6 e7 00 c5 01 c1 03 cb bb 7e
10763
+ KPZ101000007851: 26.09 07:13.47 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10764
+ #common: 26.09 07:14.00 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10765
+ reader: 26.09 07:14.00 - DLMSClient - INFO - Acquire
10766
+ reader: 26.09 07:14.00 - DLMSClient - INFO - Open port communication channel: COM6,9600
10767
+ reader: 26.09 07:14.00 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10768
+ reader: 26.09 07:14.00 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10769
+ reader: 26.09 07:14.00 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10770
+ reader: 26.09 07:14.00 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10771
+ reader: 26.09 07:14.00 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10772
+ reader: 26.09 07:14.00 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10773
+ reader: 26.09 07:14.00 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10774
+ reader: 26.09 07:14.00 - DLMSClient - INFO - Authentication success
10775
+ reader: 26.09 07:14.00 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10776
+ reader: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10777
+ reader: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10778
+ reader: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10779
+ reader: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10780
+ reader: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10781
+ reader: 26.09 07:14.01 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x000001E2503AA750>
10782
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - DEBUG - close
10783
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10784
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10785
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10786
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10787
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10788
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10789
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10790
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10791
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10792
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - Authentication success
10793
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10794
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10795
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10796
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10797
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 03 00 b8 03 7e
10798
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - RX: 7e a0 13 41 03 96 a2 44 e6 e7 00 c4 01 c1 00 10 01 68 2d f2 7e
10799
+ KPZ101000007851: 26.09 07:14.01 - DLMSClient - INFO - TX: 7e a0 1c 03 41 98 3d d9 e6 e6 00 c1 01 c1 00 08 00 00 01 00 00 ff 03 00 10 00 03 3a 99 7e
10800
+ KPZ101000007851: 26.09 07:14.02 - DLMSClient - INFO - RX: 7e a0 10 41 03 b8 13 a9 e6 e7 00 c5 01 c1 03 cb bb 7e
10801
+ KPZ101000007851: 26.09 07:14.02 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10802
+ #common: 26.09 07:14.25 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10803
+ reader: 26.09 07:14.25 - DLMSClient - INFO - Acquire
10804
+ reader: 26.09 07:14.25 - DLMSClient - INFO - Open port communication channel: COM6,9600
10805
+ reader: 26.09 07:14.25 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10806
+ reader: 26.09 07:14.25 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10807
+ reader: 26.09 07:14.25 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10808
+ reader: 26.09 07:14.25 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10809
+ reader: 26.09 07:14.25 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10810
+ reader: 26.09 07:14.25 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10811
+ reader: 26.09 07:14.25 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10812
+ reader: 26.09 07:14.25 - DLMSClient - INFO - Authentication success
10813
+ reader: 26.09 07:14.25 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10814
+ reader: 26.09 07:14.25 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10815
+ reader: 26.09 07:14.25 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10816
+ reader: 26.09 07:14.25 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10817
+ reader: 26.09 07:14.25 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10818
+ reader: 26.09 07:14.25 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10819
+ reader: 26.09 07:14.26 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x0000029D212428D0>
10820
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - DEBUG - close
10821
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10822
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10823
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10824
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10825
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10826
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10827
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10828
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10829
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10830
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - Authentication success
10831
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10832
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10833
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10834
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10835
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 03 00 b8 03 7e
10836
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - RX: 7e a0 13 41 03 96 a2 44 e6 e7 00 c4 01 c1 00 10 01 68 2d f2 7e
10837
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - TX: 7e a0 1c 03 41 98 3d d9 e6 e6 00 c1 01 c1 00 08 00 00 01 00 00 ff 03 00 10 00 78 6e 54 7e
10838
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - INFO - RX: 7e a0 10 41 03 b8 13 a9 e6 e7 00 c5 01 c1 03 cb bb 7e
10839
+ KPZ101000007851: 26.09 07:14.26 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10840
+ #common: 26.09 07:14.42 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10841
+ reader: 26.09 07:14.42 - DLMSClient - INFO - Acquire
10842
+ reader: 26.09 07:14.42 - DLMSClient - INFO - Open port communication channel: COM6,9600
10843
+ reader: 26.09 07:14.42 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10844
+ reader: 26.09 07:14.42 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10845
+ reader: 26.09 07:14.42 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10846
+ reader: 26.09 07:14.42 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10847
+ reader: 26.09 07:14.42 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10848
+ reader: 26.09 07:14.43 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10849
+ reader: 26.09 07:14.43 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10850
+ reader: 26.09 07:14.43 - DLMSClient - INFO - Authentication success
10851
+ reader: 26.09 07:14.43 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10852
+ reader: 26.09 07:14.43 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10853
+ reader: 26.09 07:14.43 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10854
+ reader: 26.09 07:14.43 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10855
+ reader: 26.09 07:14.43 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10856
+ reader: 26.09 07:14.43 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10857
+ reader: 26.09 07:14.43 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x0000020036BAA8A0>
10858
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - DEBUG - close
10859
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10860
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10861
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10862
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10863
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10864
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10865
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10866
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10867
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10868
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - Authentication success
10869
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10870
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10871
+ KPZ101000007851: 26.09 07:14.43 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10872
+ KPZ101000007851: 26.09 07:14.44 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10873
+ KPZ101000007851: 26.09 07:14.44 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 08 00 00 01 00 00 ff 03 00 b8 03 7e
10874
+ KPZ101000007851: 26.09 07:14.44 - DLMSClient - INFO - RX: 7e a0 13 41 03 96 a2 44 e6 e7 00 c4 01 c1 00 10 01 68 2d f2 7e
10875
+ KPZ101000007851: 26.09 07:14.44 - DLMSClient - INFO - TX: 7e a0 1c 03 41 98 3d d9 e6 e6 00 c1 01 c1 00 08 00 00 01 00 00 ff 03 00 10 00 78 6e 54 7e
10876
+ KPZ101000007851: 26.09 07:14.44 - DLMSClient - INFO - RX: 7e a0 10 41 03 b8 13 a9 e6 e7 00 c5 01 c1 03 cb bb 7e
10877
+ KPZ101000007851: 26.09 07:14.44 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10878
+ #common: 26.09 07:15.46 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10879
+ reader: 26.09 07:15.46 - DLMSClient - INFO - Acquire
10880
+ reader: 26.09 07:15.46 - DLMSClient - INFO - Open port communication channel: COM6,9600
10881
+ reader: 26.09 07:15.46 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10882
+ reader: 26.09 07:15.46 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10883
+ reader: 26.09 07:15.46 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10884
+ reader: 26.09 07:15.46 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10885
+ reader: 26.09 07:15.46 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10886
+ reader: 26.09 07:15.47 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10887
+ reader: 26.09 07:15.47 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10888
+ reader: 26.09 07:15.47 - DLMSClient - INFO - Authentication success
10889
+ reader: 26.09 07:15.47 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10890
+ reader: 26.09 07:15.47 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10891
+ reader: 26.09 07:15.47 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10892
+ reader: 26.09 07:15.47 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10893
+ reader: 26.09 07:15.47 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10894
+ reader: 26.09 07:15.47 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10895
+ reader: 26.09 07:15.47 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x000001766E242AB0>
10896
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - DEBUG - close
10897
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10898
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10899
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10900
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10901
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10902
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10903
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10904
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10905
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10906
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - Authentication success
10907
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10908
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10909
+ KPZ101000007851: 26.09 07:15.47 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10910
+ KPZ101000007851: 26.09 07:15.48 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10911
+ KPZ101000007851: 26.09 07:15.48 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10912
+ #common: 26.09 07:16.28 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10913
+ reader: 26.09 07:16.28 - DLMSClient - INFO - Acquire
10914
+ reader: 26.09 07:16.28 - DLMSClient - INFO - Open port communication channel: COM6,9600
10915
+ reader: 26.09 07:16.28 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10916
+ reader: 26.09 07:16.28 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10917
+ reader: 26.09 07:16.28 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10918
+ reader: 26.09 07:16.28 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10919
+ reader: 26.09 07:16.28 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10920
+ reader: 26.09 07:16.28 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10921
+ reader: 26.09 07:16.28 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10922
+ reader: 26.09 07:16.28 - DLMSClient - INFO - Authentication success
10923
+ reader: 26.09 07:16.28 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10924
+ reader: 26.09 07:16.28 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10925
+ reader: 26.09 07:16.28 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 00 02 00 ff 02 00 f4 3a 7e
10926
+ reader: 26.09 07:16.28 - DLMSClient - INFO - RX: 7e a0 20 41 03 74 81 e9 e6 e7 00 c4 01 c1 00 09 0e 50 57 52 4d 5f 4d 32 4d 5f 31 5f 46 34 5f 66 7c 7e
10927
+ reader: 26.09 07:16.28 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 01 00 00 00 02 01 ff 02 00 4f 26 7e
10928
+ reader: 26.09 07:16.29 - DLMSClient - INFO - RX: 7e a0 18 41 03 96 b7 84 e6 e7 00 c4 01 c1 00 09 06 31 2e 37 2e 32 32 e7 56 7e
10929
+ reader: 26.09 07:16.29 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x0000010C5BD52900>
10930
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - DEBUG - close
10931
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10932
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - RX: 7e a0 1e 41 03 73 8e 7f 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3b 7e
10933
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10934
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10935
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10936
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10937
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - TX: 7e a0 44 03 41 10 b3 e1 e6 e6 00 60 36 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 0a 80 08 30 30 30 30 30 30 30 30 be 10 04 0e 01 00 00 00 06 5f 1f 04 00 7f ff ff ff ff 7b 96 7e
10938
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - RX: 7e a0 37 41 03 30 21 79 e6 e7 00 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 15 04 00 00 07 62 c5 7e
10939
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10940
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - Authentication success
10941
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - TX: 7e a0 19 03 41 32 3a bd e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10942
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - RX: 7e a0 21 41 03 52 0e b1 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10943
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - TX: 7e a0 19 03 41 54 0a bb e6 e6 00 c0 01 c1 00 01 00 00 2a 00 00 ff 02 00 12 80 7e
10944
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - RX: 7e a0 21 41 03 74 3a f5 e6 e7 00 c4 01 c1 00 09 0f 4b 50 5a 31 30 31 30 30 30 30 30 37 38 35 31 62 2d 7e
10945
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - TX: 7e a0 19 03 41 76 1a b9 e6 e6 00 c0 01 c1 00 03 01 00 01 07 00 ff 02 00 ce 02 7e
10946
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - RX: 7e a0 15 41 03 96 38 0f e6 e7 00 c4 01 c1 00 05 00 00 00 00 b1 05 7e
10947
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - TX: 7e a0 1e 03 41 98 4b e0 e6 e6 00 c1 01 c1 00 03 01 00 01 07 00 ff 02 00 05 00 01 d4 c0 f6 a6 7e
10948
+ KPZ101000007851: 26.09 07:16.29 - DLMSClient - INFO - RX: 7e a0 10 41 03 b8 13 a9 e6 e7 00 c5 01 c1 03 cb bb 7e
10949
+ KPZ101000007851: 26.09 07:16.30 - DLMSClient - DEBUG - closed communication channel: COM6,9600
@@ -9,6 +9,7 @@ from DLMS_SPODES.cosem_interface_classes import collection
9
9
  from DLMSAdapter.xml_ import xml50
10
10
  from DLMSCommunicationProfile.HDLC.hdlc import HDLCParameters, HDLC
11
11
  from StructResult import result, formatter
12
+ from DLMS_SPODES.cosem_interface_classes import parameters as dlms_par
12
13
  from src.DLMS_SPODES_client.client import Client, Network, Serial, IDFactory, RS485, BLEKPZ, logL
13
14
  from src.DLMS_SPODES_client.session import DistributedTask, Session
14
15
  from src.DLMS_SPODES_client import session
@@ -130,6 +131,13 @@ class TestType(unittest.TestCase):
130
131
  ))
131
132
  print(sess)
132
133
 
134
+ def test_WriteParTranscript(self):
135
+ self.start_coro(sess := Session(
136
+ c=c_Serial_Reader,
137
+ tsk=task.WriteParTranscript(Parameter.parse("1.0.1.7.0.255").set_i(2), "120")
138
+ ))
139
+ print(sess)
140
+
133
141
  def test_SchedulerTask(self):
134
142
  class FalseAlways(task.Base):
135
143
  async def exchange(self, c: Client) -> result.Result: