diff --git a/dsmr_parser/clients/protocol.py b/dsmr_parser/clients/protocol.py index a7fb74f..08df45a 100644 --- a/dsmr_parser/clients/protocol.py +++ b/dsmr_parser/clients/protocol.py @@ -51,6 +51,9 @@ def _create_dsmr_protocol(dsmr_version, telegram_callback, protocol, loop=None, elif dsmr_version == 'ISKRA_IE': specification = telegram_specifications.ISKRA_IE serial_settings = SERIAL_SETTINGS_V5 + elif dsmr_version == '5EONHU': + specification = telegram_specifications.HUNGARY_EON + serial_settings = SERIAL_SETTINGS_V5 else: raise NotImplementedError("No telegram parser found for version: %s", dsmr_version)