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] OCPP: Implement missing OCPP 1.6 commands #36

Open
1 task done
jerome-benoit opened this issue Jun 8, 2022 · 3 comments
Open
1 task done

[FEATURE] OCPP: Implement missing OCPP 1.6 commands #36

jerome-benoit opened this issue Jun 8, 2022 · 3 comments
Labels
enhancement New feature or request simulator Simulator

Comments

@jerome-benoit
Copy link
Contributor

jerome-benoit commented Jun 8, 2022

Duplicate issue

  • I've searched for any related issues and avoided creating a duplicate issue.

Description

See README.md for the list.

Attachments

No response

@jerome-benoit jerome-benoit added the enhancement New feature or request label Jun 8, 2022
@jerome-benoit
Copy link
Contributor Author

jerome-benoit commented Aug 28, 2022

The firmware update is the most awaited command:

  • define a CS template JSON firmwareUpgrade configuration section format to simulate the target firmware version update behavior, something like
{
    "firmwareVersion": {
        "incrementMajor": false, 
        "incrementMinor": false, 
        "incrementPatch": true
    },
    "reset": true,
    "resetDelay": 60,
    "checkIntegrity": false
}
  • implement the OCPP command
  • implement the firmware update simulation (with/without configuration persistence?)

@jerome-benoit jerome-benoit changed the title [FEATURE] Implement missing OCPP 1.6 commands [FEATURE] OCPP: Implement missing OCPP 1.6 commands Sep 8, 2022
@jerome-benoit
Copy link
Contributor Author

jerome-benoit commented Sep 11, 2022

The second most awaited command is GetCompositeSchedule.

Updated: Done.

jerome-benoit added a commit that referenced this issue Nov 16, 2022
Ref #36

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
jerome-benoit added a commit that referenced this issue Nov 16, 2022
Ref #36

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
jerome-benoit added a commit that referenced this issue Jan 8, 2023
Reference #169 and #36

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
JulianHBuecher pushed a commit to JulianHBuecher/e-mobility-charging-stations-simulator that referenced this issue May 24, 2023
…n/mongodb-4.1.2

Bump mongodb from 4.1.1 to 4.1.2
@jerome-benoit
Copy link
Contributor Author

PR #574 implements:

  • ReserveNow
  • CancelReservation

@jerome-benoit jerome-benoit added the simulator Simulator label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request simulator Simulator
Projects
None yet
Development

No branches or pull requests

1 participant