HASSIO installation problem

Hi guys,

I’m truing to install HASSIO on my raspberry pi3. I am following the instructions from https://home-assistant.io/hassio/installation/, but there is nothing at http://hassio.local:8123/ . I’ve plugged a monitor to the PI and the screen is frozen at the HA logo.

Any ideas what can be wrong ?

2 Likes

The screen is not frozen, thats the only thing you’ll ever see. Look up the ip of your pi and connect via ip:8123

According to my DHCP Client List the ip should be
10 hassio ************** 192.168.0.113
But http://192.168.0.113:8123 gives
This site can’t be reached

192.168.0.113 took too long to respond.

I think you and I are in the same boat for now. I’ve trying to have it installed on my RPi3 since Wednesday afternoon and I’m still stuck with this screen.

for the past 3 days.

For explanation: You can’t directly attach a monitor to your pi. That doesn’t work with Hassio @mistrovly. You have to connect via your local network. Via hassio.local:8123. If that doesn’t work try ipofyourpi:8123. Are both your devices directly connected to the same router ?

Are you connected via Wifi or Ethernet? Did you provide details in the resin-example file, as is mentioned [here] (https://home-assistant.io/hassio/installation/) for wifi? Optional - Setup the WiFi or static IP: On the SD-card, edit the system-connections/resin-sample file and follow the ResinOS howto.

The PI is connected via Ethernet and I’ve setup the resin-wifi as well.
I think the connection is “ok” because it is shown in my router dhcp page.

Yes, it should be. Are your Pi and the desktop/laptop you want to connect from both directly attached (ethernet/wifi) to the same router?

the laptop is connected tough wifi to the same router( laptop ip: 192.168.0.111)

In your router there can be a setting that’s forbids local devices to connect to each other, maybe this can be the problem. In my TP-Link router it is named: Enable AP Isolation. This has to be turned off maybe?

It is not checked :frowning:

Maybe a very strange thought, but disconnect the cable and let the Pi use the wifi? Maybe the wifi and ethernet cause trouble? If you have SSID broadcasting in the router enabled, in the resin-example file you have to adjust the value of, I think it’s called hidden to false.

The SSID is checked and this is my resin-wifi:

[connection]
id=resin-wifi
type=wifi

[wifi]
hidden=true
mode=infrastructure
ssid=MYWIFI

[ipv4]
method=auto

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

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

What do you mean with the SSID is checked? Do you mean the router does broadcasting it? Then you have to adjust hidden to false.

Here is my configuration:

[connection]
id=resin-sample
type=wifi

[wifi]
hidden=false
mode=infrastructure
ssid=Xxxx

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

[ipv4]
method=auto

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

What does happen when you try to connect with your phone (over the same wifi) to your Pi? Try both hassio.local:8123 and the ip:8123?

I’m very curious haha.

By checked I mean that it is enabled.

I’ve changed my config to
[wifi]
hidden=false

I had zero success with the phone … ( This site cant’t be reached )

I think I’m out of options, maybe anybody else? What kind of router are you using?

It is TP-LINK WR940N

Ok, to recap. In the router you see your Pi has an ip. But with your laptop you can’t access it and also with your phone you can’t access it, not on ip:8123 and not on hassio.local:8123. Your laptop and phone are both connected via wifi to your router where also your Pi is connected to?

It is a perfect recap :slight_smile:

PS: I have working All In One installation on my other SDcard.