You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
Additional information
No response
The text was updated successfully, but these errors were encountered: