Tasmota electricity meter reading device does not deliver all data

In our German holiday house we have the following electricity meter:

image

I’ld like to get its data into HA, so I bouight a Tasmota IR reading device to read this meter’s data.
I managed to get this Tasmota device running. However, I only receive the total consumption value. All other values remain zero.

image

My script:

>D
>B

=>sensor53 r
>M 1
+1,3,s,0,9600,
1,77070100010800ff@1000,Total consumption,kWh,total_in,2
1,77070100020800ff@1000,Total feed-in,kWh,total_out,2
1,77070100100700ff@1,Current power,W,power_curr,0
#

Can anyone help me get valid data for power_curr as well?

I found the solution myself. The last line in my script needed to be this:

1,770701000f0700ff@1,Current power,W,Power_curr,0