MQTT tasmota DGZ WS74 Smart Meter shows no current consumption

Hi,
my smart meter is a DZG WS74. I have the PIN and the Display hows me the total kw/h and the current consuption in Watt.
I have buyed the hitchi WLAN IR reader an the webgui shows me the total kw/h from my smart meter but not the current consumption.
I didn’t find a script for my smart meter the DZG WS74

Here is my script:

>D

;BOOT
>B
;disable mqtt at boot prevents sending 0
smlj=0
->sensor53 r

;SML
>M 1
+1,3,s,1,9600,MT175
1,77070100010800ff@1000,Zählerstand,KWh,Total_in,2
1,77070100100700ff@1,Akt. Verbrauch,W,Power_curr,0
#

;EVERY SECOND
>S
if (upsecs%tper==0)
then
  ;enable mqtt after few seconds
  ;see teleperiod
  smlj=1
endif

Hello,

any idears?

thx

I’m still looking for support on this topic