After a fresh install of HAOS (Home Assistant OS) I wanted to use it without attaching it to a physical ethernet connection. Therefore I had to setup connection to my local wifi network using the following commands.
- I first connect the monitor and keyboard to RPI5
- At the
ha>prompt, enterlogin - To assure wifi is functioning, enter:
nmcli radio - Scan available wifi access enter:
nmcli device wifi rescan - List available wifi access enter:
nmcli device wifi - Connect to your wifi (incude quotes) enter:
nmcli device wifi connect “YOUR_SSID” password “YOUR_WIFI_PASSWORD”
This will try to connect to your SSID and will generate a network profile for you if successfull. - Show connections enter:
nmcli con show







