Test123
(Will)
September 30, 2022, 6:11pm
1
It would be great to add a metric to the energy dashboard that shows how much of your total energy consumption came from self generated solar energy.
All the variables are available in the energy dashboard so I would be hopeful that this is easy to do.
Below is an example from the Sunny portal from SMA. It is the result on the left
Thank you
What is the value you don’t have?
Self-sufficient quota?
I would also love this. The existing energy gauges are useless for me, but this figure would be of interest. I think it is already there, but not in numbers, you can only guess it from the ring colors:
2 Likes
Test123
(Will)
September 30, 2022, 7:48pm
4
Yes, the self sufficient quota (Solar consumed vs total consumed) is not available currently
None of the 3 options that you have shown is that
1 Like
Test123
(Will)
September 30, 2022, 7:51pm
5
You are right, I never saw that. So even the calculation are already there so if we could
See the % next to the circle
Or see it seperately as a gauge
That would be great
1 Like
Definitely a gauge, there is enough place in the gui. Even better: make the gauges configurable. I have never used the existing ones…
3 Likes
CChris
(Christoph)
October 31, 2022, 11:32am
7
this was also requested as change / feature request here:
I would indeed be very helpful to have within the energy dashboard a view on how much of your usage of the day came from Solar
alibasta
(Alexander Köhn)
January 2, 2023, 11:30am
8
I’m also interested in that feature. Would be very useful to see the self sufficiency in daily, monthly and yearly statistics through the energy dashboard.
3 Likes
boarder87
(Manuel Tartler)
March 23, 2023, 6:42pm
9
Let’s push this topic.
Self sufficiency in the energy dashboard would be great
home-assistant:dev
← TillFleisch:self-sufficiency-gauge-card
opened 07:05PM - 04 Mar 23 UTC
<!--
You are amazing! Thanks for contributing to our project!
Please, DO N… OT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue or discussion
in the additional information section.
-->
Adds a simple self-sufficiency/autarkie gauge card to the energy dashboard.
This feature has been requested [here](https://community.home-assistant.io/t/energy-dashboard-add-calculate-self-sufficiency-autarkie-of-the-photovoltaik-system/364535) and [here](https://community.home-assistant.io/t/add-energy-self-sufficiency-level-to-energy-dashboard-solar-consumption-vs-total-consumption/467465).
I think this is a nice addition to the "Self-consumed solar energy" card.
This is pretty much just a copy of one of the other gauge cards within the energy dashboard.
The self-sustainability is determined by:
1- totalFromGrid/totalHomeConsumption
## Type of change
<!--
What type of change does your PR introduce to the Home Assistant frontend?
NOTE: Please, check only 1! box!
If your PR requires multiple boxes to be checked, you'll most likely need to
split it into multiple PRs. This makes things easier and faster to code review.
-->
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (thank you!)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Example configuration
<!--
Supplying a configuration snippet, makes it easier for a maintainer to test
your PR.
-->
```yaml
```
## Additional information
<!--
Details are important, and help maintainers processing your PR.
Please be sure to fill out additional details, if applicable.
-->
- This PR fixes or closes issue: close https://github.com/home-assistant/core/issues/80172
- This PR is related to issue or discussion:
- Link to documentation pull request: https://github.com/home-assistant/home-assistant.io/pull/26644
## Checklist
<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
-->
- [x] The code change is tested and works locally.
- [x] There is no commented out code in this PR.
- [ ] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository]
<!--
Thank you for contributing <3
-->
[docs-repository]: https://github.com/home-assistant/home-assistant.io
There is a PR!! Let’s hope it get merged.
3 Likes