This also worked for me! Thanks .
ShanSahn, do you mean the usb âCONFIGâ with the my-network file?
Can you share the file without the SSID and password of course? Maybe that is what I do wrong.
I used the same configuration file as this tutorial: https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md
And I made two changes to make it work:
-
I did copy&paste that into a word file and cleared the format (not sure if that matters)
-
I also named it system-connections as they used in the video instead of my-network (again, not sure if that actually matters)
Here is my system-connections (path: CONFIG: network/system-connections):
[connection]
id=hassos-network
uuid=04d5e2c2-6ecc-4b3c-a2c0-98a1e7e52f83
type=802-11-wireless
[802-11-wireless]
mode=infrastructure
ssid=yourwifiname
Uncomment below if your SSID is not broadcasted
#hidden=true
[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=yourwifipsw
[ipv4]
method=auto
[ipv6]
addr-gen-mode=stable-privacy
method=auto
Donât know why the âUncomment below if your SSID is not broadcastedâ got bolded but thatâs not supposed to be there lol
because you didnât put any of the text in to a code block, itâs using normal markdown
ShanShan,
youâre the best. I donât know what did the trick but it worked.
Maybe it was renaming the file system-connections or maybe something else but I thank you.
So I can discover the Home Assistant in its full.
Is any jumper in the Raspberry Pi 3 plus that I have to be installed to run this firmware?
no. just get image on SDCard and boot
I can make this @$%#%^& to work⊠If I connect the Raspberry to a DMI, it shows different errors (I tried different SD cards, different firmware, wired and wifi) and I afraid that the Raspberry hardware have some issues but I donât know how to test it.
Try installing Raspbian and testing the hardware. If it works, you can install hassio on Raspbian using docker-ce
Does Hass.io save in a file the log at the boot up?
If so, how is it called and where I can find it?
Yes.
Itâs home-assistant.log and itâs held within the /config directory.
Just a note I found out the hard wayâŠif you put the Wifi information on a USB the name of the USB has to be CONFIG then only put directory ânetworkâ in the root of the USB with the âmy-network.txtâ file. Works like a charm! Now learned to if you switch to eth0 then you will get that wlan0: link is not ready because you are no longer using it. Should say something like: veth5ed9e79: link becomes ready. Just my observations so far.
Thanks! Finaly itâs start!
I also have the problem that the installation cannot be completed because of:
IPv6: ADDRCONF (NETDEV_UP): wlan0: link is not ready
BRCMFMAC: power management disabled
As far as I can understand from this thread you canât get out of this problem without using a usb drive with the network configuration. Is my statement correct?
Both of those messages are normal. Have you tried connecting to your instance from a browser? Thatâs what youâre supposed to be doing.
I have been trying for three days to get this to work, no matter what I do I get the error below when trying to get to HA through chrome. WHen connecting a monitor, all I get is these messages, which I dont think are errors. Any ideas?
This site canât be reached
192.168.XX.XXX refused to connect.
Try:
- Checking the connection
-
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
You should probably start your own thread, but you have provided no information for anyone to help you.
Your âerrorâ message is nothing more than your browser cannot find the page (which means that HA isnât running properly or, based on your screenshot (you donât have to hide 192.168.x.x addressesâŠ), it looks like you arenât connecting to the port http://192.168.xx.xxx:8123
Please donât try to hide your private IP. Itâs not routeable in any way, shape, or form.
OMG! I had the same problem! My (non)issue was actually my stupidity. I somehow feel comforted that Iâm not being stupid alone. Thanks for sharing!