From 43d93fe6d3ee4cb3e90ab33d3973a91189529b6f Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Thu, 9 Dec 2021 13:29:59 +0100 Subject: [PATCH] Add Ohmpilot and energy dashboard recommendations to Fronius (#20573) --- source/_integrations/fronius.markdown | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/_integrations/fronius.markdown b/source/_integrations/fronius.markdown index 9edd116dd3b..bb780e48f3c 100644 --- a/source/_integrations/fronius.markdown +++ b/source/_integrations/fronius.markdown @@ -58,7 +58,11 @@ Each device adds a set of sensors to Home Assistant. - `meter` - Detailed information about power, current and voltage, if supported split among the phases. Updated every minute interval. + Detailed information about power, current and voltage, if supported split among the phases. Updated every minute. + +- `ohmpilot` + + Detailed information about energy, power, and temperature of your Ohmpilots. Updated every minute. - `storage` @@ -70,6 +74,16 @@ This means for example that when Home Assistant is started at night, there might This does not need to be problematic as the values will be added on sunrise, when the Fronius devices begins providing the needed data. When a device is not responding correctly the update interval will increase to 10 minutes (3 minutes for power flow) until valid data is received again. +## Energy dashboard + +Recommended energy dashboard configuration for meter location in feed in path (`Meter location: 0`): + +- 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 `Devices` use the Ohmpilots `Energy consumed` entity. + ## Note Fronius often provides firmware updates for the datamanager interfaces and the devices in their system, it's recommended to check and apply them regularly. This integration relies on functionality present in rather recent firmware.