avandermeer

Results 4 comments of avandermeer

Thanks for this solution @kneh ! Unfortunately, it did not work for me. Tried various delays, but the accesspoint-list still sometimes contains only the connected network. I also think it...

Before starting wifi-connect I call these commands: ```bash nmcli connection down id "ssid" || true nmcli connection delete id "ssid" || true ``` To remove all existing wifi-connections I call:...

From https://github.com/balena-io/wifi-connect#balenaos-multicontainer-app it seems that you are missing ```yaml labels: io.balena.features.dbus: '1' ``` in your docker-compose file.

@jense-arntz sorry for the delay; you have to run every command with the right permissions, in your example you only put `sudo` before the first command (`nmcli con show`). The...