mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Add Ohmpilot and energy dashboard recommendations to Fronius (#20573)
This commit is contained in:
parent
bf393814f2
commit
43d93fe6d3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user