Sevket Gökay
Sevket Gökay
some time ago we experimented with https://github.com/NewMotion/ocpp-charger and https://github.com/aymen-mouelhi/ocpp-js. they were okay, but they do not implement ocpp 1.6. i do not know any other simulators.
steve actually has the building blocks to simulate chargepoints in test directory. please look at these exemplary implementations, which you can modify as you wish: - [for soap](https://github.com/RWTH-i5-IDSG/steve/blob/master/src/test/java/de/rwth/idsg/steve/ApplicationTest.java) - [for...
this is currently not possible, because it is not implemented. however, you can implement it easily. this is not a big task, if you know your way around java, databases...
i am not sure whether you are asking this in more abstract terms, or something like "the java method/code that does the work".
the part after "Step 2: Collect intermediate meter values" is the relevant code.
it is active. you can click on a transaction id to go to the "transaction details" page. on this page you can see the intermediate meter values on a table.
then... it means that the charging station does not report any meter values. steve shows everything that it receives in this table. we do not do any filtering.
hey @JeremyWhaling thanks for your valuable input! @ashupani10 as a starter, please look at an [earlier comment of mine](https://github.com/RWTH-i5-IDSG/steve/issues/520#issuecomment-786615063) and the issue referenced there. in short: steve indeed implements charging...
> However, I wanted to ask if SteVe provides some API to interact with in order to send charging profiles and receive status notifications? no, it does not.
seems like the same issue as in https://github.com/RWTH-i5-IDSG/steve/issues/441