Einstellungen für den OCPP Manager
[ocpp] autoCreateChargePoints
- Typ
- bool
- Default
- 0
- Wertebereich
- 0|1
Definiert ob DPs für neue Ladestationen automatisch erstellt werden sollen.
Wenn auf 0 gesetzt, müssen Ladestationen DPs manuell über das Konfigurationspanel
erstellt werden.
[ocpp] bindAddress
- Typ
- string
- Default
- 0.0.0.0
Die IP-Adresse, an die der OCPP WebSocket-Server gebunden ist.
[ocpp] heartbeatInterval
- Typ
- uint
- Default
- 30
Intervall für Heartbeat in Sekunden.
[ocpp] port
- Typ
- uint
- Default
- 443
- Wertebereich
- 1..65535
Port auf den der OCPP WebSocket-Server hört.
[ocpp] privateKey
- Typ
- string
- Default
- privkey.pem
Pfad zum HTTPS Private-Key, relativ zum Konfigurationsverzeichnis.
Benötigt für securityProfile >= 2.
[ocpp] publicKey
- Typ
- string
- Default
- certificate.pem
Pfad zum HTTPS Public-Key, relativ zum Konfigurationsverzeichnis.
Benötigt für securityProfile >= 2.
[ocpp] retryBootNotificationInterval
- Typ
- uint
- Default
- 30
Intervall für die Wiederholungsversuche der Boot-Benachrichtigung in Sekunden.
[ocpp] rootCA
- Typ
- string
- Default
- root-cert.pem
Pfad zur Root-Zertifizierungsstelle, relativ zum Konfigurationsverzeichnis.
Benötigt für securityProfile 3.
[ocpp] securityProfile
- Typ
- uint
- Default
- 3
- Wertebereich
- 0..3
- 0: WebSocket Server mit HTTP, ohne Authentifizierung
- 1: WebSocket Server mit HTTP, mit HTTP Basic Authentifizierung
- 2: WebSocket Server mit HTTPS, mit HTTP Basic Authentifizierung
- 3: WebSocket Server mit HTTPS und Client-Zertifikaten zur Authentifizierung
[ocpp] strictMode
- Typ
- bool
- Default
- 1
- Wertebereich
- 0|1
Aktiviert die strikte Überprüfung von Subprotokoll-Schemas, um ungültige Aufrufe und
Antworten zu verhindern, wenn diese Option aktiviert ist.