Smartmeter Landis+Gyr E450: SML format in Switzerland (EWB) #23335
Unanswered
TheNetStriker
asked this question in
scripter / SML
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just got my new Landis+Gyr E450 Smartmeter in Switzerland (EWB) and I tried to get the data from it using various posts I found here. But none of the SML messages I found seem to match the format my Smartmeter sends. So I invested some time to analyze the SML message.
What I found out so far is that this smartmeter first sends a header with all the OBIS codes that are transmitted. The data from the codes is transmitted after the header.
Here is an examle of the data and what I found out so far. (I obfuscated the smartmeter ID)
At the moment the only way to read this data is by extracting the raw bytes with offsets. But this would cause problems if they change what is transmitted in each packet after some time
Does anyone know what kind of SML standard this is? And could this standard be implemented in Tasmota?
Beta Was this translation helpful? Give feedback.
All reactions