nymea / berrylan

Raspberry Pi WiFi setup
http://berrylan.org
GNU General Public License v3.0
335 stars 55 forks source link

The connection to WLAN was successful, but IP address not shown on a screen: #3

Closed sergei closed 5 years ago

sergei commented 5 years ago

smartselect_20181119-082828

daudt commented 5 years ago

yep, same here. Using iOS 12.1.2 and latest Berrylan image and app.

iakashpaul commented 5 years ago

Same here, no IP being displayed on Android. I nevertheless managed to get the IP by pinging raspberrypi.local address thx to mDNS & was able to SSH into it with IP & mDNS address. There could be some way for the app to connect over BT & be able to re-enter WiFi details instead of having to re-flash. I'll see if I can send a PR for that.

mzanetti commented 5 years ago

This seems to be a issue in nymea-networkmanager where it sometimes fails to read the ip address from the system. Likely a timing-issue...

I've reported this issue in https://github.com/guh/nymea-networkmanager/issues/12

Thanks.