esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
404 stars 26 forks source link

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

Open deejaybeam opened 2 years ago

deejaybeam commented 2 years ago

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: https://github.com/esphome/issues/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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

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

cheers

BeniKing99 commented 11 months ago

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

SimonFischer04 commented 2 months ago

@BeniKing99 @clutwo and others. I'm currently working on it see: https://github.com/SimonFischer04/esphome/issues/1