Skip to content
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

IP address changes to 192.168.244.1 #76

Closed
xoseperez opened this issue Feb 20, 2017 · 2 comments
Closed

IP address changes to 192.168.244.1 #76

xoseperez opened this issue Feb 20, 2017 · 2 comments

Comments

@xoseperez
Copy link
Owner

Originally reported by: Pete (Bitbucket: xbmcnut, GitHub: xbmcnut)


After changing the default password and rejoining the network with the new SSID password, the device (Wemos D1 R2) changed its IP address to 192.168.244.1.

@xoseperez
Copy link
Owner Author

That IP is hardcoded in the ESP8266WiFiAP class and will be used when the original request to create an access point fails. So there is no way to change it.

The reason for the AP failing is not defined. Some people states this happens when there is flash corruption. Erasing the flash solves the problem. Not a good thing, thou.

There is nothing that can be done from the ESPurna side here except maybe using captive portal to hit the board in AP mode, whatever it's IP is, already possible but maybe the mDNS should use a general name like "espurna" so all boards will be accessible at "http://espurna.local". Anyway this won't solve flash corruption if there is any.

@xoseperez
Copy link
Owner Author

With version 1.6.4 the board in AP mode is accessible (whatever its IP is) in "http://espurna.local"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant