Hello I’m trying to configure Hassio with WIFI on a Raspberry pi 2 using an edimax usb wifi adaptor.
I’m using a windows 10 PC to do the editing etc of the code and to burn the image files etc.
My problem is I’m following these instructions here https://www.home-assistant.io/hassio/installation/ which all work flawless except for the vague part on configuring wifi.
This is the bit I’m having issues with -
" * Optional - Setup the WiFi or static IP: On a USB stick, create the network/my-network
file and follow the HassOS howto."
Let me explain what I’ve done so far -
I’ve configured a usb stick (tried both 64gb & 32gb in size as well as trying fat32 and NTFS) and called it CONFIG. I then created a folder called network and a file (with no filetype i.e no .txt) called my-network.
I then opened this file in visual studio code (tried also notepad++ and editpad lite) and put in these settings which I took from the link provided above.
[connection]
id=hassos-network
uuid=7fde0159-1d01-418d-aa72-e75c3223523c
type=802-11-wireless
[802-11-wireless]
mode=infrastructure
ssid=MyWiFiSSID
[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=MyWiFiPassword
[ipv4]
method=auto
[ipv6]
addr-gen-mode=stable-privacy
method=auto
I substituted the ssid for my wifi network that is 2.4Ghz and the psk for my wifi password.
I also changed the uuid from one i generated from https://www.uuidgenerator.net/version4
i then saved this and ejected the usb stick from my pc and inserted it into the raspberry pi.
I remove the LAN cable and plug in the power.
It attempts to boot but stops. From what I can see as the text roll up to quick for me to read precisely is that its not getting a network connection.
So can someone please explain to me where I’m going wrong.
Thank you