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
Gehe im **evcc** Add-on in den Tab **Information** und aktiviere **In Seitenleiste anzeigen** (evcc UI http://your-ha-instance-ip-address:7070)
81
85
@@ -84,28 +88,43 @@ Gehe zum Tab **Konfiguration** und wähle dein Arbeitsverzeichnis aus (Beispiel)
84
88

85
89
86
90
```sh
87
-
- config_file: /config/evcc.yaml
88
91
- sqlite_file: /data/evcc.db
89
92
```
90
93
91
94
Lasse den Abschnitt Netzwerk unverändert.
92
95
93
-
Lege eine leere Konfigurationsdatei `evcc.yaml` in deinem Add-on-Stammkonfigurationsordner (`/addon_configs/49686a9f_evcc`) an.
94
-
Falls dieser Ordner noch nicht exisiert, erstelle ihn manuell.
96
+
Starte das Add-on.
97
+
Öffne dann die evcc Oberfläche über die Seitenleiste:
98
+
99
+
- Du wirst aufgefordert ein Administrator-Passwort zu vergeben
100
+
- Anschließend kannst du deine Geräte direkt über die Weboberfläche einrichten
101
+
- Die Einstellungen werden automatisch in der Datenbank gespeichert
102
+
103
+
### Konfigurationsdatei (traditionell)
104
+
105
+
Alternativ kannst du eine `evcc.yaml` Konfigurationsdatei verwenden.
106
+
107
+
Gehe zum Tab **Konfiguration** und füge die Konfigurationsdatei zu deinem Arbeitsverzeichnis hinzu:
95
108
96
-
Um die Konfigurationsdatei anzulegen bzw. zu editieren, hast du verschiedene Möglichkeiten, hier ein paar zur Auswahl:
109
+
```sh
110
+
- config_file: /config/evcc.yaml
111
+
- sqlite_file: /data/evcc.db
112
+
```
97
113
98
-
-[Visual Studio Code](https://github.com/hassio-addons/addon-vscode), in Visual Studio Code wähle das Hamburger-Menü oben links aus und wähle "File", "Open Folder...", select `/addon_configs/49686a9f_evcc`
99
-
-[File Editor](https://github.com/home-assistant/addons/tree/master/configurator), stelle sicher, dass Du die Option "Enforce Basepath" in der Add-on Konfiguration deaktiviert hast, starte das Add-on neu und navigiere nach `/addon_configs/49686a9f_evcc`
100
-
-[Advanced SSH & Web Terminal](https://github.com/hassio-addons/addon-ssh), navigiere nach `/addon_configs/49686a9f_evcc` und verwende z. B. nano
114
+
Lege eine Konfigurationsdatei `evcc.yaml` in deinem Add-on-Stammkonfigurationsordner (`/addon_configs/49686a9f_evcc`) an.
115
+
Falls dieser Ordner noch nicht existiert, erstelle ihn manuell.
101
116
102
-
Unter [evcc.yaml erstellen](./configuration) findest du eine Anleitung, wie du den Inhalt für die `evcc.yaml` erstellen kannst.
117
+
Um die Konfigurationsdatei anzulegen bzw. zu editieren, hast du verschiedene Möglichkeiten:
118
+
119
+
-[Visual Studio Code](https://github.com/hassio-addons/addon-vscode): Wähle das Hamburger-Menü oben links aus und wähle "File", "Open Folder...", select `/addon_configs/49686a9f_evcc`
120
+
-[File Editor](https://github.com/home-assistant/addons/tree/master/configurator): Stelle sicher, dass du die Option "Enforce Basepath" in der Add-on Konfiguration deaktiviert hast, starte das Add-on neu und navigiere nach `/addon_configs/49686a9f_evcc`
121
+
-[Advanced SSH & Web Terminal](https://github.com/hassio-addons/addon-ssh): Navigiere nach `/addon_configs/49686a9f_evcc` und verwende z. B. nano
122
+
123
+
Details zur Erstellung der Konfigurationsdatei findest du unter [Einrichtung](./configuration).
103
124
104
125
Wenn du erstmal mit einer Demo starten möchtest, starte evcc mit dem Parameter `--demo`.
105
126
Weitere Informationen findest du unter [CLI Referenz](/docs/reference/cli/evcc).
106
127
107
-
Jetzt bist du bereit und kannst das Add-on starten.
108
-
109
128
## Aktualisierungen
110
129
111
130
Die Aktualisierung auf die neueste Version von evcc ist in den Home Assistant Update-Prozess integriert.
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/installation/home-assistant.mdx
+32-13Lines changed: 32 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,36 +75,55 @@ See [Home Assistant Documentation](https://www.home-assistant.io/installation/#a
75
75
</TabItem>
76
76
</Tabs>
77
77
78
-
## Configuration File
78
+
## Configuration
79
79
80
-
Go to Information menu in the "evcc" Addon and activate "show in sidebar" (evcc UI http://your-ha-instance-ip-address:7070)
80
+
evcc can be configured in two ways:
81
81
82
-
Go to Configuration menu and select your working directory (example):
82
+
### Web Interface (recommended)
83
+
84
+
Go to the **Information** tab in the **evcc** addon and activate **Show in sidebar** (evcc UI http://your-ha-instance-ip-address:7070)
85
+
86
+
Go to the **Configuration** tab and select your working directory (example):
83
87
84
88

85
89
86
90
```sh
87
-
- config_file: /config/evcc.yaml
88
91
- sqlite_file: /data/evcc.db
89
92
```
90
93
91
94
Leave the Network section unchanged.
92
95
93
-
Create an empty evcc configuration file `evcc.yaml` in your Addon root configuration folder (`/addon_configs/49686a9f_evcc`).
96
+
Start the addon.
97
+
Then open the evcc interface via the sidebar:
98
+
99
+
- You'll be prompted to set an administrator password
100
+
- You can then configure your devices directly via the web interface
101
+
- Settings are automatically saved in the database
102
+
103
+
### Configuration File (traditional)
104
+
105
+
Alternatively, you can use an `evcc.yaml` configuration file.
106
+
107
+
Go to the **Configuration** tab and add the configuration file to your working directory:
108
+
109
+
```sh
110
+
- config_file: /config/evcc.yaml
111
+
- sqlite_file: /data/evcc.db
112
+
```
113
+
114
+
Create an evcc configuration file `evcc.yaml` in your addon root configuration folder (`/addon_configs/49686a9f_evcc`).
94
115
If this folder does not exist, create it manually.
95
116
96
-
To create or edit the configuration file, you have many options, here are a few:
117
+
To create or edit the configuration file, you have several options:
97
118
98
-
-[Visual Studio Code](https://github.com/hassio-addons/addon-vscode), in Visual Studio Code select the hamburger menu in the top left and choose "File", "Open Folder...", select `/addon_configs/49686a9f_evcc`
99
-
-[File Editor](https://github.com/home-assistant/addons/tree/master/configurator), make sure you have disabled the "Enforce Basepath" option in the Addon configuration, restart the Addon and navigate to `/addon_configs/49686a9f_evcc`
100
-
-[Advanced SSH & Web Terminal](https://github.com/hassio-addons/addon-ssh), navigate to `/addon_configs/49686a9f_evcc` and use e.g. nano
119
+
-[Visual Studio Code](https://github.com/hassio-addons/addon-vscode): Select the hamburger menu in the top left and choose "File", "Open Folder...", select `/addon_configs/49686a9f_evcc`
120
+
-[File Editor](https://github.com/home-assistant/addons/tree/master/configurator): Make sure you have disabled the "Enforce Basepath" option in the addon configuration, restart the addon and navigate to `/addon_configs/49686a9f_evcc`
121
+
-[Advanced SSH & Web Terminal](https://github.com/hassio-addons/addon-ssh): Navigate to `/addon_configs/49686a9f_evcc` and use e.g. nano
101
122
102
-
Under[Configuration](./configuration)you'll find instructions on how to create the content for the `evcc.yaml`.
123
+
See[Configuration](./configuration)for details on creating the configuration file.
103
124
104
125
If you want to see the system running in demo mode, just start evcc with the parameter `--demo`.
105
-
See [CLI Referenz](/docs/reference/cli/evcc) for more information.
106
-
107
-
Now you are ready and can start the addon.
126
+
See [CLI Reference](/docs/reference/cli/evcc) for more information.
0 commit comments