-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
The code in the linked project that implements the protocol can be found in: |
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: SimonFischer04/esphome#1 |
I'm working on DLMS COSEM in binary HDLC mode. (IEC 62056 Mode E) |
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/
The text was updated successfully, but these errors were encountered: