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

Start populating docker-compose for the 201 demo #19

Merged
merged 12 commits into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. Start populating docker-compose for the 201 demo

    This is currently largely a copy of the 16J docker compose except it is running
    the 201 SIL instead of the 1.6J SIL. The `ocppCsmsUrl` is set incorrectly, so
    it will not be able to connect to anything but seems to start up fine otherwise.
    
    Signed-off-by: Shankari <[email protected]>
    shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7a0847b View commit details
    Browse the repository at this point in the history
  2. Add the 201 config

    Copied directly from libocpp with no changes.
    
    Signed-off-by: Shankari <[email protected]>
    shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b1cf8e4 View commit details
    Browse the repository at this point in the history
  3. Change the connection URL for the config to "docker localhost"

    Instead of localhost
    Since we don't have all the services in a single Dockerfile
    
    Signed-off-by: Shankari <[email protected]>
    shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    01ea217 View commit details
    Browse the repository at this point in the history
  4. Device model preconfigured for use with maeve running in a separate s…

    …et of containers
    
    The CSMS URL is now read from the
    `device_model_storage.db` instead of directly from the config file.
    We can generate the model storage by using something along these lines:
    https://github.com/EVerest/libocpp/blob/main/config/v201/init_device_model_db.py
    
    ```
    python3 "libocpp/config/v201/init_device_model_db.py" \
    --db "path/to/your/device_model_storage.db" \
    --config "path/to/your/config.json" \
    --schemas "libocpp/config/v201/component_schemas/" \
    init insert
    ```
    
    But for now, let's use a string hardcoded to work with Maeve
    
    Signed-off-by: Shankari <[email protected]>
    shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    284e972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    755db13 View commit details
    Browse the repository at this point in the history
  6. edited readme to include link to steve web portal, added image of the…

    … portal
    
    Signed-off-by: Joshua Hoshiko <[email protected]>
    Signed-off-by: Shankari <[email protected]>
    jhoshiko authored and shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7271cf6 View commit details
    Browse the repository at this point in the history
  7. Add patch that will disable secure websockets until we figure out CA …

    …solution
    
    Signed-off-by: Shankari <[email protected]>
    shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    59248ae View commit details
    Browse the repository at this point in the history
  8. Update README with new config

    Signed-off-by: Shankari <[email protected]>
    shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    76dd6d3 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into ocpp_201_example

    Signed-off-by: K. Shankari <[email protected]>
    shankari authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d33d3e0 View commit details
    Browse the repository at this point in the history
  10. Bump up version name to accommodate the new changes

    Signed-off-by: Shankari <[email protected]>
    shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c63b84e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d562e1 View commit details
    Browse the repository at this point in the history
  12. Fix formatting

    Signed-off-by: Shankari <[email protected]>
    shankari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7e92bea View commit details
    Browse the repository at this point in the history