You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the code works for me, but I guess it may depend on specific implementation of the protocol in your charger.
e.g. from log it seems that the message you received does not conform to the expected OCPP format. The CallError class expects three arguments: error_code, error_description, and optionally error_details. However, the received message does not provide these elements.
What is the charger? does it implement ocpp v1.6, maybe there are caveats? e.g. my charger Elinta had settings which I had to change in order to be able to send profile commad with max current.
I'm trying to build something from this code and I get errors about missing arguments in the lines self.call(payload) like this :
errors are :
The text was updated successfully, but these errors were encountered: