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

DLMS component like the DSMR component to read data from SmartMeter #1487

Open
deejaybeam opened this issue Oct 30, 2021 · 7 comments · May be fixed by esphome/esphome#8009
Open

DLMS component like the DSMR component to read data from SmartMeter #1487

deejaybeam opened this issue Oct 30, 2021 · 7 comments · May be fixed by esphome/esphome#8009
Labels

Comments

@deejaybeam
Copy link

Describe the problem you have/What new integration you would like
Tried the DSMR integration to read my smartmeter, but it looks like there is an other but similar protocol in use for my Siemens IM350

Please describe your use case for this integration and alternatives you've tried:
@mmakaay does already some investigation, because I tried to use the DSMR integration:
esphome/issues#2600
An other project works, but I would prefer the ESPHome solution, additionaly this would also work with this project:
https://www.zuidwijk.com/product/slimmelezer/
Maybe it would be possible to use nearly the same yaml just exchange dsmr with dlms.
A working alternative is this:
https://github.com/saghonfly/shrdzm/wiki/Siemens-IM350,-Iskra-AM550
https://github.com/saghonfly/shrdzm

Additional context
It looks like both protocols are very similar and can run on the same (existing) hardware. So there is an additional component with minimal changes (in esp-yaml file) to use with a larger range of Smartmeter vendors to use the new features of home assistant energy management:
https://www.home-assistant.io/blog/2021/08/04/home-energy-management/

@mmakaay mmakaay added the enhancement New feature or request label Oct 30, 2021
@mmakaay
Copy link
Member

mmakaay commented Oct 30, 2021

The code in the linked project that implements the protocol can be found in:
https://github.com/saghonfly/shrdzm/blob/master/code/SHRDZMDevice/Device_IM350.cpp

@AdmiralStipe
Copy link

AdmiralStipe commented Nov 17, 2021

Maybe this can also be helpful (cyphering), as some meters have encryption and authentication enabled on P1 port (f.e. Iskraemeco AM550 in Slovenia does).
And some more links, partly Opensource:
Gurux1
Gurux2
Gurux3

@zigapovhe
Copy link

The code in the linked project that implements the protocol can be found in: https://github.com/saghonfly/shrdzm/blob/master/code/SHRDZMDevice/Device_IM350.cpp

Link is not working anymore because the owner deleted the repo. Luckily, we have a identical fork here: https://github.com/Noschvie/shrdzm/blob/master/code/SHRDZMDevice/Device_IM350.cpp

@clutwo
Copy link

clutwo commented Sep 2, 2022

hi everyone! is this issue being worked on, would be really nice to have the DLMS integration to use with the slimmelezer!

cheers

@BeniKing99
Copy link

Are there any updates on this? It would be really great!

@SimonFischer04
Copy link

@BeniKing99 @clutwo and others. I'm currently working on it see: SimonFischer04/esphome#1

@latonita
Copy link

I'm working on DLMS COSEM in binary HDLC mode. (IEC 62056 Mode E)
Connecting via RS485/RS232.
Works with direct binary conneciton, no support for Ascii IEC handshake yet (don't have meter to test)
https://github.com/latonita/esphome-dlms-cosem

@SimonFischer04 SimonFischer04 linked a pull request Dec 24, 2024 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants