Formula for read int64 on schenider iem3255

Hi Guys,

i want to ask for help to solve my problem,
I am new on node red, I have a task to read the iem3255 kwh meter data from my company,
I have been able to read the data for the voltage, phase current, but I have not been able to read the data on the total active energy

can anyone help me or have formula to read total active energy ?

last my formula for read voltage or etc,
msg.payload=Number(msg.payload)
return msg

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.