From b97e88a06114f606f9dfcb76b2a537fb43b8f862 Mon Sep 17 00:00:00 2001
From: "Emilio J. Palacios-Garcia" <emiliojose.palaciosgarcia@kuleuven.be>
Date: Wed, 28 Jun 2023 22:56:26 +0200
Subject: [PATCH] change obis of fluvius meter ID to
 BELGIUM_EQUIPMENT_IDENTIFIER

---
 dsmr_parser/telegram_specifications.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsmr_parser/telegram_specifications.py b/dsmr_parser/telegram_specifications.py
index 83eb29d..f9f8a79 100644
--- a/dsmr_parser/telegram_specifications.py
+++ b/dsmr_parser/telegram_specifications.py
@@ -145,7 +145,7 @@ BELGIUM_FLUVIUS = {
     'checksum_support': True,
     'objects': {
         obis.BELGIUM_VERSION_INFORMATION: CosemParser(ValueParser(str)),
-        obis.EQUIPMENT_IDENTIFIER: CosemParser(ValueParser(str)),
+        obis.BELGIUM_EQUIPMENT_IDENTIFIER: CosemParser(ValueParser(str)),
         obis.P1_MESSAGE_TIMESTAMP: CosemParser(ValueParser(timestamp)),
         obis.ELECTRICITY_USED_TARIFF_1: CosemParser(ValueParser(Decimal)),
         obis.ELECTRICITY_USED_TARIFF_2: CosemParser(ValueParser(Decimal)),