For all who have the same problem like I had, it took me really a lot of time...
Important:
Run the debug mode and get something like this:
20:15:11.946 SML: decrypted block: 50 bytes
20:15:11.946 :>02 0b 12 00 e7 12 00 ea.....
from here you need the 020B12 and you have to use it like an prefix.
Example line:
1,020B12x2UUuu@20,Spannung L1,V,V_L1,0
1...first meter
020B12...the prefix from the debug mode
x2UUuu...see the documentation; someone in the forum here use other numbers like me (insteat of 2 he use 1).
But if I use the same numbers like he, my power have over 1000 V, so I have to search it manually by try and error.
Additional the script have to be formatted in ANSI code.
This work for Landis+Gyr E450 Netz Burgenland:
>D
>B
smlj=0
=>sensor53 r
>R
smlj=0
>S
if upsecs>22
then
smlj|=1
endif
>M 1
+1,3,r,0,9600,Haus
1,=so3,512
1,=so4,YOUR ENCRYPTION KEY -------------------------
1,=so5,YOUR AUTHENTICATION KEY ------------------
1,020B12x2UUuu@20,Spannung L1,V,V_L1,0
1,020B12x8UUuu@20,Spannung L2,V,V_L3,0
1,020B12x5UUuu@20,Spannung L3,V,V_L3,0
1,020B12x9UUuu@100,Strom L1,A,A_L1,2
1,020B12x12UUuu@100,Strom L2,A,A_L2,2
1,020B12x15UUuu@100,Strom L3,A,A_L3,2
1,020B12x18UUuuUUuu@1,Leistung +P,W,W_IN,0
1,020B12x23UUuuUUuu@1,Leistung -P,W,W_OUT,0
1,020B12x28UUuuUUuu@1000,Zählerstand +P,kWh,kWh_total_IN,3
1,020B12x33UUuuUUuu@1000,Zählerstand -P,kWh,kWh_total_OUT,3
#