OCPPMiddleware: Support for Remote Start and Stop#15
OCPPMiddleware: Support for Remote Start and Stop#15danielnord wants to merge 1 commit intodallmann-consulting:mainfrom
Conversation
Add support for: * RemoteStartTransaction * RemoteStopTransaction
|
Hi, @danielnord Thanks for the implementation. How can I trigger the RemoteStartTransaction / RemoteStopTransaction from Central System? |
|
@danielnord You haven't handle the RemoteStartTransaction and RemoteStopTransaction, and you don't get any result back from them even they work actually but this line here |
|
Any news regarding the implementation of RemoteStartTransaction and RemoteStopTransaction ? |
I did an ugly solution for myself, forgot the details but I remember I created a "tracker" class to know when to end the await of task completion, it worked when I tested it but as I said I don't remember details. |
Add support for: