DLMS-SPODES-client 0.19.5__tar.gz → 0.19.7__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.
- {dlms_spodes_client-0.19.5/src/DLMS_SPODES_client.egg-info → dlms_spodes_client-0.19.7}/PKG-INFO +1 -1
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/pyproject.toml +1 -1
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/client.py +1 -1
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/task.py +98 -37
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7/src/DLMS_SPODES_client.egg-info}/PKG-INFO +1 -1
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/client_log.txt +248 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/test_Client.py +3 -1
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/.gitignore +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/README.md +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/setup.cfg +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/FCS16.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/__init__.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_common/enums/TraceLevel.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_common/enums/__init__.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/AesGcmParameter.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/CountType.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXByteBuffer.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXCiphering.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMS.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSChippering.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSChipperingStream.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSConfirmedServiceError.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSException.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSLNParameters.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSSNParameters.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMSSettings.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXReplyData.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/HdlcControlFrame.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/MBusCommand.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/MBusEncryptionMode.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/ResponseType.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/SetResponseType.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/_HDLCInfo.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/__init__.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Access.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/ApplicationReference.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Authentication.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/BerType.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Command.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Definition.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/ErrorCode.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/ExceptionServiceError.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/HardwareResource.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/HdlcFrameType.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Initiate.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/LoadDataSet.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/ObjectType.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Priority.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/RequestTypes.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Security.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Service.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/ServiceClass.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/ServiceError.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Standard.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/StateError.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/Task.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/VdeStateError.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/enums/__init__.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/internal/_GXCommon.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/logger.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/py.typed +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/services.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/session.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/settings.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client.egg-info/SOURCES.txt +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client.egg-info/dependency_links.txt +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client.egg-info/entry_points.txt +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client.egg-info/requires.txt +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client.egg-info/top_level.txt +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/Firmwares/firmwares.dat +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/Firmwares/firmwares_1_2_11.dat +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/Firmwares/firmwares_1_7_2.dat +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/Types/303030/0000600101ff020009054d324d5f31/0000600102ff02000906312e332e3330.xml +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/Types/313031/0000600101ff020009054d324d5f31/0000600102ff02000906312e322e3131.xml +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/config.toml +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/name2.csv +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/test_logger.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/test/test_services.py +0 -0
- {dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/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
|
@@ -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 .
|
|
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[
|
|
550
|
+
__current: "Base[result.Result] | Sequence[*Ts]"
|
|
551
|
+
tasks: tuple[Base[result.Result], ...]
|
|
551
552
|
|
|
552
|
-
def __init__(self, *tasks:
|
|
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) ->
|
|
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
|
-
|
|
573
|
-
|
|
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
|
-
|
|
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
|
-
|
|
580
|
-
|
|
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):
|
|
@@ -1162,9 +1162,10 @@ class ReadAttributes(SimpleCopy, _List[cdt.CommonDataType]):
|
|
|
1162
1162
|
|
|
1163
1163
|
|
|
1164
1164
|
@dataclass
|
|
1165
|
+
@deprecated("use <Write2>")
|
|
1165
1166
|
class Write(SimpleCopy, OK):
|
|
1166
1167
|
"""write with ParameterData struct"""
|
|
1167
|
-
|
|
1168
|
+
pardata: ParData
|
|
1168
1169
|
msg: str = "write attribute"
|
|
1169
1170
|
|
|
1170
1171
|
async def exchange(self, c: Client) -> result.Ok | result.Error:
|
|
@@ -1188,6 +1189,34 @@ class Write(SimpleCopy, OK):
|
|
|
1188
1189
|
return result.OK
|
|
1189
1190
|
|
|
1190
1191
|
|
|
1192
|
+
@dataclass
|
|
1193
|
+
class Write2(SimpleCopy, OK):
|
|
1194
|
+
"""write with ParameterData struct"""
|
|
1195
|
+
par: Parameter
|
|
1196
|
+
data: cdt.CommonDataType
|
|
1197
|
+
msg: str = "write Data"
|
|
1198
|
+
|
|
1199
|
+
async def exchange(self, c: Client) -> result.Ok | result.Error:
|
|
1200
|
+
if isinstance(res_obj := c.objects.par2obj(self.par), result.Error):
|
|
1201
|
+
return res_obj
|
|
1202
|
+
if self.par.n_elements == 0:
|
|
1203
|
+
enc = self.data.encoding
|
|
1204
|
+
elif isinstance(res_read := await ReadObjAttr(res_obj.value, self.par.i).exchange(c), result.Error):
|
|
1205
|
+
return res_read
|
|
1206
|
+
else:
|
|
1207
|
+
data = a_data
|
|
1208
|
+
for el in self.par.elements():
|
|
1209
|
+
data = data[el]
|
|
1210
|
+
data.set(self.data)
|
|
1211
|
+
enc = data.encoding
|
|
1212
|
+
data = c.get_set_request_normal(
|
|
1213
|
+
obj=res_obj.value,
|
|
1214
|
+
attr_index=self.par.i,
|
|
1215
|
+
value=enc)
|
|
1216
|
+
ret = await c.read_data_block()
|
|
1217
|
+
return result.OK
|
|
1218
|
+
|
|
1219
|
+
|
|
1191
1220
|
@dataclass
|
|
1192
1221
|
class WriteParValue(SimpleCopy, OK):
|
|
1193
1222
|
"""write with ParameterValues struct"""
|
|
@@ -1694,6 +1723,7 @@ class AccessValidate(Base[result.Ok | result.Simple[list[Parameter]]]):
|
|
|
1694
1723
|
|
|
1695
1724
|
|
|
1696
1725
|
@dataclass
|
|
1726
|
+
@deprecated("use <WriteList>")
|
|
1697
1727
|
class WriteParDatas(SimpleCopy, _List[result.Ok]):
|
|
1698
1728
|
"""write by ParData list"""
|
|
1699
1729
|
par_datas: list[ParData]
|
|
@@ -1710,37 +1740,68 @@ class WriteParDatas(SimpleCopy, _List[result.Ok]):
|
|
|
1710
1740
|
return res
|
|
1711
1741
|
|
|
1712
1742
|
|
|
1743
|
+
class WriteList(SimpleCopy, _List[result.Ok]):
|
|
1744
|
+
"""write by list"""
|
|
1745
|
+
par_datas: tuple[Parameter, cdt.CommonDataType]
|
|
1746
|
+
err_ignore: bool
|
|
1747
|
+
|
|
1748
|
+
def __init__(self, *par_datas: tuple[Parameter, cdt.CommonDataType], err_ignore: bool = False, msg = ""):
|
|
1749
|
+
self.par_datas = par_datas
|
|
1750
|
+
self.err_ignore = err_ignore
|
|
1751
|
+
self.msg = msg
|
|
1752
|
+
|
|
1753
|
+
async def exchange(self, c: Client) -> result.List[result.Ok] | result.Error:
|
|
1754
|
+
res = result.List[result.Ok]()
|
|
1755
|
+
for par, data in self.par_datas:
|
|
1756
|
+
if (
|
|
1757
|
+
isinstance(res_one := await Write2(par, data).exchange(c), result.Error)
|
|
1758
|
+
and not self.err_ignore
|
|
1759
|
+
):
|
|
1760
|
+
return res_one
|
|
1761
|
+
res.append(res_one)
|
|
1762
|
+
return res
|
|
1763
|
+
|
|
1764
|
+
|
|
1713
1765
|
@dataclass
|
|
1714
1766
|
class WriteParTranscript(SimpleCopy, OK):
|
|
1715
1767
|
"""write by ParValues[Transcript]"""
|
|
1716
|
-
|
|
1768
|
+
par: Parameter
|
|
1769
|
+
value: cdt.Transcript
|
|
1717
1770
|
msg: str = ""
|
|
1718
1771
|
|
|
1719
1772
|
async def exchange(self, c: Client) -> result.Ok | result.Error:
|
|
1720
|
-
|
|
1721
|
-
if isinstance((res := await Par2Data(par).exchange(c)), result.Error):
|
|
1773
|
+
if isinstance((res := await Par2Data(self.par).exchange(c)), result.Error):
|
|
1722
1774
|
return res
|
|
1723
1775
|
data = copy(res.value)
|
|
1724
1776
|
if isinstance(data, cdt.Digital):
|
|
1725
|
-
s_u = c.objects.par2su(par)
|
|
1777
|
+
s_u = c.objects.par2su(self.par)
|
|
1726
1778
|
if isinstance(s_u, cdt.ScalUnitType):
|
|
1727
|
-
value = int(float(value) * 10 ** -int(s_u.scaler))
|
|
1728
|
-
data.set(value)
|
|
1779
|
+
value = int(float(self.value) * 10 ** -int(s_u.scaler))
|
|
1780
|
+
data.set(self.value)
|
|
1729
1781
|
return await WriteAttribute(
|
|
1730
|
-
ln=self.
|
|
1731
|
-
index=self.
|
|
1782
|
+
ln=self.par.obis,
|
|
1783
|
+
index=self.par.i,
|
|
1732
1784
|
value=data.encoding
|
|
1733
1785
|
).exchange(c)
|
|
1734
1786
|
|
|
1735
1787
|
|
|
1736
|
-
|
|
1737
|
-
class WriteParTranscripts(SimpleCopy, Base):
|
|
1788
|
+
class WriteParTranscripts(SimpleCopy, _List[result.Ok]):
|
|
1738
1789
|
"""write by ParValues[Transcript] list"""
|
|
1739
|
-
par_values:
|
|
1740
|
-
|
|
1790
|
+
par_values: tuple[Parameter, cdt.Transcript]
|
|
1791
|
+
err_ignore: bool
|
|
1741
1792
|
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1793
|
+
def __init__(self, *par_values: tuple[Parameter, cdt.Transcript], err_ignore: bool = False, msg=""):
|
|
1794
|
+
self.par_values = par_values
|
|
1795
|
+
self.err_ignore = err_ignore
|
|
1796
|
+
self.msg = msg
|
|
1797
|
+
|
|
1798
|
+
async def exchange(self, c: Client) -> result.List[T] | result.Error:
|
|
1799
|
+
res = result.List[result.Ok]()
|
|
1800
|
+
for par, value in self.par_values:
|
|
1801
|
+
if (
|
|
1802
|
+
isinstance(res_one := await WriteParTranscript(par, value).exchange(c), result.Error)
|
|
1803
|
+
and not self.err_ignore
|
|
1804
|
+
):
|
|
1805
|
+
return res_one
|
|
1806
|
+
res.append(res_one)
|
|
1746
1807
|
return res
|
|
@@ -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.
|
|
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):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client/gurux_dlms/GXDLMS.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dlms_spodes_client-0.19.5 → dlms_spodes_client-0.19.7}/src/DLMS_SPODES_client.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|