Configuration examples for the EVCC EV Charge Controller.
EVCC supports a growing list of chargers, meters and vehicles. See below for detailed configuration.
Additional devices can be configured using the generic device type and related plugins.
If you want to contribute configurations to this repository please open a Pull Request ("PR"). PRs should contain:
- updated or new
yamlconfiguration (see https://github.com/andig/evcc-config/tree/master/yaml) - run
maketo generate compilable Go code (configurations are used for testing) and update the README
{{range filter "charger" .}}
- [{{.Name}}](#{{href "charger" .Name}}){{end}}
{{range filter "meter" .}}
- [{{.Name}}](#{{href "meter" .Name}}){{end}}
{{range filter "vehicle" .}}
- [{{.Name}}](#{{href "vehicle" .Name}}){{end}}
{{range filter "meter" .}} <a id="{{href "meter" .Name}}">
- type: {{.Type}}
{{.Sample | indent 2}}{{end}}
{{range filter "charger" .}} <a id="{{href "charger" .Name}}">
- type: {{.Type}}
{{.Sample | indent 2}}{{end}}
{{range filter "vehicle" .}} <a id="{{href "vehicle" .Name}}">
- type: {{.Type}}
{{.Sample | indent 2}}{{end}}