Hello! Im very green to this so I’m very thankful for any and all help.
I have a feeling its my SD card (123G) but wanted to see if anybody had other ideas.
Running: RP 4
Installation: SD card
Connection: so ethernet wasn’t working so I followed a guide to connect to wifi on boot so I do have an ipv4 address for wlan0 and ends in /22
I am able to ping the device successfully as well as HA
Problem: when I try any of the addresses to connect, I get that it refused to connect, and I was sure to disable automatic redirect to https
Is that correct /22 or should it be .22?
If /22 is that the correct subnet you are using?
Make sure you got the right IP address from your system first.
What is the reason for Ethernet not working?
Have you tried to connect to http://homeassistant.local:8123 ?
Yes this is a new installation
so the IP is xxx.xxx.x.xx/22
Im able to see it in my router settings connected as homeassistant and see the IP there as well as the CLI on the pi
Im not sure why it wasn’t working on the ethernet I connected it and it was not assigning it any IP
Yes it gives me the refuse to connect error on edge and chrome
This is a private/local, LAN IP address and only because you use a /22 subnet, fewer people are using it since mostly they use a /24 subnet, but still nobody is able to access your devices by using that IP address!
Make sure you don’t use httpS://…
If you connect a display to your RPi you get to see what is going and whether that IP address is the right one to use.
Are you 100% sure that your network is configured with a /22 subnet?!
You cannot just change the subnet of the RPi without changing that of your local network: all your devices have to be in the same subnet.
If every host on your network is in /22 I would advice you not to change that right now.
So if you ping the address (from another device on your network) that is displayed on the monitor that is connected to your RPi, you get a positive reply?
Just checked my desktop and its for a /22 when I looked using ipconfig
Yup if I ping the address from my desktop I get:
Ping statistics for 192.168.4.102:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 8ms, Maximum = 145ms, Average = 42ms