Qrome / printer-monitor

OctoPrint 3D Printer Monitor using Wemos D1 Mini ESP8266
MIT License
477 stars 164 forks source link

Wifi APCallback ESP #128

Open denkyem opened 3 years ago

denkyem commented 3 years ago

After a fresh install or "forget Wifi", I connect to the SSID "PrintMon-xxxxxx" configure my wireless network and everything works fine.

Then if I disconnect and connect again the power, the esp connect correctly to my wireless network and everything works great, but also creates a ESP-xxxxxx network, that I can connect and have access to the UI.

soundylinz commented 3 years ago

I have exactly the same problem.

If it has to do with the WifiManager, then unfortunately I have not yet found the correct information on how to deactivate this function.

Is there anything?

Qrome commented 3 years ago

So you are saying it is still creating a wifi hotspot after it connects and gets an IP from your DHCP server? None of my 8 here in my home do ping the ESP-xxxxxx -- does it resolve the same IP as your DHCP server.

soundylinz commented 3 years ago

I am successfully connected to the WLAN, get an IP (192.168.1.113) and can also access the printer monitor via the IP.

In addition, an AP with the IP 192.168.4.1 is started. As an open WLAN with the name ESP-xxxxx.

Everyone in my area can log in! I don't like that at all and it's a security problem, isn't it?

soundylinz commented 3 years ago

I do...

  1. Reset Settings
  2. Forget Wifi

Setup WIFI once agin...

The problem is solved, but why... confused

soundylinz commented 3 years ago

But, when i flash it with Arduino again (without reset or forget wifi) the AP "ESP-xxx" is once again here and open. :-(