From f6befb27079744468db36c3c62699da53abf1015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Klomp?= Date: Fri, 21 Oct 2022 22:56:14 +0200 Subject: [PATCH] Add new pysma sensor (#24626) --- source/_integrations/sma.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/sma.markdown b/source/_integrations/sma.markdown index ce66c226f9f..b08bc9e122b 100644 --- a/source/_integrations/sma.markdown +++ b/source/_integrations/sma.markdown @@ -30,8 +30,9 @@ The SMA WebConnect module supports a wide variety of sensors, but not all of the | name | Unit | Description | | --- | --- | --- | | status | | Status of the device | -| pv_power_a | W | Current power generated by the solar panels (A side) | -| pv_power_b | W | Current power generated by the solar panels (B side) | +| pv_power | W | Current power provided to the AC side by all the solar panels | +| pv_power_a | W | Current power generated on the DC side by the solar panels (A side) | +| pv_power_b | W | Current power generated on the DC side by the solar panels (B side) | | pv_voltage_a | V | Current voltage generated by the solar panels (A side) | | pv_voltage_b | V | Current voltage generated by the solar panels (B side) | | pv_current_a | A | Current amperage generated by the solar panels (A side) |