hue_ble_python icon indicating copy to clipboard operation
hue_ble_python copied to clipboard

Project controlling Philips Hue Bluetooth Color bulbs. Python version.

Results 4 hue_ble_python issues
Sort by recently updated
recently updated
newest added

what is wrong here? can you help? Traceback (most recent call last): File "hue_discover_pair_trust_alias.py", line 158, in new_huelamp_pair_trust(new_huelamp_addresses) File "hue_discover_pair_trust_alias.py", line 117, in new_huelamp_pair_trust new_device_proxy.Pair() File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in...

It doesn't ask for an alias. ``` adapter1 notification started : ['./hue_props_ad1_chg_notify.py'] pid 127728 Discovery started! Discovering : 1 ******************************************************************************************************** device (object path) added : /org/bluez/hci0/dev_86_2A_FD_F9_FE_AC with interfaces : org.freedesktop.DBus.Introspectable...

Hi Walter, Great code, thank you for posting this! I'm trying to extend it so that it also works with the Hue Smart Plug. Any tip on how you found...

As far as I can tell, the Phillips Hue Bluetooth lamp is not discoverable but instead sees a controller and prompts a pairing. It looks like this code does not...