core: Error: Unable to Register Application with android app

First ever issue on github, hope I am formatting this the right way.

Home Assistant release with the issue:

Home Assistant 0.103.4

Last working Home Assistant release (if known): None

Operating environment (Hass.io/Docker/Windows/etc.):

Operating on a synology within docker container. homeassistant-home-assistant image. Synology is attached to the network. Port 80/443/8123 are forwarded

Integration:

https://www.home-assistant.io/integrations/mobile_app#apps

Description of problem: When I manually try to reach my home assistant through the android app (home assistant), I reach the inlogscreen. when I try to log in i get the notification: Unable to Register Application Please check to ensure you have the mobile_app integration enabled on your home assistant instance.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):


# 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.
 https:
   base_url: https://www.domain.nl

# Text to speech
tts:
  - platform: google_translate

homeassistant:
  latitude: xxxx.xxxxx
  longitude: x.xxxxxxx
  elevation: 2
  unit_system: metric
  time_zone: Europe/xxxxx
  name: Home
  customize: !include customize.yaml

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

frontend:
  themes: !include themes.yaml

influxdb:
  host: xxx.xxx.xxx.xx
  
mqtt:
  broker: !secret mqtt_url
  port: !secret mqtt_port
  client_id: home-assistant
  discovery: true
  discovery_prefix: homeassistant
    
yeelight:
  devices:
    xxx.xxx.xxx.xxx:
      name: Overloop

panel_iframe:
  configurator:
    title: Configurator
    icon: mdi:wrench
    url: 'http://xxx.xxx.xxx.xx:xxxx'

hacs:
  token: ***********************************************

sensor: !include sensor.yaml

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 24 (14 by maintainers)

Most upvoted comments

Try to clear data in the app and login again to see if that fixes the issue.

I tried this, no Luck. Also reinstalled the app multiple times. Doesnt change the outcome

I meet the same issue on a brand new Hass.io instance (104.2).

One Android phone registers its mobile_app perfectly (OnePlus 3T, Android 9) Other phone (OnePlus 5, Android 9) won’t register, same message: “Unable to Register Application / Please check to ensure you have the mobile_app integration enabled on your home assistant instance”

Tried:

  • with several users
  • had ‘default_config:’ and added ‘mobile_app:’
  • cleared cache and user data => same difference

@dshokouhi I had it “working” (before it had GPS location stuff), so I thought so. Read through the guide and I had totally missed the required default_config:.

Added that, removed everything again, and voila, now it works! Thanks and sorry for not reading the guide properly

Nevermind, The root cause issue is that I don’t have google play services … https://github.com/home-assistant/home-assistant-android/issues/231

Please start a new issue, don’t reopen old issues with new problems, just because the title of the issue matched.

Try to clear data in the app and login again to see if that fixes the issue.

I tried this, no Luck. Also reinstalled the app multiple times. Doesnt change the outcome

Try to clear data in the app and login again to see if that fixes the issue.