-
Hi @matth-x @pedro-fuoco ,
I working on ArduinoOcpp library and facing issue with transaction. I connected with CMS everything is ok.
But when i give command from cms to start transaction remotely t…
-
I'm trying to set a charging profile on the Charge Point. Every other communication works fine (all notifications, setting configurations, remote start/stop transaction, etc.), but when I try to send …
-
Hello,
I managed to set up the ev-server and ev-dashboard (on ubuntu 2004). After I started the server I found a default collection in the database. I could not found the empty-db.zip or empty-db-s…
-
Consider this simple client:
chargePoint := ocpp16.NewChargePoint(chargePointId, nil, nil)
// Set a handler for all callback functions
handler := new(ChargePointHandler)
chargePoint.SetCor…
andig updated
2 years ago
-
Hi Mr.Serge
i started ev-simulator npm start and it is started.
![image](https://user-images.githubusercontent.com/101884800/160791057-74a3a574-f531-483b-a69a-698c0488fca1.png)
but dashboard i…
-
Hello
I am testing server with INFINITY Simple OCPP 1.6 Chargebox Simulator provided in Readme file (https://github.com/victormunoz/OCPP-1.6-Chargebox-Simulator)
when I click Start Transaction …
-
I want to send RemoteStartTransaction from a function called in on_connect.
But as my context: RouterContext and send is implemented in HandlerContext.
What can I do?
-
This is inisde my central_system.py
`uvicorn.run(central_system, host="0.0.0.0", port=9000, headers=headers, workers=10)`
This is what is error it gives me
```
WARNING: You must pass the applic…
-
Hi @matth-x
I am trying to implement OCPPv1.6 on Node-MCU32S, I was able to make the websocket connection but I am not able to send Boot Notification as I am getting a compiled error, can you please…
-
Hello Serge
I have a question about the connection between the server and the charging station. As a beginner I am not quite sure where to enter the data for a successful connection.
The server and…