You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Setze auf dem Host, auf dem evcc läuft, die Umgebungsvariable:
46
-
47
-
```
48
-
EVCC_REMOTE_ACCESS=api.evcc.cloud
49
-
```
50
-
51
-
Wie du Umgebungsvariablen dauerhaft setzt, hängt von deiner Installation ab.
52
-
Unter Linux geschieht das über ein systemd-Drop-in mit `systemctl edit evcc`, siehe [Umgebungsvariablen & CLI-Optionen](/de/installation/linux#environment).
Remote Access is in an early stage of development and currently only available behind an environment variable.
13
+
Remote Access is in development.
14
14
Both behaviour and configuration may still change.
15
15
:::
16
16
@@ -42,18 +42,7 @@ Remote Access requires an active [sponsorship](/en/sponsorship).
42
42
43
43
<Steps>
44
44
45
-
1. On the host that runs evcc, set the environment variable:
46
-
47
-
```
48
-
EVCC_REMOTE_ACCESS=api.evcc.cloud
49
-
```
50
-
51
-
How you set environment variables persistently depends on your installation.
52
-
On Linux, this is done via a systemd drop-in with `systemctl edit evcc`, see [Environment Variables & CLI Options](/en/installation/linux#environment).
53
-
54
-
Then restart evcc.
55
-
56
-
2. Enable the feature in the user interface:
45
+
1. Enable the feature in the user interface:
57
46
-**Configuration → Experimental** → enable
58
47
-**Configuration → Remote Access 🧪** → enable
59
48
@@ -63,15 +52,15 @@ Remote Access requires an active [sponsorship](/en/sponsorship).
63
52
style={{ maxWidth: "500px" }}
64
53
/>
65
54
66
-
3. Your evcc instance registers with the Remote Proxy and receives its own domain, e.g. `swift-dark-crow.evcc.cloud`.
55
+
2. Your evcc instance registers with the Remote Proxy and receives its own domain, e.g. `swift-dark-crow.evcc.cloud`.
67
56
68
57
<img
69
58
src={clientsImg.src}
70
59
alt="Remote Access management with domain and client list"
71
60
style={{ maxWidth: "500px" }}
72
61
/>
73
62
74
-
4. Create a separate client for every device that should have access.
63
+
3. Create a separate client for every device that should have access.
75
64
You receive a username, a password, and a QR code containing both.
76
65
-**App:** Scan the QR code with your phone's camera.
77
66
The [evcc app](/en/features/app) opens and is connected straight away.
@@ -88,7 +77,7 @@ Remote Access requires an active [sponsorship](/en/sponsorship).
88
77
style={{ maxWidth: "500px" }}
89
78
/>
90
79
91
-
5. The same view shows which clients were active most recently and lets you revoke individual devices at any time.
80
+
4. The same view shows which clients were active most recently and lets you revoke individual devices at any time.
92
81
Access can optionally be limited to a fixed period.
93
82
94
83
</Steps>
@@ -141,5 +130,8 @@ This matters because the evcc UI itself receives live data over WebSocket.
141
130
If the tunnel drops, the local instance reconnects automatically.
142
131
While the connection is up, your domain is reachable; otherwise the Remote Proxy returns an error.
143
132
133
+
The Remote Proxy host defaults to `api.evcc.cloud`.
134
+
For development or a self-hosted proxy, it can be overridden with the `EVCC_REMOTE_ACCESS` environment variable.
135
+
144
136
The source code of the Remote Proxy will be published at a later date.
145
137
For privacy details, see our [privacy policy](https://evcc.io/en/datenschutz/).
0 commit comments