-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 4.0.0 crashing regularly #169
Comments
Interesting, it is locking up somewhere and the watchdog is kicking in... Can you sent the |
I've just tested the latest version downloaded from here: https://github.com/OpenEVSE/ESP32_WiFi_V3.x/actions/runs/629987476#artifacts On a Huzzah32 and OpenEVSE WiFi V1 module, it seems to work fine for me. I'm unable to replicate this issue. @Olverine could you try using the pre-compiled binaries from the link above the rule out any local compiling issues. |
Factory reset did not help.
I tried the pre-compiled binaries. I still have the same issue. It does not crash as long as it isn't connected to the openevse controller however. Any ideas? |
@Olverine are you able to send the output of the RAPI monitor? http://openevse-xxxx.local/term.html?evse |
This is what I'm getting between starting and crashing:
|
Not sure that gives me any more clues... Really I need to move to the latest Platform IO BSP which includes the exception decoding... |
I'm unable to replicate the issue V4.0.0 has been working fine on all the units I've tested it on. Try flashing the pre-compiled V4.0 .hex from the releases to climate any compiling issues https://github.com/OpenEVSE/ESP32_WiFi_V4.x/releases/tag/V4.0.0.BETA |
I have tried the pre-compiled binaries without success. This is very strange since I get the same results on all units. V3.3.2 still runs without problems on the same devices. I must be doing something wrong. I will let you know if I find the problem. |
Could you try V4.0.1 pre-compiled? https://github.com/OpenEVSE/ESP32_WiFi_V4.x/releases/tag/4.0.1 There must be some issue with your hardware, no other user has reported stability issues with V4.0.0. I've been unable to replicate |
I think I have been able to replicate and potentially resolve this, I certainly got my device stuck in a very similar case. There is basically a race condition where the EVSE monitor task can get started twice causing MicroTasks to get stuck in a loop, as this was triggered by detecting a connection to the RAPI it would fit with the issue described here. Will submit a patch shortly. |
When trying to run the 4.0.0 version of the firmware (compiled from the
master
branch), the firmware boots up but crashes after about 25 seconds. It then reboots and crashes after 25 seconds again. I am running OpenEVSE firmware version D7.1.2. I have tested it on a Huzza32, the openevse wifi board found on the openevse store, and a esp32 gateway-e. All of them behave the same way.The logs from the esp32 gateway-e looks like the following:
The text was updated successfully, but these errors were encountered: