-
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
Unique SSID for each ESP #108
Conversation
DO NOT MERGE THIS YET. Although it does what I intended it to do, there appears to be a bug way down deep in Wifi Manager that doesn't erase the SSID and pw of the configuration UI when |
Looks good to me! |
Matti,
It works, but there's still something not quite right about it. Sometimes,
when the ESP8266 is connected to the SK server and sending data, it's still
broadcasting the configuration SSID. For example, right now, in my list of
available wifi networks, I see "Configure MEtemps". MEtemps is the name of
one of my ESP8266's. I expect to see that SSID in my list of available
networks ONLY when the ESP can't connect to my boat's wifi, and it starts
up the AP mode so that the initial configuration can be done (of wifi SSID
and password, and the custom hostname for the Device). When I connect to
that SSID, and go to 192.168.4.1, I get the configuration UI that you and
JKoz wrote (where you configure the sensors and transports), not the config
UI for setting up the wifi and custom hostname. I hope that makes sense.
I'm wondering if somehow the mode in WifiManager is not being set
correctly, but I can't figure it out. Do you remember how this works well
enough to have any thoughts on it? If so, I'd love to hear them. Otherwise,
I think I'll start digging into the different WifiManager modes, and see if
this has something to do with the wrong mode being active.
Thanks,
@butch
Brian "Butch" Smith
M/V Smartini
www.smartini.life
…On Wed, Apr 15, 2020 at 11:32 AM Matti Airas ***@***.***> wrote:
Looks good to me!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#108 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADT3WZXOI4237Q3YJEY5473RMXHQ7ANCNFSM4MGVI2PQ>
.
|
OK, this PR works. Each of my four ESP's is now broadcasting a custom SSID when my onboard wifi is turned off (the wife that all four of the ESP's are supposed to connect to). |
See Issue #86.