Closed rooneyaut closed 1 year ago
Hi @rooneyaut I tested your data samples both with the DLMS-Translator from Gurux (part of this software: https://www.gurux.fi/GXDLMSDirector) and with a test in our software. However I've had no success parsing the data.
DLMS Translator provides the following output:
<HDLC len="6C" >
<!-- Logical address:103, Physical address:127 -->
<TargetAddress Value="33FF" />
<SourceAddress Value="1" />
<!-- Notification frame. -->
<FrameType Value="13" />
<PDU>
<!-- IDIS system title:
Manufacturer Code: LGZ
Device type: IDIS package2 IP polyphase meter
Function type: Disconnector, Load Management, Multi Utility
Serial number: 36473812
-->
<GeneralGloCiphering>
<SystemTitle Value="4C475A67722C8BD4" />
<CipheredService Value="300052E7622B8D527D931F18E5C4AF3D1A1CE5757CA18F2250C6EDC35764D2F52F411AC2B2498A3746B19839C1CA43E9E293FC07F013479C27F60AF862FF11FD8BC8A9D1066A8FF0E0E2E9BFB35CE96C6301D61C52" />
</GeneralGloCiphering>
</PDU>
</HDLC>
The HDLC layer seems to be valid, so it is no baudrate or serial transmission issue. But it can not decipher the data somehow. I do not why... Maybe the key is wrong. Or you could ask in the Gurux forum https://www.gurux.fi/forum providing a data sample and your key.
Have you made any progress so far? If you modified your key in the message above, it would explain a lot why I couldn't parse it.
I suspect however that your data does not contain any OBIS codes, only values and you need to setup the OBIS push setup yourself. See https://github.com/scs/smartmeter-datacollector/issues/34#issuecomment-1221298300
I've installed the latest smartmeter-datacollector v1.1.0 on my Raspberry Pi and connected an MBUS-USB-Adapter to my E450. The data from Netz Burgenland is encrypted with DLMS/COSEM regarding to their mail. These are the settings specified from Netz Burgenland:
Here is my datacollector.ini
Here is the debug output:
I hope that helps, I am trying to get the data from my E450 for several months now and then found this software and it looked really nice, but it's not working for some reason.