I am using an APC UPS with a "split phase" output -- 220 volts input, with two 120V outputs (L1-N-L2). This results in some extra data values, and also a complication because the total values nut reports (e.g., "output.current") is not correct -- they just pick up the value of the first phase.
So for nutcase, I would like to display those extra values so I can see the per-phase data, and I also need to do some math to get the total values
So for example to get the total output power I need to do (output.L1-L2.voltage * output.L1.current) + (output.L2-L3.voltage * output.L2.current).
Is there a way to accomplish this with nutcase?
Thanks!
I am using an APC UPS with a "split phase" output -- 220 volts input, with two 120V outputs (L1-N-L2). This results in some extra data values, and also a complication because the total values nut reports (e.g., "output.current") is not correct -- they just pick up the value of the first phase.
So for nutcase, I would like to display those extra values so I can see the per-phase data, and I also need to do some math to get the total values
So for example to get the total output power I need to do (output.L1-L2.voltage * output.L1.current) + (output.L2-L3.voltage * output.L2.current).
Is there a way to accomplish this with nutcase?
Thanks!