-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Connection issues #770
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
Comments
Be sure and use the latest build. There are some bugs in the older version plus since the latest release, some problems were found and fixed. One of those may relate to your specific issue. It would help to know more about your wifi setup. Is there a special character or space in the SSID? |
Also having connection issues with 0.9.1, came here to look for suggestions/answers.... |
I have all but confirmed that this is issue is presented in a Unifi AP based network. I'm 0 for 5 on NodeMCUs and 0 for 2 D1 Minis on my home Unifi based network when trying to run WLED 0.9.x. Just keeps resetting. They work fine on my RAVPower travel router AP. However EVERY one of those devices work fine on my network when running WLED 0.8.x. So, I'm almost ready to conclude that something in 0.9.x is just not compatible with something in my Unifi network. Also, as an fyi, I have my APs set to 2.4GHz. |
@Aircoookie just did some Googl-ing regarding Unifi and 8266. Found some references to explicit use "WiFi.mode(WIFI_STA)". Like
You know best whether you maybe have already tried using wifi_sta and/or whether using code similar to Tasmota might be interesting to investigate/try. |
Made a binary (thanks to LookAtTheShinyShiny in Discord) yesterday with "WiFi.disconnect(true);" added to line 322 in wled.cpp (just before WiFi.begin).... and that fixed my problem! Ran WLED all night, and testing out other boards tonight that I've had problems with, and they're running perfectly! Thanks @raoulteeuwen ! |
@triggerx what made you decide to pick that statement to add and try? Found https://www.arduino.cc/en/Reference/WiFiDisconnect explaining what it does, and wonder how that helps? Did you also experiment with WiFi.mode(WIFI_STA) ? |
Maybe this relates to the issue: WLED 0.9.1 on ESP8266 (amica) Issue: If the wifi connection to WLED is deleted after setting the effect, no reboot occurs. |
Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs. |
I have one nodemcu and 3 d1 minis flashed with both the 090b1 and 091 versions, they all flash and set up just fine and connect to my ssid, i can see them connected to my unifi AP and all of them have static IPs and i can control to them through home assistant but connecting to the wled ui page through any browser or the app is problematic at best and im not really sure how to proceed, any suggestions?
The text was updated successfully, but these errors were encountered: