DLMS-SPODES-client 0.19.5__tar.gz → 0.19.6__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.5/src/DLMS_SPODES_client.egg-info → dlms_spodes_client-0.19.6}/PKG-INFO +1 -1
  2. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/pyproject.toml +1 -1
  3. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/client.py +1 -1
  4. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/task.py +38 -33
  5. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6/src/DLMS_SPODES_client.egg-info}/PKG-INFO +1 -1
  6. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/client_log.txt +248 -0
  7. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/test_Client.py +3 -1
  8. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/.gitignore +0 -0
  9. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/README.md +0 -0
  10. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/setup.cfg +0 -0
  11. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/FCS16.py +0 -0
  12. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/__init__.py +0 -0
  13. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_common/enums/TraceLevel.py +0 -0
  14. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_common/enums/__init__.py +0 -0
  15. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/AesGcmParameter.py +0 -0
  16. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/CountType.py +0 -0
  17. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXByteBuffer.py +0 -0
  18. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXCiphering.py +0 -0
  19. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXDLMS.py +0 -0
  20. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSChippering.py +0 -0
  21. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSChipperingStream.py +0 -0
  22. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSConfirmedServiceError.py +0 -0
  23. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSException.py +0 -0
  24. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSLNParameters.py +0 -0
  25. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSSNParameters.py +0 -0
  26. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSSettings.py +0 -0
  27. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/GXReplyData.py +0 -0
  28. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/HdlcControlFrame.py +0 -0
  29. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/MBusCommand.py +0 -0
  30. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/MBusEncryptionMode.py +0 -0
  31. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/ResponseType.py +0 -0
  32. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/SetResponseType.py +0 -0
  33. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/_HDLCInfo.py +0 -0
  34. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/__init__.py +0 -0
  35. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Access.py +0 -0
  36. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/ApplicationReference.py +0 -0
  37. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Authentication.py +0 -0
  38. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/BerType.py +0 -0
  39. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Command.py +0 -0
  40. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Definition.py +0 -0
  41. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/ErrorCode.py +0 -0
  42. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/ExceptionServiceError.py +0 -0
  43. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/HardwareResource.py +0 -0
  44. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/HdlcFrameType.py +0 -0
  45. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Initiate.py +0 -0
  46. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/LoadDataSet.py +0 -0
  47. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/ObjectType.py +0 -0
  48. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Priority.py +0 -0
  49. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/RequestTypes.py +0 -0
  50. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Security.py +0 -0
  51. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Service.py +0 -0
  52. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/ServiceClass.py +0 -0
  53. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/ServiceError.py +0 -0
  54. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Standard.py +0 -0
  55. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/StateError.py +0 -0
  56. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/Task.py +0 -0
  57. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/VdeStateError.py +0 -0
  58. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/enums/__init__.py +0 -0
  59. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/gurux_dlms/internal/_GXCommon.py +0 -0
  60. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/logger.py +0 -0
  61. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/py.typed +0 -0
  62. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/services.py +0 -0
  63. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/session.py +0 -0
  64. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client/settings.py +0 -0
  65. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client.egg-info/SOURCES.txt +0 -0
  66. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client.egg-info/dependency_links.txt +0 -0
  67. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client.egg-info/entry_points.txt +0 -0
  68. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client.egg-info/requires.txt +0 -0
  69. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/src/DLMS_SPODES_client.egg-info/top_level.txt +0 -0
  70. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/Firmwares/firmwares.dat +0 -0
  71. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/Firmwares/firmwares_1_2_11.dat +0 -0
  72. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/Firmwares/firmwares_1_7_2.dat +0 -0
  73. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/Types/303030/0000600101ff020009054d324d5f31/0000600102ff02000906312e332e3330.xml +0 -0
  74. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/Types/313031/0000600101ff020009054d324d5f31/0000600102ff02000906312e322e3131.xml +0 -0
  75. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/config.toml +0 -0
  76. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/name2.csv +0 -0
  77. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/test_logger.py +0 -0
  78. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/test/test_services.py +0 -0
  79. {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.6}/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.5
3
+ Version: 0.19.6
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.5"
18
+ version = "0.19.6"
19
19
  requires-python = ">= 3.12"
20
20
  authors = [
21
21
  {name="Serj Kotilevski", email="youserj@outlook.com"}
@@ -970,7 +970,7 @@ class Client:
970
970
  def set_params(self, field: str, value: str):
971
971
  self.__dict__[field] = eval(value)
972
972
 
973
- async def close(self):
973
+ async def close(self) -> None:
974
974
  """close , media is open"""
975
975
  self.log(logL.DEB, "close")
976
976
  if self.level > OSI.DATA_LINK:
@@ -5,7 +5,7 @@ import re
5
5
  from typing_extensions import deprecated
6
6
  import hashlib
7
7
  from dataclasses import dataclass, field
8
- from typing import Callable, Any, Optional, Protocol, cast, override, Self, Final, Iterable
8
+ from typing import Callable, Any, Optional, Protocol, cast, override, Self, Final, Iterable, TypeVarTuple
9
9
  from itertools import count
10
10
  import datetime
11
11
  import time
@@ -35,7 +35,8 @@ from DLMS_SPODES.firmwares import get_firmware
35
35
  from DLMS_SPODES.cosem_interface_classes.image_transfer import image_transfer_status as i_t_status
36
36
  from DLMSAdapter.main import AdapterException, Adapter, gag
37
37
  from DLMSCommunicationProfile.osi import OSI
38
- from .client import Client, logL, Security, Data, mechanism_id, AcseServiceUser, State
38
+ from .logger import LogLevel as logL
39
+ from .client import Client, Security, Data, mechanism_id, AcseServiceUser, State
39
40
 
40
41
 
41
42
  firm_id_pat = re.compile(b".*(?P<fid>PWRM_M2M_[^_]{1,10}_[^_]{1,10}).+")
@@ -56,7 +57,7 @@ class Base[T: result.Result](Protocol):
56
57
  def copy(self) -> Self: ...
57
58
 
58
59
  @property
59
- def current(self) -> 'Base[T]':
60
+ def current(self) -> 'Base[T] | Self':
60
61
  return self
61
62
 
62
63
  async def run(self, c: Client) -> T | result.Error:
@@ -516,7 +517,7 @@ class List[T: result.Result, U: Base[result.Result]](Subtasks[U], _List[T]):
516
517
  )
517
518
 
518
519
  @property
519
- def current(self) -> 'Base[T]':
520
+ def current(self) -> 'Base[T] | Self':
520
521
  return self.__current
521
522
 
522
523
  def append(self, task: Base[T]):
@@ -546,16 +547,16 @@ class Sequence[*Ts](Subtasks[Base[result.Result]], _Sequence[*Ts]):
546
547
  """for exchange task sequence"""
547
548
  msg: str
548
549
  err_ignore: bool
549
- __current: Base[result.Result]
550
- tasks: Base[*Ts]
550
+ __current: "Base[result.Result] | Sequence[*Ts]"
551
+ tasks: tuple[Base[result.Result], ...]
551
552
 
552
- def __init__(self, *tasks: *Ts, msg: str = "", err_ignore: bool = False):
553
+ def __init__(self, *tasks: Base[result.Result], msg: str = "", err_ignore: bool = False):
553
554
  self.tasks = tasks
554
555
  self.__current = self
555
556
  self.msg = self.__class__.__name__ if msg == "" else msg
556
557
  self.err_ignore = err_ignore
557
558
 
558
- def copy(self) -> Self:
559
+ def copy(self) -> "Sequence[*Ts]":
559
560
  if all((isinstance(t, SimpleCopy) for t in self.tasks)):
560
561
  return self
561
562
  return Sequence(
@@ -565,24 +566,23 @@ class Sequence[*Ts](Subtasks[Base[result.Result]], _Sequence[*Ts]):
565
566
  )
566
567
 
567
568
  @property
568
- def current(self) -> Base[result.Result]:
569
+ def current(self) -> Base[result.Result] | Self:
569
570
  return self.__current
570
571
 
571
572
  async def exchange(self, c: Client) -> result.Sequence[*Ts] | result.Error:
572
- res_: list[*Ts] = [result.NULL] * len(self.tasks)
573
- acc = result.ErrorAccumulator()
574
- for i, t in enumerate(self.tasks):
573
+ res = result.Sequence()
574
+ for t in self.tasks:
575
575
  self.__current = t
576
576
  try:
577
- res_[i] = acc.propagate_err(await t.exchange(c))
577
+ if (
578
+ isinstance(res_one := await t.exchange(c), result.Error)
579
+ and not self.err_ignore
580
+ ):
581
+ return res_one
582
+ res = res.add(res_one)
578
583
  except exc.ResultError as e: # todo: make without except
579
- acc.propagate_err(result.Error.from_e(e, msg=t.msg))
580
- if (
581
- not self.err_ignore
582
- and not acc.is_ok()
583
- ):
584
- return acc.as_error()
585
- return result.Sequence(*res_, err=acc.err)
584
+ res.add(result.Error.from_e(e).with_msg(t.msg))
585
+ return cast("result.Sequence[*Ts]", res)
586
586
 
587
587
 
588
588
  class SetLocalTime(SimpleCopy, OK):
@@ -1713,34 +1713,39 @@ class WriteParDatas(SimpleCopy, _List[result.Ok]):
1713
1713
  @dataclass
1714
1714
  class WriteParTranscript(SimpleCopy, OK):
1715
1715
  """write by ParValues[Transcript]"""
1716
- par_value: ParValues[cdt.Transcript]
1716
+ par: Parameter
1717
+ value: cdt.Transcript
1717
1718
  msg: str = ""
1718
1719
 
1719
1720
  async def exchange(self, c: Client) -> result.Ok | result.Error:
1720
- par, value = self.par_value
1721
- if isinstance((res := await Par2Data(par).exchange(c)), result.Error):
1721
+ if isinstance((res := await Par2Data(self.par).exchange(c)), result.Error):
1722
1722
  return res
1723
1723
  data = copy(res.value)
1724
1724
  if isinstance(data, cdt.Digital):
1725
- s_u = c.objects.par2su(par)
1725
+ s_u = c.objects.par2su(self.par)
1726
1726
  if isinstance(s_u, cdt.ScalUnitType):
1727
- value = int(float(value) * 10 ** -int(s_u.scaler))
1728
- data.set(value)
1727
+ value = int(float(self.value) * 10 ** -int(s_u.scaler))
1728
+ data.set(self.value)
1729
1729
  return await WriteAttribute(
1730
- ln=self.par_value.par.obis,
1731
- index=self.par_value.par.i,
1730
+ ln=self.par.obis,
1731
+ index=self.par.i,
1732
1732
  value=data.encoding
1733
1733
  ).exchange(c)
1734
1734
 
1735
1735
 
1736
+ Ts = TypeVarTuple("Ts")
1737
+
1738
+
1736
1739
  @dataclass
1737
- class WriteParTranscripts(SimpleCopy, Base):
1740
+ class WriteParTranscripts(SimpleCopy, Sequence[*Ts]):
1738
1741
  """write by ParValues[Transcript] list"""
1739
- par_values: Final[list[ParValues[cdt.Transcript]]]
1742
+ par_values: list[ParValues[cdt.Transcript]]
1740
1743
  msg: str = ""
1741
1744
 
1742
- async def exchange(self, c: Client) -> result.List:
1743
- res = result.List()
1745
+ async def exchange(self, c: Client) -> result.Sequence[*Ts] | result.Error:
1746
+ res = result.Sequence()
1744
1747
  for par_value in self.par_values:
1745
- WriteParTranscript(par_value)
1748
+ if isinstance(res_one := await WriteParTranscript(*par_value).exchange(c), result.Error):
1749
+ return res_one
1750
+ res = res.add(res_one)
1746
1751
  return res
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DLMS_SPODES_client
3
- Version: 0.19.5
3
+ Version: 0.19.6
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
@@ -10292,3 +10292,251 @@ KPZ101000007851: 24.09 14:55.41 - DLMSClient - DEBUG - close
10292
10292
  KPZ101000007851: 24.09 14:55.41 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10293
10293
  KPZ101000007851: 24.09 14:55.41 - 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
10294
10294
  KPZ101000007851: 24.09 14:55.41 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10295
+ #common: 25.09 11:41.07 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10296
+ reader: 25.09 11:41.07 - DLMSClient - INFO - Acquire
10297
+ reader: 25.09 11:41.07 - DLMSClient - INFO - Open port communication channel: COM6,9600
10298
+ reader: 25.09 11:41.07 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10299
+ reader: 25.09 11:41.07 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10300
+ reader: 25.09 11:41.07 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10301
+ reader: 25.09 11:41.07 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10302
+ reader: 25.09 11:41.07 - 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
10303
+ reader: 25.09 11:41.07 - 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
10304
+ reader: 25.09 11:41.07 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10305
+ reader: 25.09 11:41.07 - DLMSClient - INFO - Authentication success
10306
+ reader: 25.09 11:41.07 - 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
10307
+ reader: 25.09 11:41.07 - 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
10308
+ reader: 25.09 11:41.07 - 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
10309
+ reader: 25.09 11:41.07 - 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
10310
+ reader: 25.09 11:41.07 - 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
10311
+ reader: 25.09 11:41.07 - 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
10312
+ #common: 25.09 11:41.19 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10313
+ reader: 25.09 11:41.19 - DLMSClient - INFO - Acquire
10314
+ reader: 25.09 11:41.19 - DLMSClient - INFO - Open port communication channel: COM6,9600
10315
+ reader: 25.09 11:41.19 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10316
+ reader: 25.09 11:41.19 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10317
+ reader: 25.09 11:41.19 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10318
+ reader: 25.09 11:41.19 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10319
+ reader: 25.09 11:41.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
10320
+ reader: 25.09 11:41.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
10321
+ reader: 25.09 11:41.19 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10322
+ reader: 25.09 11:41.19 - DLMSClient - INFO - Authentication success
10323
+ reader: 25.09 11:41.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
10324
+ reader: 25.09 11:41.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
10325
+ reader: 25.09 11:41.19 - 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
10326
+ reader: 25.09 11:41.20 - 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
10327
+ reader: 25.09 11:41.20 - 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
10328
+ reader: 25.09 11:41.20 - 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
10329
+ reader: 25.09 11:41.20 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10330
+ #common: 25.09 11:42.32 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10331
+ reader: 25.09 11:42.33 - DLMSClient - INFO - Acquire
10332
+ reader: 25.09 11:42.33 - DLMSClient - INFO - Open port communication channel: COM6,9600
10333
+ reader: 25.09 11:42.33 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10334
+ reader: 25.09 11:42.33 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10335
+ reader: 25.09 11:42.33 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10336
+ reader: 25.09 11:42.33 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10337
+ reader: 25.09 11:42.33 - 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
10338
+ reader: 25.09 11:42.33 - 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
10339
+ reader: 25.09 11:42.33 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10340
+ reader: 25.09 11:42.33 - DLMSClient - INFO - Authentication success
10341
+ reader: 25.09 11:42.36 - 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
10342
+ reader: 25.09 11:42.36 - 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
10343
+ #common: 25.09 11:43.43 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10344
+ reader: 25.09 11:43.44 - DLMSClient - INFO - Acquire
10345
+ reader: 25.09 11:43.44 - DLMSClient - INFO - Open port communication channel: COM6,9600
10346
+ reader: 25.09 11:43.44 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10347
+ reader: 25.09 11:43.44 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10348
+ reader: 25.09 11:43.44 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10349
+ reader: 25.09 11:43.44 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10350
+ reader: 25.09 11:43.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
10351
+ reader: 25.09 11:43.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
10352
+ reader: 25.09 11:43.44 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10353
+ reader: 25.09 11:43.44 - DLMSClient - INFO - Authentication success
10354
+ reader: 25.09 11:43.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
10355
+ reader: 25.09 11:43.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
10356
+ #common: 25.09 11:45.52 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10357
+ reader: 25.09 11:45.53 - DLMSClient - INFO - Acquire
10358
+ reader: 25.09 11:45.53 - DLMSClient - INFO - Open port communication channel: COM6,9600
10359
+ reader: 25.09 11:45.53 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10360
+ reader: 25.09 11:45.53 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10361
+ reader: 25.09 11:45.53 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10362
+ reader: 25.09 11:45.53 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10363
+ reader: 25.09 11:45.53 - 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
10364
+ reader: 25.09 11:45.53 - 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
10365
+ reader: 25.09 11:45.53 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10366
+ reader: 25.09 11:45.53 - DLMSClient - INFO - Authentication success
10367
+ reader: 25.09 11:45.53 - 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
10368
+ reader: 25.09 11:45.53 - 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
10369
+ #common: 25.09 11:46.14 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10370
+ reader: 25.09 11:46.14 - DLMSClient - INFO - Acquire
10371
+ reader: 25.09 11:46.14 - DLMSClient - INFO - Open port communication channel: COM6,9600
10372
+ reader: 25.09 11:46.14 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10373
+ reader: 25.09 11:46.14 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10374
+ reader: 25.09 11:46.14 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10375
+ reader: 25.09 11:46.14 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10376
+ reader: 25.09 11:46.14 - 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
10377
+ reader: 25.09 11:46.14 - 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
10378
+ reader: 25.09 11:46.14 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10379
+ reader: 25.09 11:46.14 - DLMSClient - INFO - Authentication success
10380
+ reader: 25.09 11:46.14 - 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
10381
+ reader: 25.09 11:46.15 - 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
10382
+ #common: 25.09 11:58.35 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10383
+ reader: 25.09 11:58.36 - DLMSClient - INFO - Acquire
10384
+ reader: 25.09 11:58.36 - DLMSClient - INFO - Open port communication channel: COM6,9600
10385
+ reader: 25.09 11:58.36 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10386
+ reader: 25.09 11:58.36 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10387
+ reader: 25.09 11:58.36 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10388
+ reader: 25.09 11:58.36 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10389
+ reader: 25.09 11:58.36 - 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
10390
+ reader: 25.09 11:58.36 - 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
10391
+ reader: 25.09 11:58.36 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10392
+ reader: 25.09 11:58.36 - DLMSClient - INFO - Authentication success
10393
+ reader: 25.09 11:58.36 - 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
10394
+ reader: 25.09 11:58.36 - 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
10395
+ reader: 25.09 11:58.36 - 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
10396
+ reader: 25.09 11:58.36 - 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
10397
+ reader: 25.09 11:58.36 - 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
10398
+ reader: 25.09 11:58.36 - 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
10399
+ reader: 25.09 11:58.36 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x000002167FD5A540>
10400
+ KPZ101000007851: 25.09 11:58.36 - DLMSClient - DEBUG - close
10401
+ KPZ101000007851: 25.09 11:58.36 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10402
+ KPZ101000007851: 25.09 11:58.36 - 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
10403
+ KPZ101000007851: 25.09 11:58.36 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10404
+ KPZ101000007851: 25.09 11:58.36 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10405
+ KPZ101000007851: 25.09 11:58.37 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10406
+ KPZ101000007851: 25.09 11:58.37 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10407
+ KPZ101000007851: 25.09 11:58.37 - 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
10408
+ KPZ101000007851: 25.09 11:58.37 - 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
10409
+ KPZ101000007851: 25.09 11:58.37 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10410
+ KPZ101000007851: 25.09 11:58.37 - DLMSClient - INFO - Authentication success
10411
+ KPZ101000007851: 25.09 11:58.37 - 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
10412
+ KPZ101000007851: 25.09 11:58.37 - 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
10413
+ KPZ101000007851: 25.09 11:58.37 - 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
10414
+ KPZ101000007851: 25.09 11:58.37 - 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
10415
+ KPZ101000007851: 25.09 11:58.37 - DLMSClient - WARNING - HARDWARE DISCONNECT: HardwareDisconnect
10416
+ KPZ101000007851: 25.09 11:58.37 - DLMSClient - INFO - delay(5)
10417
+ KPZ101000007851: 25.09 11:58.42 - DLMSClient - INFO - Open port communication channel: COM6,9600
10418
+ KPZ101000007851: 25.09 11:58.42 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10419
+ KPZ101000007851: 25.09 11:58.42 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10420
+ KPZ101000007851: 25.09 11:58.42 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10421
+ KPZ101000007851: 25.09 11:58.42 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10422
+ KPZ101000007851: 25.09 11:58.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
10423
+ KPZ101000007851: 25.09 11:58.42 - 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
10424
+ KPZ101000007851: 25.09 11:58.42 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10425
+ KPZ101000007851: 25.09 11:58.42 - DLMSClient - INFO - Authentication success
10426
+ KPZ101000007851: 25.09 11:58.42 - 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
10427
+ KPZ101000007851: 25.09 11:58.42 - 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
10428
+ KPZ101000007851: 25.09 11:58.42 - 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
10429
+ KPZ101000007851: 25.09 11:58.42 - 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
10430
+ KPZ101000007851: 25.09 11:58.42 - 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
10431
+ KPZ101000007851: 25.09 11:58.43 - DLMSClient - INFO - RX: 7e a0 1e 41 03 96 2d cf e6 e7 00 c4 01 c1 00 09 0c 07 e9 09 14 06 0e 08 26 00 80 00 00 62 3e 7e
10432
+ KPZ101000007851: 25.09 11:58.43 - DLMSClient - DEBUG - close
10433
+ KPZ101000007851: 25.09 11:58.43 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10434
+ KPZ101000007851: 25.09 11:58.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
10435
+ #common: 25.09 11:58.57 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10436
+ reader: 25.09 11:58.58 - DLMSClient - INFO - Acquire
10437
+ reader: 25.09 11:58.58 - DLMSClient - INFO - Open port communication channel: COM6,9600
10438
+ reader: 25.09 11:58.58 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10439
+ reader: 25.09 11:58.58 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10440
+ reader: 25.09 11:58.58 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10441
+ reader: 25.09 11:58.58 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10442
+ reader: 25.09 11:58.58 - 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
10443
+ reader: 25.09 11:58.58 - 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
10444
+ reader: 25.09 11:58.58 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10445
+ reader: 25.09 11:58.58 - DLMSClient - INFO - Authentication success
10446
+ reader: 25.09 11:58.58 - 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
10447
+ reader: 25.09 11:58.58 - 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
10448
+ reader: 25.09 11:59.06 - 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
10449
+ reader: 25.09 11:59.06 - 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
10450
+ reader: 25.09 11:59.06 - 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
10451
+ reader: 25.09 11:59.06 - 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
10452
+ reader: 25.09 11:59.08 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x0000022772CE56A0>
10453
+ KPZ101000007851: 25.09 11:59.08 - DLMSClient - DEBUG - close
10454
+ KPZ101000007851: 25.09 11:59.08 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10455
+ KPZ101000007851: 25.09 11:59.08 - 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
10456
+ KPZ101000007851: 25.09 11:59.08 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10457
+ KPZ101000007851: 25.09 11:59.08 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10458
+ KPZ101000007851: 25.09 11:59.08 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10459
+ KPZ101000007851: 25.09 11:59.08 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10460
+ KPZ101000007851: 25.09 11:59.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
10461
+ KPZ101000007851: 25.09 11:59.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
10462
+ KPZ101000007851: 25.09 11:59.08 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10463
+ KPZ101000007851: 25.09 11:59.08 - DLMSClient - INFO - Authentication success
10464
+ KPZ101000007851: 25.09 11:59.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
10465
+ KPZ101000007851: 25.09 11:59.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
10466
+ KPZ101000007851: 25.09 11:59.08 - 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
10467
+ KPZ101000007851: 25.09 11:59.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
10468
+ KPZ101000007851: 25.09 11:59.09 - DLMSClient - WARNING - HARDWARE DISCONNECT: HardwareDisconnect
10469
+ KPZ101000007851: 25.09 11:59.09 - DLMSClient - INFO - delay(5)
10470
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - Open port communication channel: COM6,9600
10471
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10472
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10473
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10474
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10475
+ KPZ101000007851: 25.09 11:59.14 - 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
10476
+ KPZ101000007851: 25.09 11:59.14 - 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
10477
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10478
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - Authentication success
10479
+ KPZ101000007851: 25.09 11:59.14 - 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
10480
+ KPZ101000007851: 25.09 11:59.14 - 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
10481
+ KPZ101000007851: 25.09 11:59.14 - 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
10482
+ KPZ101000007851: 25.09 11:59.14 - 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
10483
+ KPZ101000007851: 25.09 11:59.14 - 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
10484
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - RX: 7e a0 1e 41 03 96 2d cf e6 e7 00 c4 01 c1 00 09 0c 07 e9 09 14 06 0e 09 0a 00 80 00 00 e8 2d 7e
10485
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - DEBUG - close
10486
+ KPZ101000007851: 25.09 11:59.14 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10487
+ KPZ101000007851: 25.09 11:59.14 - 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
10488
+ KPZ101000007851: 25.09 11:59.15 - DLMSClient - DEBUG - closed communication channel: COM6,9600
10489
+ #common: 25.09 12:02.39 - DLMSClient - DEBUG - Start <Logger DLMSClient (DEBUG)>
10490
+ reader: 25.09 12:02.39 - DLMSClient - INFO - Acquire
10491
+ reader: 25.09 12:02.39 - DLMSClient - INFO - Open port communication channel: COM6,9600
10492
+ reader: 25.09 12:02.39 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10493
+ reader: 25.09 12:02.39 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10494
+ reader: 25.09 12:02.39 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10495
+ reader: 25.09 12:02.39 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10496
+ reader: 25.09 12:02.39 - 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
10497
+ reader: 25.09 12:02.39 - 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
10498
+ reader: 25.09 12:02.39 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10499
+ reader: 25.09 12:02.39 - DLMSClient - INFO - Authentication success
10500
+ reader: 25.09 12:02.39 - 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
10501
+ reader: 25.09 12:02.40 - 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
10502
+ reader: 25.09 12:02.40 - 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
10503
+ reader: 25.09 12:02.40 - 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
10504
+ reader: 25.09 12:02.40 - 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
10505
+ reader: 25.09 12:02.40 - 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
10506
+ reader: 25.09 12:02.42 - DLMSClient - INFO - find collection in <DLMSAdapter.xml_.Xml50 object at 0x0000018CC993D940>
10507
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - DEBUG - close
10508
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
10509
+ KPZ101000007851: 25.09 12:02.42 - 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
10510
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10511
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10512
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10513
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10514
+ KPZ101000007851: 25.09 12:02.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
10515
+ KPZ101000007851: 25.09 12:02.42 - 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
10516
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10517
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - INFO - Authentication success
10518
+ KPZ101000007851: 25.09 12:02.42 - 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
10519
+ KPZ101000007851: 25.09 12:02.42 - 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
10520
+ KPZ101000007851: 25.09 12:02.42 - 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
10521
+ KPZ101000007851: 25.09 12:02.42 - 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
10522
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - WARNING - HARDWARE DISCONNECT: HardwareDisconnect
10523
+ KPZ101000007851: 25.09 12:02.42 - DLMSClient - INFO - delay(5)
10524
+ KPZ101000007851: 25.09 12:02.47 - DLMSClient - INFO - Open port communication channel: COM6,9600
10525
+ KPZ101000007851: 25.09 12:02.47 - DLMSClient - INFO - c.SA=Address(upper_address=32, lower_address=None) c.DA=Address(upper_address=1, lower_address=None)
10526
+ KPZ101000007851: 25.09 12:02.47 - DLMSClient - INFO - TX: 7e a0 07 03 41 93 5a 64 7e
10527
+ KPZ101000007851: 25.09 12:02.47 - DLMSClient - INFO - RX: 7e a0 07 41 03 73 4c 45 7e
10528
+ KPZ101000007851: 25.09 12:02.47 - DLMSClient - INFO - negotiation setup: NEGOTIATION: 128->[info_size]->128 1->[window]->1
10529
+ KPZ101000007851: 25.09 12:02.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
10530
+ KPZ101000007851: 25.09 12:02.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
10531
+ KPZ101000007851: 25.09 12:02.47 - DLMSClient - INFO - SET CONFORMANCE: 000000000001000000010101
10532
+ KPZ101000007851: 25.09 12:02.47 - DLMSClient - INFO - Authentication success
10533
+ KPZ101000007851: 25.09 12:02.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
10534
+ KPZ101000007851: 25.09 12:02.48 - 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
10535
+ KPZ101000007851: 25.09 12:02.48 - 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
10536
+ KPZ101000007851: 25.09 12:02.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
10537
+ KPZ101000007851: 25.09 12:02.48 - 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
10538
+ KPZ101000007851: 25.09 12:02.48 - DLMSClient - INFO - RX: 7e a0 1e 41 03 96 2d cf e6 e7 00 c4 01 c1 00 09 0c 07 e9 09 14 06 0e 0c 2b 00 80 00 00 ba 52 7e
10539
+ KPZ101000007851: 25.09 12:02.48 - DLMSClient - DEBUG - close
10540
+ KPZ101000007851: 25.09 12:02.48 - DLMSClient - INFO - TX: 7e a0 07 03 41 53 56 a2 7e
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
+ KPZ101000007851: 25.09 12:02.48 - DLMSClient - DEBUG - closed communication channel: COM6,9600
@@ -406,7 +406,9 @@ class TestType(unittest.TestCase):
406
406
  time.sleep(0.3)
407
407
  while not work.is_complete():
408
408
  work.pop()
409
- time.sleep(0.1)
409
+ time.sleep(0.01)
410
+ for sess in work.in_progress:
411
+ print(sess.tsk.current.msg)
410
412
  print(work)
411
413
 
412
414
  def test_InitType(self):