I have installed Home Assitant on Pi 4. Here’s some config details
## Home Assistant 0.109.2
System Health
|arch|aarch64|
| --- | --- |
|dev|false|
|docker|true|
|hassio|true|
|os_name|Linux|
|os_version|4.19.114-v8|
|python_version|3.7.7|
Configuration.yaml is as follows [All default]
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
Installed the latest Home Companion App
I have setup Nabu Casa Account. Remove connectivity from a IOS Browser, I am able to authenticate and see everything working. But the mobile App is not able to authenticate. Here’s the screenshot of what its trying to call the URL with
The errors basically tells me that the App is trying to sent the Auth info through header and defaulting to some wrong data as I never entered by username/password anywhere. It keeps sending ip address or the last subdomain/domain as username. That’s my guess. I have seen many having this problem. To me this looks like an ios App issue or a setting on my phone. I tried two ios phones though.
Any help is appreciated.