qJake / HADotNet.CommandCenter

📱 A web-based, wall-mountable command center for Home Assistant.
https://hacc.dev
Apache License 2.0
158 stars 11 forks source link

HACC is unable to reach your Home Assistant instance #115

Closed arfrater closed 3 years ago

arfrater commented 3 years ago

Description

Error The settings entered are not valid. HACC is unable to reach your Home Assistant instance. Try your entries again, consult the setup guide for help, or check the logs (console) for more information. is shown after adding the long lived token and setting the Override Asset Base URL

Environment

Home Assistant 2021.1.5

AMD64 Docker on Linux Debian

Steps to Reproduce

Uninstalled 0.6 and installed 1.0.26 went to setup and error occured

Screenshots

screenshot

arfrater commented 3 years ago

Screenshot_2

qJake commented 3 years ago

That's really strange... it's saying it can't reach that URL, but it's accessible via the internet (I can get to it here).

I'm gonna guess that, for some reason, it's not able to resolve https://<your-HA-install>/api/discovery_info from within the addon, but I don't know why.

One thing you could try is entering https://<your-HA-install> into the Override Asset Base URL field to see if that resolves it.

arfrater commented 3 years ago

Well decided to install on another server and connected to HA running ok ??

qJake commented 3 years ago

If it connected OK, it doesn't really matter where HACC is installed - it is perfectly OK for it to be on a different server. 😉

Please open a new issue if you run into any other issues, thanks!