Sevket Gökay
Sevket Gökay
ping-pongs are specific to websocket. the ocpp version supporting json, that use websocket connections, came later. before that, ocpp was based on soap and with soap they needed a mechanism...
@giorgio80 i need your help with this, since i don't have access to charging stations. can you please set the ping-pong to 1 minute and observe the logs to see...
@giorgio80 thanks for your input. yes, we could implement session closing like your code snippet. however, there is one problem with it: it makes a too broad generalisation and closes...
hey @mosea3 thanks for the contribution! this PR is missing same cases: 1. stop value will be missing for ongoing transactions. you work does not handle this. 2. there is...
i consider this issue to be resolved, and therefore am closing it.
correct, that's why we have https://github.com/RWTH-i5-IDSG/steve/wiki/Configuration#multiple-interfaces
> ... and somehow its not accepting the command. the message/command that steve sends is such a simple one: download the firmware from URL X at date/time Y and you...
ocpp spec defines it, so... yes. but it is not implemented in steve yet. it is a little bit more involved than just sending an energy value, though. ocpp spec...
> do you plan to extend the system with such functionality? i remember this operation being cumbersome to implement, which is why i left it out initially. i can look...
hey, thanks for the detailed report. this is interesting, because steve does not control this part of the behaviour. org.eclipse.jetty.websocket.server.WebSocketServerFactory is part of the our server library (jetty) and steve...