-
Autor
We're using the Shelly 3EM in order to measure the current coming from and fed into the grid. Knowing about current flow direction is essential for our use case.
However, we noticed, only the power-variable (Watts) indicates the direction the current is flowing (via +/- sign).
The value from the current-variable (Amperes), though, is always positive.
This is a problem, as for our use case we really only care about the current and hence only require the user to put clamps around the cables. However the power-value - and with it the indication which way the current is flowing - is only available when the voltage for respective phase is also available (as, if voltage is not available: whatever_current * 0 = 0 Watts )
Given this finding - that the current is always positive and current flow direction is only indicated when the phase's voltage is also available - the user would now also need to attach voltage for all respective phases which is more dangerous than just setting the clamps, seems unnecessary and is prone to errors.
Is there a way to receive the direction of current flow without having each phase's voltage available? We're gathering values from the JSON HTTP API.