Skip to content
EN | DE

evcc App

The companion app registers an evcc:// URL scheme on your device. Open such a link to prefill the server setup or jump to a page.

Opens the server entry with prefilled values. All parameters are optional.

Handy for onboarding: share a link or QR code that fills in the server URL and login, so nobody has to type a long address by hand.

evcc://server?url=...&title=...&username=...&password=...
ParameterDescription
urlServer URL
titleDisplay name
usernameLogin user
passwordLogin password

Make sure the values are URL-encoded.

evcc://server?url=https://demo.evcc.io&title=Demo%20Server&username=admin&password=secret

QR code for the example link

Navigates to the forecast page.

evcc://forecast?server=<index>

server is the zero-based index of a saved server. If omitted, the active server is used.

Navigates to the loadpoints page.

evcc://loadpoint?lp=<number>&server=<index>

lp focuses the loadpoint with that one-based number. If omitted, the current loadpoint is used. server works the same as above.