kubarskii / OCPP-J-CP-Simulator

A really simple cp simulator, that works with OCPP 1.6
Apache License 2.0
91 stars 126 forks source link

Improvement Support NotifyEventRequest #8

Open ichbinwilly opened 6 years ago

ichbinwilly commented 6 years ago

Hi, Will the simulator support "NotifyEventRequest" in the near future?

kubarskii commented 6 years ago

@ichbinwilly i hope it will support all the OCPP functions need more free time)

ichbinwilly commented 6 years ago

@nenecmrf Sounds great!

pSnehanshu commented 6 years ago

Hi @ichbinwilly @nenecmrf, do you guys work for software companies?

ichbinwilly commented 6 years ago

@pSnehanshu Technically, I work as a software engineer for the computer and consumer electronics manufacturing industry.

kubarskii commented 6 years ago

@pSnehanshu I work as a business analyst, programming is my hobby))

ichbinwilly commented 6 years ago

@nenecmrf which business or industry domain do you specialize?

pSnehanshu commented 6 years ago

I am building a Charging station management software (CSMS). Do you have any suggestions for me?

kubarskii commented 6 years ago

@ichbinwilly Basiacally i implement software solutions in order to automate business processes. So each time I have to deeply analyze the industry and company's business processes and choose the best solution for them. Next comes updating of a chosen solution in order to fit company's processes. But there're a lot of nuances in this job))

kubarskii commented 6 years ago

@pSnehanshu I suppose, you need OCPP CS(Central System).

kubarskii commented 6 years ago

@pSnehanshu You can try Steve on git https://github.com/RWTH-i5-IDSG/steve

pSnehanshu commented 6 years ago

I have tried SteVe, but it's not feature rich. So building my own :)

kubarskii commented 6 years ago

@pSnehanshu really cool! I also need such SW (currently using Steve, but need another one with some kind of API), as i am participating in the project of ChargePoints development. We already created working CPs, already have customers, but now need to implement OCPP.

pSnehanshu commented 6 years ago

@nenecmrf I'll let you know when mine is ready.

kubarskii commented 6 years ago

@pSnehanshu Thank you

pSnehanshu commented 6 years ago

@nenecmrf What kind of API do you need?

ichbinwilly commented 6 years ago

@nenecmrf

I made a pull request few weeks ago. "connectorId field type should be INTEGER #5" Please check the issue. See if it can merge to the master branch. Thanks.