Mikuso
Mikuso
When you say handshake process, do you mean the charger is disconnecting and then reconnecting?
Hi @antino-pranshu Have you managed to establish whether this is a behaviour specific to the charging station that you are trying to use? Or does the same happen with every...
Thanks. I have managed to get your code running, but I've not been able to recreate this issue with my own charger. A websocket close code of "1000" indicates that...
Here are the logs I captured: ``` OCPP Server has been started Endpoint for handshake ---- / Identity for handshake ---- SIM charging_point_id ---- auth_key for handshake ----- undefined Trying...
Are you able to get any logs from the charger itself? It may reveal why it is behaving the way it is.
I have not been able to identify any issues in your code which would result in this behaviour. If it wasn't for the "1000" close codes, I would have suspected...
It looks like you're not handling a certain condition. Can you provide a small sample of code which I can use to replicate the issue?
Hi @mardommah , Can you please copy + paste the code so that I can try running it? I'd rather not have to re-type it.
This issue is out of scope for this module, but I'll try to help if I can. Assuming you have the strictMode option enabled on the RPCServer, then you can...
Hi @mardommah , I wasn't able to reproduce this issue with the code you've provided. I have attempted to connect a simple client to localhost:3002 but it does not trigger...