mattlongman / Hassio-Access-Point

Hass.io addon to let you create a WiFi access point, perfect for using WiFi devices on off-grid installations.
MIT License
91 stars 64 forks source link

Cannot connect to Home Assistant web interface #58

Open dnngll opened 11 months ago

dnngll commented 11 months ago

Hello,

I have a problem connecting to the Home Assistant web interface when using the hotspot this addon provides. I've been tinkering and troubleshooting forever, did several new installs of Home Assistant and changed configuration, plus went through all of the posts on home-assistannt.io and here. I don't know what the problem is. Hopefully someone here can help me out.

Some Infos:

Whatever I do, I can't access the Home Assistant web interface, and I don't know what else I should try. Am I missing something here? I really hope that someone might be able to point me in the right direction.

Thanks in advance,

kind regards Dennis

vanitascc commented 11 months ago

It seems like you need to have internet access enabled for you to access the "gateway" of the access point.. Not sure though. Sometimes it stops working after a while even with it on.. It's weird.

dnngll commented 10 months ago

Hello @spoofgq ,

thanks for your reply. You mean, client_internet_access: "1" instead of client_internet_access: "0"?

dnngll commented 8 months ago

*bump... 🙏

rubenhig commented 8 months ago

Hello, I changed to client_internet_access: "1" and still can't enter web interface... This is my yaml config file:

ssid: homeAssistantRuben
wpa_passphrase: ************
channel: "6"
address: 192.168.99.1
netmask: 255.255.255.0
broadcast: 192.168.99.255
interface: wlan0
hide_ssid: "0"
dhcp: 1
dhcp_start_addr: 192.168.99.10
dhcp_end_addr: 192.168.99.20
allow_mac_addresses: []
deny_mac_addresses: []
debug: 0
hostapd_config_override: []
client_internet_access: 1
client_dns_override: []
dnsmasq_config_override: []

I'm trying to install this in a camper ban so I will not have any other access point. Any idea?

dnngll commented 7 months ago

Hello @spoofgq and @rubenhig ,

A quick update: I have 2 identical Raspis, and did everything identical on both of them. On one it's working, on the other one it's not. On the one where it's not working I tried everything that I could think of - no success.

Looking for another solution now....

ROBOT0-VT commented 6 months ago

Hi all, just to make you aware,

This issue is currently my main focus, as part of a broader networking refactor. Unfortunately though, my focus is sporadic (ADHD), so it might take a little time, but I am working on it, I promise!

dnngll commented 5 months ago

Hello @ROBOT0-VT

no rush - we are looking forward to your fix. Thank you!