Open deejaybeam opened 3 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
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
hi everyone! is this issue being worked on, would be really nice to have the DLMS integration to use with the slimmelezer!
cheers
Are there any updates on this? It would be really great!
@BeniKing99 @clutwo and others. I'm currently working on it see: https://github.com/SimonFischer04/esphome/issues/1
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
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/