I have HA running using wireless connection. Now I have to move it to another area and I have to switch to Wi-Fi.
I tried to follow the recommendations that I found but they did not work.
- I formatted USB key and called it CONFIG. After that I created a folder and called it network. I placed a file called my-network with following configuration inside that network folder:
[connection]
id=my-network
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
type=802-11-wireless
[802-11-wireless]
mode=infrastructure
ssid=MYSSID
# Uncomment below if your SSID is not broadcasted
#hidden=true
[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=MYPASSWORD
[ipv4]
method=auto
[ipv6]
addr-gen-mode=stable-privacy
method=auto
When I click on “Import from USB” option, I see the following in my logs:
20-08-16 17:15:24 INFO (MainThread) [supervisor.hassos] Syncing configuration from USB with HassOS.
20-08-16 17:15:24 INFO (MainThread) [supervisor.host.services] Restart local service hassos-config.service
20-08-16 17:15:24 INFO (MainThread) [supervisor.utils.gdbus] Call org.freedesktop.systemd1.Manager.RestartUnit on /org/freedesktop/systemd1
When I reboot, my Wi-Fi did not connect.
I also tried to reboot with this USB key in my device, but it did not help.
Can someone help me with this?
1 post - 1 participant
Read full topic