I doubt you need it. Possibly your mobiles may use it but they also work on IPV4.
I am only basing my comment on the open issue I linked.
I doubt you need it. Possibly your mobiles may use it but they also work on IPV4.
I am only basing my comment on the open issue I linked.
On the screen you get when you boot the machine, what IP address does it tell you the machine has.
As I posted earlier, and you have ignored, the console banner when you boot will contain something like this
System information
IPv4 addresses for enp2s0: 192.168.20.254/24
What does yours say?
I am sorry. I did not intend to ignore you, but when I answered, I was not at the computer, but on my phone, so I may not have completely understood or remembered. The system shows:
System information
IPv4 addresses for enp2s0: 10.0.0.82/24
IPv6 addresses for enp2s0: 2201:2c1:4b00:4030::3Se4/128, 2201:2c1:4b00:4030:10d:1d5a:eae8:d2f8/64, fe80::adb2:fe48:d24e:b89e/64
I have previously and today tried the IPv4 address and it does not seem to work. The error is:
ERR_CONNECTION_REFUSED
I did find out today that
HTTP://homeassistant.local:4357
apparently works and takes me to an observer page. Sorry I didn’t reply earlier, but apparently new members have a limited number of replies before they are put on 18 hour hold.
And what does the observer page say?
What happens when you try http://10.0.0.82:8123
And no apologies needed.
I see something weird regarding the IPs… You said the router is 192.168.1.57 but the HA is getting a 10.0.0.82 IP…
If your Windows IP address is something like 192.168.xx.yy, i don’t think you can reach 10.0.xx.yy
So, there’s something wrong with DHCP service. It should give the HA a different IP address
My current plan (probably for tomorrow as I am busy today) is to redownload the file and re-etch the SSD to make certain there is not a problem with the program. Any other suggestions? I am puzzled about why I can see the observer page but not the main page.
BTW, is there a way to turn the program off (shut down the computer)? I have only figured out how to reboot.
If you are getting to the Observer page at homeassistant.local:4357 then the main page should be at homeassistant.local:8123.
It is indeed unusual. So, @DocE ,
I would not redownload and re-etch the HA, at least not just yet. Your observer page says the HA is working, so let’s keep the HA for the time being, while we troubleshoot networking issues.
BTW, Louis, if you go to your green command line ha >
prompt, and type the command help
. There is a lot of things you can do outside of reboot. I will start with network info
command.
EDIT: And I’d also recommend you gain access to the management interface of to your router. I am guessing we will need that later.
Thank you for the reply. Just got back from “Oppenheimer”.
I am a long-time computer user (since Commodore 64) and can do a lot, but networking and routers are still the most difficult for me. I tried to look at the router, but I can’t locate my router password at the moment. I assume if I can’t find it, I can reset it. The login printed on the router doesn’t work, but I don’t know why I would have changed it.
Well, let’s look at the problem systematically. There are only 3 options:
The steps therefore would be as follows:
What happens if you browse to: http://[fe80::adb2:fe48:d26e:b89e]:8123
You could also include the scope - but normally you wouldn’t need to: http://[fe80::adb2:fe48:d26e:b89e%20]:8123
Thank you for the analysis.
What happens if you browse to: http://[fe80::adb2:fe48:d26e:b89e]:8123
I tried it an got the same error. Advice?
What is the IP address of your phone?
I’m curious if you are on the same network.
Another option would be; have you tried downloading the HA mobile app? If you do I’d be curious if it sees your HA instance. Based on your browsing directly to it then it shouldn’t, but another debugging step.
I’d advise against re-etching as we will have to repeat all these steps.
One last question do you just have 1 Wi-Fi network? Do you potentially have a regular Wi-Fi and a guest? If so which is your phone connected to?
You mention Windows 11 firewall. Turn it off, just to ensure it isn’t blocking anything.
Good ideas all.
Phone IP is 10.0.0.48 (From FING), so same network, I think.
HA app does not find the HA instance with either URL. Request timed out. I had the app and should have thought of that.
I think the router has a 2.4 and 5.0 network, but I understood they should communicate. Both Win11 and HA computers are hooked in by ethernet. I thought there was a guest network, but I don’t see it. I will check tomorrow on another computer…
I’ll try that tomorrow.