Skip to content
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

OCPP: automatic charger configuration #15243

Merged
merged 12 commits into from
Aug 5, 2024
Merged

OCPP: automatic charger configuration #15243

merged 12 commits into from
Aug 5, 2024

Conversation

premultiply
Copy link
Member

@premultiply premultiply commented Aug 4, 2024

  • validate if connecting charger has SmartCharging and RemoteTrigger in SupportedFeatureProfiles and match used commandset accordingly
  • always request BootNotification on init (if RemoteTrigger is supported)
  • respect and handle optional device constraints on configuration keys (...MaxLength)
  • try and configure all desired meter measurands
  • configure suitable MeterValueSampleInterval (default: 10s)
  • wait for initial meter sampled values after reconfiguration (if RemoteTrigger is supported)
  • maintain update of MeterValues (if RemoteTrigger is supported) by watchdog
  • configure WebSocketPingInterval: 30 for reliable and faster reconnection of chargers

@premultiply premultiply added the enhancement New feature or request label Aug 4, 2024
charger/ocpp.go Outdated Show resolved Hide resolved
charger/ocpp.go Outdated Show resolved Hide resolved
charger/ocpp.go Outdated Show resolved Hide resolved
@andig andig merged commit 1c561a3 into master Aug 5, 2024
6 checks passed
@andig andig deleted the feat/ocpp-autoconfig branch August 5, 2024 16:32
charger/ocpp.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants