home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.99k stars 29.07k forks source link

PV Production and Battery not available to configure in Home energy management #116400

Closed s-d-koenig closed 2 months ago

s-d-koenig commented 2 months ago

The problem

Hi, the data point from the fronius integrations need to be checked as many are not available and the ones which are available are not set up correctly. I just configured the Fronius integration, which automatically added 4 devices: Solar Battery, Fronius Symo Hybrid 5.0.3s, Smart Meter 63A, SolarNet / fronius-hybrid. Many data points which I currently integrate into Homematic via the API are not available from the local devices (current PV production, energy to/from battery, current energy to/from grid). But these are available from the Solarnet device, which seems weird. These data points do not show up in the home energy management due to wrong configuration of the sensors. Please fix the integration, that would help a lot.

What version of Home Assistant Core has the issue?

core-2024.4.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Fronius

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 months ago

Hey there @farmio, mind taking a look at this issue as it has been labeled with an integration (fronius) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `fronius` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign fronius` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


fronius documentation fronius source (message by IssueLinks)

farmio commented 2 months ago

Hi 👋!

But these are available from the Solarnet device, which seems weird.

This is how the API works. The SolarNet endpoint represents all inverters connected to the Datalogger. It provides cumulated values.

These data points do not show up in the home energy management due to wrong configuration of the sensors.

SolarNet device values do not show in energy dashboard because they are power values, not energy. Have a look at the integration documentation (see bot post above) - there you will find infos how to set up the energy dashboard. There is also a very detailed community forum thread about the hows and whys https://community.home-assistant.io/t/howto-fronius-integration-with-battery-into-energy-dashboard/376329