Hassio wifi setup

Resolution !!! Thanks for your help !!!

Iam using pi 3+ and Hassio version: 0.73.1 64 bit OS
Iam tring to start the wifi without success. I did the following configuration.
Etcher flasher from windows.

Using windows OS

  1. I using notepad++ I set the encoding to ANSI and set the line eding to UNIX. Also checked in hexa the file content the line ends with 0A hexa.
  2. format an USB stick and label it as “CONFIG” (that’s what I didn’t do in the first place, but that’s crucial).
    3 Create a folder “network” on the USB stick and place your resin file in this folder.
  3. Createing file hassos-wifi (with no extension)
  4. Adding the following data:

[connection]
id=my-network
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
type=802-11-wireless

[wifi]
mode=infrastructure
ssid=Roby

[wifi-security]
auth-alg=open
key-mgmt=wpa-psk
psk=my_pw

[ipv4]
method=manual
address1=192.168.1.190/24,192.168.1.1
dns=8.8.8.8;8.8.4.4;

6 Put USB stick in RPI and reboot.
7 At that point, the file gets added to the RPI config and you can remove the USB stick.

3 Likes