From 8fea707ba6e42149bcd0aff5d491560020203b7a Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Fri, 7 Jan 2022 10:48:32 +0100 Subject: [PATCH] fronius: extend if battery storage is involved (#21072) --- source/_integrations/fronius.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/fronius.markdown b/source/_integrations/fronius.markdown index bb780e48f3c..e2d32244083 100644 --- a/source/_integrations/fronius.markdown +++ b/source/_integrations/fronius.markdown @@ -80,8 +80,10 @@ Recommended energy dashboard configuration for meter location in feed in path (` - For `Grid consumption` use the meters `Energy real consumed` entity. - For `Return to grid` use the meters `Energy real produced` entity. -- For `Solar production` add each inverters `Energy total` entity. -- `Battery systems` aren't supported directly. Use [Riemann sum](/integrations/integration/) with negative values of `Power battery` entity (from power_flow endpoint found in your `SolarNet` device) for charging and positive values for discharging. +- For `Solar production`: + - If no battery is connected to an inverter: Add each inverters `Energy total` entity. + - If a battery is connected to an inverter: Use [Riemann sum](/integrations/integration/) over `Power photovoltaics` entity (from power_flow endpoint found in your `SolarNet` device) +- `Battery systems` aren't supported directly. Use [Template](/integrations/template) to split and invert negative values of `Power battery` entity (from power_flow) for charging power (W) and positive values for discharging power (W). Then use [Riemann sum](/integrations/integration/) to integrate each into energy values (kWh). - For `Devices` use the Ohmpilots `Energy consumed` entity. ## Note