-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Implement mDNS to access device without knowing the IP-Address #959
Comments
The IP address is already shown in the webinterface when configuring the WiFi for the first time. |
Yes that would be even nicer... My experience is that I never see the WiFi IP since my phone disconnect from the ESP-AP when onbording the WiFi. The device is then "lost" and I need to in to the router to find the IP to reach the web-interface for Initial configuration. The mDNS would solve this and giving the possibility to give the device name on AP-onboarding would be even nicer. They also provide a double click on the "Program button" to access the wifi configuration even if the device can attach to the wifi. |
This one is implemented |
This does not work router says: |
Tested it here on a recent build and indeed it does not resolve to a host. Strange as it used to work. |
is it related to esp8266/Arduino#7262 ? |
can we not just add mDNS? |
That is present, but apparently it is broken in the more recent esp8266/Arduino core releases. |
That is odd, I compile with latest esp8266/Arduino for other projects and mDNS is working fine. Just not with ESPEasy. Can somebody confirm that as well? |
@rvt Have you enabled it in your build definition? #define FEATURE_MDNS |
No response, and no not-working issue with mDNS (though maybe other issues...), so this issue can be closed. |
Implement mDNS to access device without knowing the IP-Address on the local network.
https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266mDNS
This would ease up the WiFi-boarding process for users that are uncomfortable in accessing their Router to find the IP or use Serial debug to find it out...
On first boot the name would be http://esp_easy_0.local and then the users preferences when naming the device from the web-gui.
Br
Michael Stjerna
The text was updated successfully, but these errors were encountered: