-
Notifications
You must be signed in to change notification settings - Fork 89
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
WiFi disconnects after a day #6
Comments
Ok, thanks for the bug report. |
Maybe have a look here? https://savjee.be/2020/02/esp32-keep-wifi-alive-with-freertos-task/ |
Not sure why but at the moment I didn't have this problem any more for the past few days Edit: Spoke too soon ... :) |
I am not sure if this is related, but my router reports as active host name: SMARTEVSE-99999 (99999 = AP #). Nevertheless I can not reach the controller on that name. The controller can be reached on SMARTEVSE-0000 (0000 = serial #). |
See this WiFi disconnects too. Disabling and again enabling WiFi will do. Prefer automatic recovery or not disconnecting at all (or both ;o). Thanks for the good work! WiFi.setAutoReconnect(true); |
* Added 3f support * Added 3f support * Added 3f support * Added 3f support * Index page fix * Added 3Phase menu item * Added 3Phase menu item * Added 3Phase menu item * Added 3Phase menu item * Disabled turning on C2 on rest call, needs work * Mergeback from master * Mergeback from master * Obsolete * Update Co-authored-by: Koen Serneels <[email protected]>
I allso have the disconnecting wifi-problem. I'll try the : |
@Fixh1 The problem was finally solved here: https://github.com/serkri/SmartEVSE-3 |
I have tried the I have not experienced wifi issues myself, so difficult to test. |
Hi @deqw, Is it the disconnect handling that causes the problems, or the websocket part? |
Hi @mstegen , I have experience a lot of problems with the WiFi, so testpossibilities enough :-( |
@Fixh1 I think they got rid of the websocket code in that serki fork, so if that is indeed the case it is the handling. |
Yesterday I did a fruitless attemp with this code: WiFi.onEvent(onWifiEvent); void onWifiEvent(WiFiEvent_t event) { But that did not help. The connection is lost again. |
The good news is that the thing is still charging the car. |
I hope the connection issues were solved. As the current software version is based on Serkri/Dingo35's work, and i have not seen this issue mentioned anymore, i'll close this issue. |
As title suggests, the WiFi connection stops working after a day or so.
On the EVSE I can see the message "not connected to WiFI", after cycling the power it immediately is back up and running.
There is an AP only a few meters away, rebooting the AP does not work.
Other devices connects without issues with this AP.
The text was updated successfully, but these errors were encountered: