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
Copy file name to clipboardExpand all lines: docs/reference/configuration/eebus.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,16 @@ interfaces:
93
93
94
94
### `shipid`
95
95
96
-
Hiermit kann die zu verwendende Geräte-ID (SKI) definiert werden.
96
+
Hiermit kann die zu verwendende SHIP-ID definiert werden.
97
+
Dies sollte nur für Entwicklungszwecke notwendig sein.
98
+
99
+
Normalerweise generiert evcc die SHIP-ID automatisch aus der `machine-id` (auf realer Hardware) oder einer zufällig generierten Plant-ID (in Container-Umgebungen wie Docker), die in der Datenbank gespeichert wird.
100
+
Du kannst eine explizite Plant-ID über `plant` in der `evcc.yaml` oder die `EVCC_PLANT` Umgebungsvariable setzen – empfohlen für bessere Portierbarkeit.
101
+
Die SHIP-ID ist fest mit dem Zertifikat verknüpft – ändert sich eines von beiden, muss die Kopplung mit den Geräten neu durchgeführt werden.
102
+
103
+
:::warning Achtung
104
+
Ändere diesen Wert nicht manuell, wenn du nicht genau weißt, was du tust.
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/eebus.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,16 @@ interfaces:
93
93
94
94
### `shipid`
95
95
96
-
Defines the Device ID (SKI) to be used.
96
+
Defines the SHIP-ID to be used.
97
+
This should only be necessary for development purposes.
98
+
99
+
Normally evcc generates the SHIP-ID automatically from the `machine-id` (on real hardware) or a randomly generated plant ID (in container environments like Docker), which is stored in the database.
100
+
You can set an explicit plant ID via `plant` in `evcc.yaml` or the `EVCC_PLANT` environment variable – recommended for better portability.
101
+
The SHIP-ID is tied to the certificate – if either changes, pairing with devices must be redone.
102
+
103
+
:::warning Warning
104
+
Don't change this value manually unless you know exactly what you're doing.
0 commit comments