-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Iskra IE.5 (Belgian Smart Meter) - REW #152
Comments
Adding log with telegram sample: 2024-04-05 15:49:53.984 DEBUG (MainThread) [dsmr_parser.clients.protocol] got telegram: /ISk5\2MIE5E-200 1-0:0.0.0(00000000) |
This is a new meter that gets installed in Belgium? |
As from the information I have found from my (very) local power infrastructure provider (REW), as from January 1st 2024, they are installing the Iskra IE.5 power meter. Don't know about the other providers in the region. |
Ah, Wallonie :) |
Created PR #153. |
I have a Iskra IE.5 meter installed.
Needed to modify the obis_references.py file
Line 106:
From
BELGIUM_VERSION_INFORMATION = r'^\d-\d:96.1.4.+?\r\n'
BELGIUM_EQUIPMENT_IDENTIFIER = r'^\d-0:96.1.1.+?\r\n'
To
BELGIUM_VERSION_INFORMATION = r'^\d-\d:96.14.0.+?\r\n'
BELGIUM_EQUIPMENT_IDENTIFIER = r'^\d-0:96.1.0.+?\r\n'
The text was updated successfully, but these errors were encountered: