From cdc0ec82cca77443d7d20e34f36d900416912edb Mon Sep 17 00:00:00 2001 From: tomlut <10679300+tomlut@users.noreply.github.com> Date: Mon, 9 Aug 2021 02:36:21 +1000 Subject: [PATCH] Pedantic corrections (#18845) Power and energy are different things. --- source/_integrations/sma.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/sma.markdown b/source/_integrations/sma.markdown index 3f702ec6b93..2051184b10a 100644 --- a/source/_integrations/sma.markdown +++ b/source/_integrations/sma.markdown @@ -46,7 +46,7 @@ The SMA WebConnect module supports a wide variety of sensors, but not all of the | power_l1 | W | Power for phase 1 | | power_l2 | W | Power for phase 2 | | power_l3 | W | Power for phase 3 | -| total_yield | kWh | Total power yield from a solar installation | +| total_yield | kWh | Total energy yield from a solar installation | | daily_yield | Wh | The solar plant's yield for today | | pv_gen_meter | kWh | Total kWh generated to date | @@ -66,8 +66,8 @@ The SMA WebConnect module supports a wide variety of sensors, but not all of the | metering_power_supplied | W | Power supplied | | metering_power_absorbed | W | Power absorbed | | metering_frequency | Hz | Grid frequency | -| metering_total_yield | kWh | Total power supplied to the grid | -| metering_total_absorbed | kWh | Total power from the grid | +| metering_total_yield | kWh | Total energy supplied to the grid | +| metering_total_absorbed | kWh | Total energy from the grid | | metering_current_l1 | A | Current for phase 1 | | metering_current_l2 | A | Current for phase 2 | | metering_current_l3 | A | Current for phase 3 |