new meter

This commit is contained in:
2025-06-14 11:46:10 +01:00
parent 6f95c7ba59
commit a0b2e048d4
20 changed files with 17741 additions and 74 deletions

View File

@@ -311,7 +311,7 @@ void notificationOutput(OCPP_Transaction *transaction, enum OCPP_TxNotification
case DeAuthorized:
ESP_LOGI(TAG, "DeAuthorized ---->");
//evse_set_authorized(false);
evse_set_limit_reached(2);
//evse_set_limit_reached(2);
// ocpp_set_charging(false);
break; // server rejected StartTx
case RemoteStart: