Hi everyone - super newby question here. I’m new to Raspberry and Home Assistant. The Raspberry I purchased and installed HA on for this project is this one:
I can successfully connect to Home Assistant Observer from my MacBook Pro at these addresses:
Lastly, within my Fios router, when I run a ping test on either 192.168.1.247 or 192.168.1.239, I get the successful message that says, “Test Successful: 4/4 transmitted, 4/4 received, 0% loss”.
What could I be doing wrong? Anyone have any ideas to try? Please treat me like the newby I am.
Are you able to connect monitor to RasPi and connect from same machine, the RasPi? I think ssh to RasPi and then connect from remote PC will be same affect.
I’m not sure where the second address of 239 came from but if you hook up a monitor to your HA device then you should be able to see the console which will tell you definitively what the IP address is. Is the 192.168.1.x network what the rest of your devices are on?
Just tried http://homeassistant:8123 address from my macbook pro and cannot connect to it. I have a monitor connected by HDMI cable to my RasPi and can see that it is working. I don’t understand your suggestion of “ssh to RasPi and then connect from remote PC will be same affect.” Could you elaborate please?
That’s where I got the two ip addresses from. All of my devices are connected on 192.168.1.x.
I also just noticed the message at the top of my monitor (see pic) that says, “Waiting for the Home Assistant CLI to be ready”. Would this have anything to do with my inability to connect?
It might be because you have two connections on the same network, which is not needed. You can try disabling your WiFi from that console to see if it works better:
net info (shows your network adapters)
net update enp2s1 -e (disabled the network interface name shown in the first command)
host restart (reboot)
You can try that to see if having the two interfaces is the issue.
Just tried every one of those suggestions. Unfortunately, none worked. On my macbook pro I tried Chrome, (made sure there was no “https”, tried Chrome incognito, tried iphone with Safari, and I don’t have a PC I can use (only a work one). Same results with all. I can access homeassistant.local:4357 but not 8123.