You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I cannot discover my led strip using discover_bulbs. It always returns an empty list regardless of how long the timeout is set. But I can still use the bulb if provide the IP address manually.
I can't say for sure but divice firmware/protocol may differ so that discover_bulbs() won't work.
If you are using MagicHue(Magic Home) App and able to control bulbs over internet, remote API is another option:
frommagichueimportRemoteAPIapi=magichue.RemoteAPI.login_with_user_password(user='xxx', password='xxx') # same as App id/passwordonline_bulbs=api.get_online_bulbs()
print(online_bulbs)
Describe the bug
I cannot discover my led strip using discover_bulbs. It always returns an empty list regardless of how long the timeout is set. But I can still use the bulb if provide the IP address manually.
To Reproduce
Code to reproduce the behavior:
Device
Additional context
The text was updated successfully, but these errors were encountered: