Trouble Integrating Python Wifi Connect With Starter Interface

Hey all!

I’m trying to integrate the two awesome balena projects: python wifi connect and the balena starter interface, but I’m having some issues.

I wrote up some additional details in a github discussion here. Any help or ideas are appreciated :slight_smile: .

1 Like

Thanks for starting the discussion @keenanjohnson and happy that everything works good now telling the starter interface in your docker-compose file that it is on the bridge network like in the example starter interface compose:

    environment:
      NETWORK_MODE: bridge # Tell the app if running in `bridge` or `host` network mode

Read more here for others Can't access API · Issue #6 · balena-labs-research/python-wifi-connect · GitHub