nymea / berrylan

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

connecting with a fixed ip address without dhcp available #55

Open rdesanctis opened 3 years ago

rdesanctis commented 3 years ago

ISSUE: always asking for a password if router is not running DHCP server (fixed ip address)

CASE DETAIL: i use multiple wifi routers with fixed ip address without dhcp service, each time berrylan try to configure lan it ask for password, and after some time says wrong password (probably due to non-receiving ip address because routers are configured without DHCP service enabled). Each router had their own a different network , i can not fix a ip address by default on the raspi side because dhcpd.conf only support 1 router at time

SUGESTED SOLUTION: if berrylan connect to Wifi and does not receive a ip address, then ask for a ip address instead of asking again for a password

mzanetti commented 3 years ago

This requires support in https://github.com/nymea/nymea-networkmanager

t-mon commented 3 years ago

We should do those changes using API V2, which is under development.