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

Hi Can anybody please tell me how to run Ocpp1.6 J websocket?

Can you please provide the guide how to use 1.6 & 2.0 both OCPP version with single Server

Hi. I have my server with SteVe installed, and im new to ocpp, so i would like to ask how to connect this library to SteVe as a client so...

Hello Thomas, I build your code to these two jars: `common-0.5-SNAPSHOT.jar` and `v1_6-0.5-SNAPSHOT.jar` Then I took the jars and added in my project. The classes is found by IntelliJ perfectly...

1. eu.chargetime.ocpp:common:jar:0.5-SNAPSHOT 2. eu.chargetime.ocpp:v1_6:jar:0.5-SNAPSHOT 3. eu.chargetime.simulator:software_ocpp:jar:0.1-SNAPSHOT 4. eu.chargetime.simulator:facades:jar:0.1-SNAPSHOT Notes: --------- the README file is empty

In one of the recent commits, in BootNotificationConfirmation Calendar was replaced with ZonedDateTime. It looks like ZonedDateTime does not guarantee compatibility with ISO 8601. For example my BootNotificationConfirmation is sending...

I want to change the default meter values been send from the charger so it will send me also the temperture and not just the default {"key":"MeterValuesSampledData","value":"Current.Import,Energy.Active.Import.Register,Power.Active.Import,SoC,Voltage"} what is the...

Building on top of the standard API for WebSockets in java would be safer and more flexible. It complicates the deployment a bit, because of the need to supply the...

**Java out of memory error at WebsocketImpl decodeHandshake** After running the ocpp backend for 8 days, our websocket (ws only) backend docker running on a Virtual Machine the connection can...