Skip to content
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

Closed
ljehu opened this issue Apr 5, 2024 · 5 comments
Closed

Add support for Iskra IE.5 (Belgian Smart Meter) - REW #152

ljehu opened this issue Apr 5, 2024 · 5 comments

Comments

@ljehu
Copy link

ljehu commented Apr 5, 2024

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'

@ljehu
Copy link
Author

ljehu commented Apr 5, 2024

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)
0-0:96.1.0(91318181)
0-0:1.0.0(240405154953)
1-0:1.8.1(000036.396kWh)
1-0:1.8.2(000044.115
kWh)
1-0:2.8.1(000083.176kWh)
1-0:2.8.2(000008.863
kWh)
0-0:96.14.0(0001)
1-0:1.7.0(00.000kW)
1-0:2.7.0(01.568
kW)
1-0:21.7.0(00.000kW)
1-0:22.7.0(01.568
kW)
1-0:32.7.0(236.8V)
1-0:31.7.0(006
A)
0-0:96.3.10(1)
0-0:96.13.0()
0-1:96.1.1()
!6690

@dupondje
Copy link
Collaborator

dupondje commented Apr 5, 2024

This is a new meter that gets installed in Belgium?

@ljehu
Copy link
Author

ljehu commented Apr 5, 2024

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.

@dupondje
Copy link
Collaborator

dupondje commented Apr 5, 2024

Ah, Wallonie :)
Feel free to create a PR!

@ljehu
Copy link
Author

ljehu commented Apr 11, 2024

Created PR #153.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants