Skip to content

Conversation

@ChrisWeissmann
Copy link
Contributor

I use this repo for testing my setup. For that I often would like to see the OCPP logs on the charger side.
I have added a Python server that serves up the logs that can be found as stated in the readme. Since this repo is not for production use but rather for demonstration purposes I figured others might also benefit from this.

To run the Python server I add a line to the front of the run-sil scripts which runs the python server in the background.

python3 -m http.server 9000 --directory /tmp/everest_ocpp_logs

…ted OCPP logs for easier access.

Signed-off-by: Christian Weissmann <christian.weissmann@s44.team>
@ChrisWeissmann ChrisWeissmann force-pushed the feature/add-exposing-ocpp-logs-html branch from 949f6ba to a3bd627 Compare April 30, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant