-
Notifications
You must be signed in to change notification settings - Fork 57
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
No interface or no devices #55
Comments
Can you post the output of your docker or docker-compose? I have many other docker networks which caused problems. I solved it by setting the environment variable DISCOVERY_IP_LIST in my docker-compose.yml:
Without setting it I had many interfaces but no devices were found (timeout issue?).
After setting it, Broadlinkmanager only looks on this one interface:
|
I am having the same issue. Adding |
Some things that worked for me:
|
If you are running on a Mac, docker does not support host networking mode. |
WSL2 doesn't support it either. |
Running broadlinkmanager on docker on synology.
I can get the web-interface working by running the container, but then i cannot find any broadlink devices.
I guess it is due to network_mode is supposed to be set to host. If i set it to host, the web interface disappears.
Does anyone know how to solve this?
The text was updated successfully, but these errors were encountered: