OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
155 stars 107 forks source link

send HardReset but no report on Log #789

Open flyrobot opened 5 months ago

flyrobot commented 5 months ago

when i sent HardReset, box starting rebooting and after that. i cannot found "reason : " status

matth-x commented 5 months ago

Hard reset "ungracefully" reboots the charger. The hard reset response gets lost.

To change this behavior, the Reset listener should start a reset timer (of about 10s) instead of resetting the charger immediately. Then the response will go through normally.

If I may ask, which test suite do you use? You can also pm me if you don't want to share it publicy. Contact: matthias [A⊤] arduino-ocpp [DО⊤] com

flyrobot commented 5 months ago

Ok, i will contact you