From a42b17da00600a60a5cdb291a7a96dc611652da3 Mon Sep 17 00:00:00 2001 From: Nero <95982029+nero150@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:59:22 +0100 Subject: [PATCH] Update dlms_parser.py --- custom_components/xt211_han/dlms_parser.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/xt211_han/dlms_parser.py b/custom_components/xt211_han/dlms_parser.py index c6cff62..8f314bc 100644 --- a/custom_components/xt211_han/dlms_parser.py +++ b/custom_components/xt211_han/dlms_parser.py @@ -292,9 +292,9 @@ class DLMSParser: _LOGGER.debug("Invoke ID: 0x%08X", invoke_id) # Skip push-setup frames (invoke_id MSB = 0) - if not (invoke_id & 0x80000000): - _LOGGER.debug("Push-setup frame, skipping") - return ParseResult(success=True, objects=[]) + #if not (invoke_id & 0x80000000): + # _LOGGER.debug("Push-setup frame, skipping") + # return ParseResult(success=True, objects=[]) # Datetime: 0x09 = octet-string, 0x00 = absent if pos < len(apdu) and apdu[pos] == 0x09: