Java-OCA-OCPP icon indicating copy to clipboard operation
Java-OCA-OCPP copied to clipboard

Open source client and server library of Open Charge-Point Protocol (OCPP) defined by openchargealliance.org (OCA)

Results 61 Java-OCA-OCPP issues
Sort by recently updated
recently updated
newest added

I am trying to implement the ServerEvents method "authenticateSession" to provide an authentication layer for my backend anytime a charge point tries to connect. The method that I am talking...

When I try to build the project using gradle, I receive an error with the format of some files, I was fixed the format of those files

Is this code for a single charging station? It does not require a charging pile code, but only needs to know the gun code? As a charging pile operation platform,...

The StopTransaction request holds a parameter called MeterStop. In the documentation, it mentions the following: ``` /** * This contains the meter value in Wh for the connector at end...

In the official document, as shown in the image, there is a situation where the server needs to return CALLERROR:SecurityError. However, I found the only type of handleStatusNotificationRequest() function is...

OCPP 2.0.1 requires a CALLERROR: SecurityError response from the CSMS if the Charging Station sends a request before having been accepted. Implement a mechanism to send this response, by throwing...

To allow determining the cause of a disconnection, add a new API to MultiProtocolJSONClient to retrieve the Exception passed from the WebSocket library in the onError() callback. This is required...

These commits were based on a misunderstanding of the OCPP-J 1.6 specification, which clearly states that the password is a byte sequence and not a string. Also, they broke the...

I keep getting an error that 'eu.chargetime.ocpp:ocpp-wss:1.0.0' cannot be found. Do you have any suggestions? ------------------------------------------------------------ * What went wrong: Could not resolve all files for configuration ':common:compileClasspath'. > Could...

interface Validatable extends Serializable,when using rpc request