Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App login #43

Open
djice024 opened this issue Nov 16, 2018 · 10 comments
Open

App login #43

djice024 opened this issue Nov 16, 2018 · 10 comments

Comments

@djice024
Copy link

I am trying to login to my home assistant from the app, but when i type in my api password it says it is invalid.

@Yonguelle
Copy link

Same here :(

@bimoap
Copy link

bimoap commented Nov 30, 2018

This is my first time using HomeAssist app. Seems I've same problem. Hassio detect the login:
Login attempt failed
Login attempt or request with invalid authentication from 192.168.1.21

@payano
Copy link

payano commented Dec 16, 2018

Hello,
Have you configured the api password in configuration.yaml?
It works for me, just trying to figure out how I can reproduce this error.

Example:
auth_providers:

  • type: homeassistant
  • type: legacy_api_password
    http:
    api_password: mypassword

@pniewiadowski
Copy link

I am also using Home Assistant software for the first time and also had some issue with authentication from within the android app.

What I have done is to add api_password in configuration.yaml file, reboot whole system and I am able to connect to the HA now.

@Yonguelle
Copy link

Api password worked for me :)

@bimo443trimdon
Copy link

Hello,
Have you configured the api password in configuration.yaml?
It works for me, just trying to figure out how I can reproduce this error.

Example:
auth_providers:

  • type: homeassistant
  • type: legacy_api_password
    http:
    api_password: mypassword

It works. thanks

@stevennoppe
Copy link

I'm having the same problem, but I do not seem to get it to worg.
Can someone show me the code with the exact spacing?

@pniewiadowski
Copy link

I'm having the same problem, but I do not seem to get it to worg.
Can someone show me the code with the exact spacing?

This is what I have in configuration.yaml
http: api_password: !secret api_password

This is what I have in secrets.yaml:
api_password: "password"

@stevennoppe
Copy link

And the rest?

Auth_providers and type?

@pniewiadowski
Copy link

Don't have this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants