steve icon indicating copy to clipboard operation
steve copied to clipboard

SteVe - OCPP server implementation in Java

Results 236 steve issues
Sort by recently updated
recently updated
newest added

#### Checklist - [ ] I checked other issues already, but found no answer/solution - [x] I checked the documentation and wiki, but found no answer/solution - [ ] I...

#### Checklist - [x] I checked other issues already, but found no answer/solution - [x] I checked the documentation and wiki, but found no answer/solution - [x] I am running...

First baby step for #1202

It should make compilation easier for newcomers. Close #1140

#### Checklist - [ x ] I checked other issues already and found no answer - [ x] I checked the documentation and found no answer - [ x ]...

#### Specifications ``` SteVe Version : 3.6.0 Operating system : Docker Database : 1.0.3 Wallbox: Fronius Wattpilot, Firmware 40.7 OCPP protocoll: ocpp1.6J ``` #### Expected Behavior When I go through...

Hi, I have some EV chargers and multiple tags. It's possible to allow always any type of tag ? Any user with compatible RF card (tag) can charge the vehicle!

Hi, it might be nice for beginners to add [this instruction](https://github.com/steve-community/steve/issues/869#issuecomment-1209516034) on how to setup SteVe as a service to the README file ;-) Thanks and best regards, David

#### Checklist - [x] I checked other issues already, but found no answer/solution - [x] I checked the documentation and wiki, but found no answer/solution - [x] I am running...

This pull request permits to invoke the web app controllers and ask to respond with a JSON body instead of a JSP page. You just need to add `Accept: application/json`...