I am trying to add the Home Assistant intergration but it causes an Error.
I receive the following " Internal server error, please try later"
All I am doing is -
creating a Long Lived Access Token on Home Assistant
copy and paste the key into the box within the configurator
click next
Receive a pop-up stating “Internal server error, please try later”
Could someone please explain what I may be doing wrong?
Is it a Remote problem or Home Assistant problem?
Would there be something in the settings of Home Assistant that would be blocking the WebSocket API URL - ws://homeassistant.local:8123/api/websocket?
If i put any of these into a web browser the only ones that bring back a message on screen are the https:// addresses.
So I assume the “homeassistant.local” is working OK but there is something blocking the connection to my Home Assistant.
I remember a while back I had a problem connecting an old tablet to my Home Assistant using the Local address.
At that time I installed Nginx Proxy Manager add-on to try and connect the tablet and had a little bit of success but it still didn’t work properly connecting.
Unfortunately I don’t know much about networking, but would this be the problem?
or could it be a problem with the port forwarding on my router?
I tried turning off Nginx Proxy Manager add-on within Home Assistant but that didnt seem to help.
As I say, if I use https:// in the browser it does seem to have some success throwing up a message Re: websocket (sorry, didn’t make a note of the exact wording)
I was pulling my hair out yesterday trying every combination I could think of to try and install the Home Assistant intergration.
I have now exhausted the extent of my knowledge, which isn’t much!, and would appreciate any help.
I’m I going to have to completely uninstall Home Assistant and start from scratch? I hope not!!
But you did connect, at least according to that screenshot. You send it a web socket request, and HA properly responded that you need to authenticate to use that function. It’s an important distinction. The troubleshooting for “I can’t connect” is different than the troubleshooting for “I can’t authenticate.”
I don’t have a remote yet, so I can’t tell you why you can’t authenticate because I have no idea how the remote sets up the authentication. But that’s the problem you’re trying to solve.