Skip to content
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

UI: Make loadpoints configurable #12903

Open
andig opened this issue Mar 13, 2024 · 2 comments · May be fixed by #12958
Open

UI: Make loadpoints configurable #12903

andig opened this issue Mar 13, 2024 · 2 comments · May be fixed by #12958
Assignees
Labels
backlog Things to do later ux User experience/ interface

Comments

@andig
Copy link
Member

andig commented Mar 13, 2024

Loadpoints are still setup in yaml in first step, but become partly configurable in config ui:

  • basic lp settings move to config ui
  • main ui still contains 1p3p (for supporting chargers) + smartcost (depending on tariff)
  • all properties are modeled as settings, not device

basic settings are:

Title_            string `mapstructure:"title"`
ConfiguredPhases_ int           `mapstructure:"phases"`
MinCurrent_       float64       `mapstructure:"minCurrent"`
MaxCurrent_       float64       `mapstructure:"maxCurrent"`

step 2:

Priority_       int    `mapstructure:"priority"`
Soc             SocConfig
Enable, Disable ThresholdConfig
@andig andig added the ux User experience/ interface label Mar 13, 2024
@andig andig changed the title UI: Make loadpoints configurable UI: Make loadpoints and vehicles configurable Mar 13, 2024
@andig andig changed the title UI: Make loadpoints and vehicles configurable UI: Make loadpoints configurable Mar 13, 2024
@github-actions github-actions bot added the stale Outdated and ready to close label Apr 3, 2024
@andig andig removed the stale Outdated and ready to close label Apr 3, 2024
@Matthias3678
Copy link

How can I undo settings that I have made via the UI?

My car can only charge on 2-phase. I have an Elli without a measuring device. Now it counts incorrectly and charging only starts late.

image

@naltatis
Copy link
Member

naltatis commented Apr 9, 2024

This is off-topic here. But the solution is to specify the phases at your vehicle: https://docs.evcc.io/docs/reference/configuration/vehicles/#phases

@github-actions github-actions bot added the stale Outdated and ready to close label Apr 30, 2024
@naltatis naltatis removed the stale Outdated and ready to close label May 3, 2024
@andig andig added the backlog Things to do later label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Things to do later ux User experience/ interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants