-
-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic prices: only show solar % values when PV is configured #15056
Comments
This is not how this works. 😄 Workarounds: |
AIUI, feedin does not support tibber as type, does it? |
There are no type limitations for feed-in. |
We appreciate sponsorship in any case :) |
replaces #15047
Is your feature request related to a problem? Please describe.
As described here evcc always assumes a PV is present, even if no PV-meter is configured. This leads to unexpected effects (non-zero solar %) for people that use evcc without PV (dynamic prices).
Describe the solution you'd like
We could, for new installations, change our default assumption that a PV is always present. We'll still support solar charging with only a grid-meter but make this opt-in. Config UI could show an "I have solar, but no PV-meter." to enable the existing behavior.
This would also properly solve the issue, that we currently show "PV" and "Min-PV" option (instead of the single "smart" option) even if no PV is installed.
Additional context
Since this is currently not a functional issue, I'll not see this implemented before we've fully migrated to web-based configuration.
The text was updated successfully, but these errors were encountered: