AlexxIT / HassWP

Portable version of Home Assistant for Windows (no need to install)
https://github.com/AlexxIT/Blog
594 stars 75 forks source link

Local Network can't find Home Assistant #27

Closed Indical-Management closed 2 years ago

Indical-Management commented 2 years ago

I cannot access home assistant from anything other than the Computer that is hosting HomeAssistant.
When using another Computer or Web-Device (smart phone etc.) I cannot access http://localhost:8123/ or any combination thereof.

What am I doing wrong??

Sincerely; Alex.

findel commented 2 years ago

The URL http://localhost:8123/ will only work on the computer hosting HA as the "localhost" keyword only works on the local computer. You'll need to determine the IP address of your computer on the network, and then to access it from other devices on the same network go to http://PC-IP-ADDRESS-HERE:8123/