This is the internal Docker IP, not the actual IP on your network.
# Network
HassOS uses NetworkManager to control the host network.
## Configure network
Only a manual configuration using NetworkManager connection files is supported. Without a configuration file, the device will use DHCP by default. These network connection files can be placed on a USB drive and imported to the host as described in [Configuration][configuration-usb].
## Configuration examples
You can read the [NetworkManager manual][nm-manual] or find many configuration examples across the internet. Keep in mind that the system is read-only. If you don't want the IP address to change on every boot, you should modify the UUID property to a generic [UUID4][uuid]. Inside the `\CONFIG\network\` directory on the USB drive or SD card, create a file called `my-network` and add the appropriate contents below:
### Default
A preinstalled connection profile is provided by default:
```ini
[connection]
id=my-network
uuid=f62bf7c2-e565-49ff-bbfc-a4cf791e6add
This file has been truncated. show original
The over-simplistic CLI is due to the OS that your install method runs on. Its not a full linux distribution like you may be used to. Its has what it needs to run HomeAssistant and that is about it. this is a plus from a maintenance/security perspective but can throw off some users who try to use ‘traditional’ linux commands.
This may also be of interest.
You can now configure WiFi settings from the UI at the Supervisor > System > Host card and clicking on “change”.
Alternate method for WiFi (or setting Static IP) on HA OS
If you are having problems creating a working network keyfile or importing the keyfile, this alternate method might work for you.
It could also be that you have some other problem so this is not a “cure-all” for your WiFi/network issues.
NOTE: WiFi is not recommended at all, don’t use it.
The short version:
Install the …
3 Likes