-
Notifications
You must be signed in to change notification settings - Fork 25
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
Can't find bridge #27
Comments
Can you run it from the terminal and post any output? If it can't find a bridge automatically, it should fallback to a UI that allows manual input of a bridge IP address. |
Yep. This is what it spits out:
|
I get the same exception, and there is no option to input an manual ip - the ui just keeps showing "searching..." |
Hello, same exception here. OS: Debian sid |
Hi, Ubuntu 16.04.2 LTS |
Hi, Ubuntu 16.04 |
Hi, |
had the same exception, can be fixed by changing luminance/views/setup.py this should do the trick. |
Another workaround, is to connect the bridge to the same subnet or hardware switch, connect and than move the bridge back to its original location. With OpenHAB2, this is sometimes also an issue. It can be solved in software, but this is an alternative to fix it, especially if other software also cannot find your bridge. |
Same here, adding the timeout=1 per @ccarnivore above did not fix for me. Looks like this app is abandoned. Any good linux hue apps in 2021? |
can't find bridge issue same here, set timeout=1 didn't resolve the issue, Linux Kernel 5.14, Hue bridge Software 1.48.1948086000, BSB002, Linux PC and bridge are in the same network, bridge is pingable. I hope you can add the point to manually add the IP to your prog. I found this section in your bridge.py: else: Does it make sense to add the bridge IP to host=x.x.x.x ?? └─$ luminance During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): These lines when host=bridge.ip, └─$ luminance During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Hey there. So I got the program installed and ran it.
It can't find any bridges, (meethue can't either) and I beleive the problem is with the network setup here.
The bridge seems to get an ip in the range x.y.128.z while my laptop gets an ip in the range x.y.129.k
I can't figure out how to add the bridge by ip
The text was updated successfully, but these errors were encountered: