Charger Lifecycle
Understand how Asynkron.OcppServer models the lifecycle of each charging point from onboarding to retirement.
Phases
- Registration – Handle BootNotification, assign identity, and provision certificates.
- Authorization – Coordinate authorization modes (whitelist, remote, RFID) and maintain roaming state.
- Operations – Monitor heartbeats, meter values, firmware status, and remote start/stop commands.
- Maintenance – Schedule OCPP diagnostics, push firmware updates, and decommission chargers cleanly.
Actor model mapping
Each charger maps to a dedicated actor with child actors for transactions, firmware, and diagnostics. Supervisors isolate faults so a failing charger cannot affect the fleet.
Use the sample policies to configure SLA windows, retry limits, and alert routing per region.