Home Assistant URL

My post contained things in angle brackets - they weren’t included in the post. It should have read

http:
api_password: {my password}

and http://{myip}:8123 and {my password} in the app.

Sorry - new to this forum.

I think there is a MAJOR Bug in the iOS App.

First, there are only two textfields for URL and password in the iOS App. - If I try the set password of the only existing user, but it gives me an error, ‘wrong password’. Here I this error belongs on the api compontent, in general the api_password. - Mhh… Where comes that from? What API? I can not find any sections in the documentation, where it says to configure api for iOS.
Nevertheless, I did just wrote ‘api:’ to the configuration as well. And tried it again. Nope, not working.

The second option is to automatic establish the connection per discovery. But even that don’t work.
If I tap on the discovered HA instance, it just removes the passwordfield (Wut) so it only only shows that HA URL as well as the save button. - By the way the save button isn’t working either. It just tells (surprisingly) that the password is missing (or wrong). Data won’t be saved.
The HA log is telling something about bearer-auth. … I don’t find any topic at the docs that would catch this.

So no chance for me to use the app.

PS:
Somehow, someone could also finish to publish the app with identical text in Description as well as in Changelog.

I don’t want to show up as rude, but this can’t be meant serious? How is it possible to drop such bugs?
Did this release got even tested? I mean, it’s the very first step which is necessary to get this app to work, is failing…

You should probably try the new version in public beta now. Public Beta Testing is now open! It is working well.

Just fill in the URL and tap save - it will then prompt for username and password and then 2FA if enabled. Don’t fill in any fields except for the URL

I’m using 1.2.0 version of Home Assistant Companion, installed on iPad 2, iOS 9.3.5

but never get any prompt for username and password and still getting below error:

after click on Done, connection error:

Do you usually specify a port number in the URL? Does it connect properly in a web browser using the same URL?

I’ve found that if you restart the machine running HA while you have your iOS app open, discovery will find the app, and provide the sign-on page (where you enter a user/pass) rather than the initial page (url/pass).

Don’t know if it is supposed to work that way though.

I’m ussing ssl, so it’s port 443, URL address is working internally and externally without any issues on android, windows etc

However on iPad using Safari hass.io never works, as from what I know iOS 9.3.5 is too old and Safari not supporting websockets or something like this :frowning:

Both the app, and Safari were working with HA 0.78.3, but stopped working in 0.79. Nothing that I could see in the release notes suggested any changes in the FrontEnd.