I have a fronius inverter using log push (donated).
I have got 2 strings each showing their current and voltage in extended data.
I want to change either the voltage or the current extended parameters to power so I added an extended data rule as follows:
v11 = v9 * v11; v12 = v10 * v12;
where v11 is string 1 voltage and v9 is current
and v12 is string 2 voltage and v10 is current
Test rule appears to work fine… however values of v11 and v12 are still showing the original current numbers, seems like a bug.