libhueble icon indicating copy to clipboard operation
libhueble copied to clipboard

A library for controlling Philips Hue lights via Bluetooth

Results 2 libhueble issues
Sort by recently updated
recently updated
newest added

This isn't really a problem with your library, since I haven't been able to use your library, because I can't pair to my light. The Hue BT app seems to...

My setup: Rpi0 W, Philips Hue white GU10 (paired and trusted via bluetoothctl) My script: ```python import libhueble import asyncio async def main(): lamp = libhueble.Lamp('C1:14:8A:F4:FA:CC') await lamp.connect() print('Connected.') try:...