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

Adding a Python server for easier OCPP log access #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 <[email protected]>
@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