YeonV / ledfxrm

Custom Integration for Home Assistant to control a any (local/remote) LedFX-server - State: beta
MIT License
32 stars 6 forks source link

Dont work with local hassio LedFx Addon #14

Open bob-tm opened 3 years ago

bob-tm commented 3 years ago

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 commented 3 years ago

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