-
Notifications
You must be signed in to change notification settings - Fork 639
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
Serious WiFi issue ESPURNA Version 1.13.4 #1574
Comments
Thanks! Can reproduce with both pre-built and 2.4.2. AP mode behaves erratically. |
I have the same problem. |
If you go back to this state it is working all normal as @mcspr noted. |
Confirming wifi issues with 1.13.4. Sonoff RF updated via the web interface. Refused to connect to my home network and falling back to AP mode. If I connect to the AP, I'm unable to get to the web interface via either of the local addresses. I long pressed the toggle button to reset and can see that the reset is successful. The AP is ESPURNA-xxxxxx. If I connect to that AP using the default creds, I'm still unable to get to the web interface via the local address. I'll pop it out this evening and re-flash to see what happens. |
@AlbertWeterings what I meant is reverting to the state before that commit helped. i.e. edit: formatting
So, what I think needs to happen is to replace preprocessor checks of sleep mode with runtime setting like |
I'm not noticing connectivity issues with my testing board and pre-built binaries, not with 2.4.2 binaries either. But I have seen the upgrade from web UI process fails most of the times... not sure yet if this could be related to the delay thing... |
I had similar results on testing boards. Basic is behaving differently for some reason. Bad power? Badly drawn antenna? |
Basic has always had connectivity issues. I have even thought about stop supporting it (not really). |
Web OTA likely fails because of progress messages sent via websocket get pinged back every time ( edit: HTTP upgrade using curl works perfectly fine, so WebUI weblog pingback is the reason. |
Similar behaviour on my RF Bridge R2, using just updated dev sources: it authenticates and changes admin password, then it lands to a blank WEB page. Steps to reproduce inside VScode console on Arch Linux: $ export ESPURNA_ENV="itead-sonoff-rfbridge-direct" It works in STA mode just after rebuilding with my wifi LAN creds in custom.h : Thanks, |
It certainly looks like it depends on the board. I was having problems with a couple of Blitzwolf SHP2 but the other boards at home are working just fine. After @mcspr reverting the loopDelay issue everything works as normal. I have removed the binaries from the 1.13.4 release. My idea is to release 1.13.5 with this fix as soon as possible (after some testing). |
After updating my device to 1.13.4 I found multiple device not coming online anymore. Debug via serial is not giving me any information. Devices that come online after the update do not have their web interface reachable after some time, they keep responding to MQTT commands OTA from Arduino IDE is not possible anymore.
Devices that come back online after updating do not come back online after a power cycle.
On SonOff-basic after double pressing the button, serial debug says there will be a access point created but no access point comes online and if there comes one it drops out after a few seconds.
I flashed 1.13.3 in it and the device starts working again as it shout.
I flashed a later dev version and still WiFi is working correct.
I am using:
ESP8266 core 2.4.2 in all versions
Library JustWifi https://github.com/xoseperez/justwifi#2.0.2 in all versions
The text was updated successfully, but these errors were encountered: