We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Loadpoints are still setup in yaml in first step, but become partly configurable in config ui:
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
naltatis
andig
Successfully merging a pull request may close this issue.
Loadpoints are still setup in yaml in first step, but become partly configurable in config ui:
basic settings are:
step 2:
The text was updated successfully, but these errors were encountered: