Skip to content

added note for usermod #852

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

Merged
merged 5 commits into from
Aug 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/installation/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Cloudsmith ist ein Service, welcher die Entwicklung von Software und Dienstleist
Während der Installation wird ein Nutzer `evcc` angelegt, deshalb sollte der angemeldete Nutzer nicht den Namen `evcc` haben.
:::

:::note
Sollte eine serielle Schnittstelle verwendet werden kann es sein das dieser Befehl ausgeführt werden muss `sudo usermod -a -G plugdev evcc`.
Dieser Befehl fügt den Benutzer evcc zur Gruppe plugdev hinzu.
Die Gruppe plugdev dient dazu, Zugriffsrechte für Plug-in-Geräte (wie USB, serielle Schnittstelle usw.) zu erteilen, ohne dass Root-Rechte erforderlich sind.
:::

## Konfiguration

Für den Betrieb musst du eine funktionierende `evcc.yaml` Konfigurationsdatei erstellen.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Cloudsmith provides services to support the development of free software and pla
During installation, a user `evcc` is created, so ensure the logged-in user does not have the name `evcc`.
:::

:::note
If a serial interface is used, it may be necessary to run the command `sudo usermod -a -G plugdev evcc`.
This command adds the user `evcc` to the `plugdev` group.
The `plugdev` group is used to grant access to plug-in devices (like USB, serial interface, etc.) without requiring root privileges.
:::

## Configuration

A **working** evcc configuration is required.
Expand Down