Skip to content

Commit 6b9c690

Browse files
lmai95naltatis
andauthored
added note for usermod (#852)
Co-authored-by: Michael Geers <[email protected]>
1 parent 27cef26 commit 6b9c690

File tree

2 files changed

+12
-0
lines changed
  • docs/installation
  • i18n/en/docusaurus-plugin-content-docs/current/installation

2 files changed

+12
-0
lines changed

docs/installation/linux.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ Cloudsmith ist ein Service, welcher die Entwicklung von Software und Dienstleist
8080
Während der Installation wird ein Nutzer `evcc` angelegt, deshalb sollte der angemeldete Nutzer nicht den Namen `evcc` haben.
8181
:::
8282

83+
:::note
84+
Sollte eine serielle Schnittstelle verwendet werden kann es sein das dieser Befehl ausgeführt werden muss `sudo usermod -a -G plugdev evcc`.
85+
Dieser Befehl fügt den Benutzer evcc zur Gruppe plugdev hinzu.
86+
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.
87+
:::
88+
8389
## Konfiguration
8490

8591
Für den Betrieb musst du eine funktionierende `evcc.yaml` Konfigurationsdatei erstellen.

i18n/en/docusaurus-plugin-content-docs/current/installation/linux.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ Cloudsmith provides services to support the development of free software and pla
8080
During installation, a user `evcc` is created, so ensure the logged-in user does not have the name `evcc`.
8181
:::
8282

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

8591
A **working** evcc configuration is required.

0 commit comments

Comments
 (0)