-
Notifications
You must be signed in to change notification settings - Fork 85
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
"Unconfigured SensESP Device" SSID s/b unique #86
Comments
I've spent hours looking at this, and I can't make any progress on it. I can't sort out the confusion between the |
I can have a look soon(ish). Tasmota would be a good reference project for this one - the Tasmota devices advertise with an SSID like Tasmota-1234 (don't remember the exact format), where the number is unique for each sensor, probably taken from the MAC address of the wifi device. |
One challenge with this is that there seems to be a bug in WiFiManager in which the SSID and PW of the saved network are not erased from the flash memory on the ESP8266 when |
See PR #108. |
Fixed with PR #108 |
If you happen to have two unconfigured SensESP devices, they both get the same the SSID ("Unconfigured SensESP Device"), and the same IP address. It would be better if the name were unique to the device, using some part of the device's Hostname to make it unique. It would be best if each had a unique name AND a unique IP address.
This problem is made worse by the fact that some ESP's will broadcast their SSID (with the name "Unconfigured SensESP Device") even after they have successfully connected to the network. (That's another issue, of course. Issue # 87, in fact. )
The text was updated successfully, but these errors were encountered: