-
Notifications
You must be signed in to change notification settings - Fork 165
Update documentation to cover Explicit DemoMode #821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…final, work on english can start
Propose to work on German documentation, once that is all fine, I can handle translation to english. |
@@ -219,3 +220,5 @@ Ausführlichere Erklärungen zu den Optionen findest du unter [Referenz → evcc | |||
Willst du eine dynamische Demo sehen kannst du dir auch den Inhalt der Datei [demo.yaml](https://github.com/evcc-io/evcc/blob/master/cmd/demo.yaml) ansehen. | |||
Diese Datei beinhaltet JavaScript-basierte Demo-Geräte, die eine eingeschränkte Funktionalität simulieren. | |||
Sie wird auch für [demo.evcc.io](https://demo.evcc.io) genutzt. | |||
|
|||
Willst du deine eigene Installation im Demo mode ausführen, dann starte evcc mit dem Parameter --demo . Siehe [CLI Referenz](/docs/reference/cli/evcc) für mehr information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Willst du deine eigene Installation im Demo mode ausführen, dann starte evcc mit dem Parameter --demo . Siehe [CLI Referenz](/docs/reference/cli/evcc) für mehr information. | |
Willst du deine eigene Installation im Demo mode ausführen, dann starte evcc mit dem Parameter --demo . | |
Siehe [CLI Referenz](/docs/reference/cli/evcc) für mehr Information. |
Wir machen Immer eine Zeile pro Satz. Das macht das Diffen einfacher.
- [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` | ||
- [File Editor](https://github.com/home-assistant/addons/tree/master/configurator), stelle sicher, dass Du die Option "Enforce Basepath" in der Addon Konfiguration deaktiviert hast, starte das Addon neu und navigiere nach `/addon_configs/49686a9f_evcc` | ||
- [Advanced SSH & Web Terminal](https://github.com/hassio-addons/addon-ssh), navigiere nach `/addon_configs/49686a9f_evcc` und verwende z. B. nano | ||
|
||
Unter [Konfiguration](./configuration) findest du eine Anleitung, wie du den Inhalt für die `evcc.yaml` erstellen kannst. | ||
|
||
Wenn du erstmal mit einer Demo starten möchtest, kopiere den Inhalt dieser [Demo](https://github.com/evcc-io/evcc/blob/master/cmd/demo.yaml) in deine `evcc.yaml` Datei. | ||
Wenn du erstmal mit einer Demo starten möchtest, starte evcc mit dem parameter --demo. Weitere Informationen find Sie under [CLI Referenz](/docs/reference/cli/evcc). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wenn du erstmal mit einer Demo starten möchtest, starte evcc mit dem parameter --demo. Weitere Informationen find Sie under [CLI Referenz](/docs/reference/cli/evcc). | |
Wenn du erstmal mit einer Demo starten möchtest, starte evcc mit dem parameter --demo. | |
Weitere Informationen findest du unter [CLI Referenz](/docs/reference/cli/evcc). |
@@ -68,7 +68,7 @@ Cloudsmith ist ein Service, welcher die Entwicklung von Software und Dienstleist | |||
sudo systemctl start evcc | |||
``` | |||
|
|||
- Prüfe die Installation und öffne einen Browser und gib die folgende URL ein: [http://localhost:7070](http://localhost:7070). Die evcc Oberfläche sollte im Demo Modus zu sehen sein. | |||
- Prüfe die Installation und öffne einen Browser und gib die folgende URL ein: [http://localhost:7070](http://localhost:7070). Die evcc Oberfläche sollte im Erstkonfiguration Modus zu sehen sein. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Prüfe die Installation und öffne einen Browser und gib die folgende URL ein: [http://localhost:7070](http://localhost:7070). Die evcc Oberfläche sollte im Erstkonfiguration Modus zu sehen sein. | |
- Prüfe die Installation und öffne einen Browser und gib die folgende URL ein: [http://localhost:7070](http://localhost:7070). Die evcc Oberfläche fordert dich auf ein Password zu vergeben und die Einrichtung zu starten. |
@@ -38,7 +38,7 @@ Wenn du evcc ohne Paketmanager installieren willst oder eine nightly Version tes | |||
brew services start evcc | |||
``` | |||
|
|||
- Prüfe die Installation und öffne einen Browser und gib die folgende URL ein: [http://localhost:7070](http://localhost:7070). Die evcc Oberfläche sollte im Demo Modus zu sehen sein. | |||
- Prüfe die Installation und öffne einen Browser und gib die folgende URL ein: [http://localhost:7070](http://localhost:7070). Die evcc Oberfläche sollte im Erstkonfiguration Modus zu sehen sein. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Prüfe die Installation und öffne einen Browser und gib die folgende URL ein: [http://localhost:7070](http://localhost:7070). Die evcc Oberfläche sollte im Erstkonfiguration Modus zu sehen sein. | |
- Prüfe die Installation und öffne einen Browser und gib die folgende URL ein: [http://localhost:7070](http://localhost:7070). Die evcc Oberfläche fordert dich auf ein Password zu vergeben und die Einrichtung zu starten.. |
Looks nice 👍. |
Documentation for evcc-io/evcc#21848
Note: cli update also includes --custom-css