Hass.io wifi not connect

Hi, everyone.
I am going to install Hass.io in my RPI.
The installation process was performed in sequence, but wifi was not registered.
A separate USB name was named CONFIG and a file named ‘system-connections’ was created in the ‘network’ folder.

Below is what I wrote in the ‘system-connections’ file.

[connection]
id=hassos-network
uuid=my_uuid
type=802-11-wireless

[802-11-wireless]
mode=infrastructure
ssid=my_ssid

[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=my_password

[ipv4]
method=auto

[ipv6]
addr-gen-mode=stable-privacy
method=auto

I completed the task and tried to run the RPI, but wifi was not registered.
Is there anyone who can help me with this problem?

If your password has any characters other than alphabet and/or numbers, I think you need to put it inside quotes.

@Dixey

My wifi password is all numeric.

I couldn’t solve this problem.

Finally, I connected to the Internet using a cable, and I will use this method until I find a solution in the future.

If you are reading this article and know how to solve this problem, I ask for your help.

@JiYiNo did you found a solution? I try to set up a wifi connection with my pi 3 B+ but without success with a similir system-connections file. someone any tips?

It’s working now. with help of this thread HASS.IO - Wifi setup config file I was able to get a wifi connection. I think the important part is that the file has the same name as the id in [connection].
hope this helps. j

1 Like