Unable to create simulated chargers #1238
-
Hello have spent a few hours trying to get the simulation working but I was not successful. I'm working on the master branch Thanks I did follow the readme, (installing the node packages etc.) It was straight forward. I was also able to get the UI working. However my simulator is not able to simulate the charge(s). my zsh logs
combined-2024-12-01.log
error-2024-12-01.log
This is what my src/assets/config.json file looks like.
ui/web/public/config.json
I havent made any other changes and I'm working on a M2 Mac. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There's no OCPP server started and listening on localhost port 8010. Running a client of a client/server design requires some minimum knowledge about client/server architecture. |
Beta Was this translation helpful? Give feedback.
The documentation is implicit about OCPP server requirement and assumes the user has at minimum read and understood the OCPP protocol specs.