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 (Belgium) #114946

Closed
ljehu opened this issue Apr 5, 2024 · 1 comment
Closed

Add support for Iskra IE.5 (Belgium) #114946

ljehu opened this issue Apr 5, 2024 · 1 comment

Comments

@ljehu
Copy link

ljehu commented Apr 5, 2024

The problem

I have an Iskra IE.5.
DSMR Slimme Meter doesn't detect my meter when setting it up.

I had to update the DSMR Parser to version 1.4.0 to add all the references of the BELGIUM* entries.
Also had to update 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'

Created issue for DSMR Parser
[https://github.com/ndokter/dsmr_parser/issues/152]

After a restart of the HA Core, my meter was detected and 12 entities where added.

What version of Home Assistant Core has the issue?

core-2024.3.3

What was the last working version of Home Assistant Core?

core-2024.3.3

What type of installation are you running?

Home Assistant Core

Integration causing the issue

DSMR Slimme Meter

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

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

Additional information

No response

@joostlek
Copy link
Member

joostlek commented Apr 5, 2024

This sounds like a feature request that might as well could have been a PR. Feel free to open a PR by the time dsmr_parser has been updated. No need to keep open 2 issues for this

@joostlek joostlek closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants