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
The OCPP specification demands a complete reset procedure for the whole EVSE. Jeremy already told me that this is already possible via RAPI call but should better be implemented via C++ API call. For the ESP32 itself, it's no problem to use ESPAL.reset().
The text was updated successfully, but these errors were encountered:
@jeremypoulter I'm planning a cumulative update which will also address the new reset function. Since the requested feature is done, I'm closing this ticket, thanks.
The OCPP specification demands a complete reset procedure for the whole EVSE. Jeremy already told me that this is already possible via RAPI call but should better be implemented via C++ API call. For the ESP32 itself, it's no problem to use
ESPAL.reset()
.The text was updated successfully, but these errors were encountered: