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

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.13 to 1.5.3. Commits f2d8a1a prepare release 1.5.3 99ccca7 fix /issues/785 df7c7c5 prepare work on 1.5.3-SNAPSHOT baf5d70 prepare release 1.5.2 6998e81 add NoAutoStartUtil.shouldBeStarted method 40bc1c2 export tyler...

dependencies
java

Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.4.14 to 1.5.3. Commits f2d8a1a prepare release 1.5.3 99ccca7 fix /issues/785 df7c7c5 prepare work on 1.5.3-SNAPSHOT baf5d70 prepare release 1.5.2 6998e81 add NoAutoStartUtil.shouldBeStarted method 40bc1c2 export tyler...

dependencies
java

I'm using a Java library for my ocpp operations. groupId of pom dependencies: eu.chargetime.ocpp. Right now I'm trying to implement the authenticateSession method from ServerEvents, so that anytime a wallbox...

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...

dependencies
github_actions

We are trying to connect GARO charger using our device as a proxy with ChargeTimeEU OCPP library where our device then sends forward messages to GARO backend. OCPP server and...

Hello, I am currently working on a project that automatically checks incoming messages for plausibility. During development, I came across a problem. My project emulates a Central System (CS) and...

Hello. I am seeing the following log output in the library, We recognize that this is the size of the queue waiting for a message response. Is that correct? `Queue...

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies
java

Context: Had this issue while working with the library. Spotted through logs, that I sent 1. MeterValuesRequests without any MeterValues 2. MeterValues that did not contain any sampled Values Looking...

idtag in stoptransaction is optional , so ModelUtil.validate() will check string != null . If it is null, it will return false. When ModelUtil.validate() returns false, then idTag.length() crashes. How...