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

Feature for SmartCharging Offline Behavior #783

Merged
merged 4 commits into from
Nov 7, 2024

Commits on Oct 30, 2024

  1. Added configuration variable to 1.6 and 2.0.1 to allow ignoring profi…

    …le in case the charging station is offline when the composite schedules are calculated by requests of a libocpp consumer application
    
    Signed-off-by: pietfried <[email protected]>
    Signed-off-by: Piet Gömpel <[email protected]>
    Pietfried committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ea18e4d View commit details
    Browse the repository at this point in the history
  2. clang format

    Signed-off-by: pietfried <[email protected]>
    Signed-off-by: Piet Gömpel <[email protected]>
    Pietfried committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4dbd1c0 View commit details
    Browse the repository at this point in the history
  3. * Adressed requested changes

    * Made IgnoredProfilePurposesOffline ReadWrite
    * In OCPP1.6 calling signal_set_charging_profiles_callback also in case of websocket connect or disconnect in case IgnoredProfilePurposesOffline are empty, since this can influence the composite schedules
    * Fixed r/w of IgnoredProfilePurposesOffline in charge_point_configuration
    
    Signed-off-by: Piet Gömpel <[email protected]>
    Pietfried committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1fc2b3c View commit details
    Browse the repository at this point in the history
  4. Fixed bug discovered by unit tests

    Signed-off-by: pietfried <[email protected]>
    Signed-off-by: Piet Gömpel <[email protected]>
    Pietfried committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8bce269 View commit details
    Browse the repository at this point in the history