Home Assistant OS
Core 2026.3.3
Supervisor 2026.03.2
Operating System 17.1
Frontend 20260312.0
and would like to temporarily connect it via wifi. (in production it will be wired)
I tried this guide
and logged in via SSH.
I put a my-network file into /config/network. this does not seem to do anything.
what is the id?
ha network works, but as soon as I want to update the networks settings I get this:
$ ha network update wlan0 --ipv4-method auto --ipv6-method auto --wifi-auth wpa-psk --wifi-mode infrastructure --wifi-ssid 'ssid'
Error: Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/4”
or this
Error: D-Bus object /org/freedesktop/NetworkManager/ActiveConnection/6 is not usable, introspection is missing required properties interface
Your SSH server is probably running in a docker container, so no access to the real OS.
I think you can configure WiFi through the GUI, but you need a cabled connection to setting it up.
If you want to do it through CLI, then you need access to the OS. Look for developer SSH access.
There should be a guide somewhere in the community Guide section of this forum.
I’m not positive but I believe this means that HA has not setup a connection profile for wlan0. As Wally suggested, if you can’t set this up via the GUI, then the easiest would be to go into the console of your HA machine and get access to nmcli there (otherwise you’ll need to do as Wally suggests to setup SSH directly to the HAOS).