EVerest / everest-demo

EVerest demo: Dockerized demo with software in the loop simulation
Apache License 2.0
11 stars 13 forks source link

Adding a Python server for easier OCPP log access #40

Open ChrisWeissmann opened 2 months ago

ChrisWeissmann commented 2 months ago

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