Andrés Solares
Andrés Solares
Oh I see the problem now, I think what is happening is that, the Charge Point doesn't answer in time sometimes after the SetChargingProfile request has been sent and then...
> How do we get this log as sent and received messages? Add this to your script: ```py import logging logging.getLogger("ocpp").setLevel(level=logging.DEBUG) logging.getLogger("ocpp").addHandler(logging.StreamHandler()) ```
> coming fro > Thank you. Can we store the data coming from log into a variable? That's weird but I guess it can be done with a custom formatter...
Hi, thanks for your response. Well yes, but there is no exception until the CS sends a request to the Charge Point and there is a timeout error, am I...