-
Notifications
You must be signed in to change notification settings - Fork 22
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
Configuration wizzard error #13
Comments
I have the same problem. Doesn't show the login form page to insert mail and password from Xiaomi account |
And I have the same problem. Doesn't show the login form page to insert mail and password from Xiaomi account |
For those who feel comfortable changing storage data I managed to workaround this issue until it's fixed. Add an entry into the core.config_entries file, such as this, change accordingly to your model and restart HA
|
Hi, I've installed the plugin via Hacks, and try to to configure it, it fails with the error:
Config flow could not be loaded: <html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
I have the Xiaomi Miio plugin installed, and working with other integrations.
I'm running my HA as a docker container.
As per the config_flow.py I guess it must be something with the self-referencing URL of my Home assistant instance?
I tried to run it on the local addres (http://hass.custom.local:8123) and the outer address (eg. https://hass.example.com) but same error. How can I debug it? Thanks.
The text was updated successfully, but these errors were encountered: