Relative Content

Tag Archive for pythonocpp

OCPP ChargePoint Call

I’m building a CMS using Python’s OCPP library from mobility house. I wanted to send a RemoteStartTransaction command to the charger (in my case, the charger is just a JS-based simulator I spin up with a browser). The problem I face is that the self.call function takes around 30 seconds to complete, as marked by the # problem comment on the code block attached. The self keyword represents the ChargePoint class provided by the library.