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

Dont work with local hassio LedFx Addon #14

Open
bob-tm opened this issue Apr 11, 2021 · 1 comment
Open

Dont work with local hassio LedFx Addon #14

bob-tm opened this issue Apr 11, 2021 · 1 comment

Comments

@bob-tm
Copy link

bob-tm commented Apr 11, 2021

I'm using this addon https://github.com/hassio-addons/addon-ledfx installed on rpi.
Web UI for this addon require basic authorization with HA login and password. Without this REST API don't work.
It's same rpi, where ledfxrm is installed.

Please add BasicAuth to ledfxrm
I replace code like this
session.get(url4, ssl=False, auth=aiohttp.BasicAuth('bob', ''))
to
session.get(url4, ssl=False, auth=aiohttp.BasicAuth('user', 'pwd'))

and it helps a bit.

@katsaplias
Copy link

I experience the same problem,
when I try to configure the integration through HACS, I get the error "Unknown error occurred"
any thoughts?

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

2 participants