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.
Add a Server
Section titled “Add a Server”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=...| Parameter | Description |
|---|---|
url | Server URL |
title | Display name |
username | Login user |
password | Login password |
Make sure the values are URL-encoded.
evcc://server?url=https://demo.evcc.io&title=Demo%20Server&username=admin&password=secretOpen the Forecast
Section titled “Open the Forecast”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.
Open a Loadpoint
Section titled “Open a Loadpoint”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.