I flashed the Home Assistant OS for my Raspberry Pi 4 model B following the instructions. I start it with my ethernet plugged in, but it is not showing up on the internet. I decided to connect the Pi to a monitor mouse and keyboard and can see print out the network info. I added information for the wlan0 connection as well and can see the raspberry pi on my router but still cannot connect. I tried pinging the pi from the router and from fing both of which give me nothing. When running the net info command from the HA OS CLI i get this:
docker:
address: xxx.xx.xx.0/23
dns: xxx.xx.xx.3
gateway: xxx.xx.xx.1
interface: hassio
host_internet: false
interfaces:
- connected: true
enabled: true
interface: eth0
ipv4:
address: []
gateway: null
method: disabled
nameservers: []
ipv6:
address:
- MY_ADDRESS/64
gateway: MY_GATEWAY
method: auto
nameservers: []
primary: true
type: ethernet
vlan: null
wifi: null
- connected: true
enabled: true
interface: wlan0
ipv4:
address: []
gateway: null
method: disabled
nameservers: []
ipv6:
address: []
gateway: null
method: disabled
nameservers: []
primary: false
type: wireless
vlan: null
wifi:
auth: wpa-psk
mode: infrastructure
signal: 100
ssid: MY_WIFI
supervisor_internet: false
I have tried a bunch of different things and am thinking of just trying to do a fresh flash of a debian OS and doing the manual supervised installation if I cant figure out why this isnt working