Hi,
I am trying to have a sensor which shows Power/Watt by calculating my current power for the Tesla Wallbox out of Voltage and Ampere. Unfortunately my config doesn’t work (shows value not available) . Where’s my error?
I ended up using this to calculate the current consumption from this device, but I believe it’s incorrect as reported for my device. When my vehicle was charging, it was showing 14.x kW, but this device on a 60 amp circuit is only supposed to have an output of 11.5 kW. I ended up removing phase C from the calculation and it looks correct on my end.
Does this seem right? Or is it regional specific? I’m located in the US.
When calculating in a 3-phase system you should use the phase voltage, and not the line voltage.
V(p) = V(L) / sqrt(3).
Without excluding any phase, try to divide your total power by 1.73205080757 and you should have the right value, otherwise I will have to go back to the old books (or look for an electricity expert).