cpd-ocpp icon indicating copy to clipboard operation
cpd-ocpp copied to clipboard

InternalError: Connectors not defined

Open locomoco28 opened this issue 5 years ago • 0 comments

I am having issues to get the StatusNotification payload. I wrote a simple charging point simulator and I always get an internal error when trying to send the StatusNotification.

[ 4, 0, "InternalError", "connectors is not defined", null]

My simulator is self-written (html using native in-browser WebSockets), but I get the same error using the chargingPoint.js in the examples folder of this repo.

locomoco28 avatar Sep 09 '20 11:09 locomoco28