fronius: extend if battery storage is involved (#21072)

This commit is contained in:
Christoph Settgast 2022-01-07 10:48:32 +01:00 committed by GitHub
parent e1d64c6c40
commit 8fea707ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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