Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lemmi/5adfdd2dadd744c553157a2546fc4572 to your computer and use it in GitHub Desktop.
Save lemmi/5adfdd2dadd744c553157a2546fc4572 to your computer and use it in GitHub Desktop.
Philips Hue BLE Services and Characteristics (WIP)
reset sequence: turn off at least 5s, repeat until light flashes: 8s on, 2s off
Service [b8843add-0000-4aa1-8794-c3f462030bda] Unknown, ble_firmware_update?
Characteristic [b8843add-0004-4aa1-8794-c3f462030bda]
Characteristic [b8843add-0003-4aa1-8794-c3f462030bda]
Characteristic [b8843add-0002-4aa1-8794-c3f462030bda]
Characteristic [b8843add-0001-4aa1-8794-c3f462030bda]
Service [932c32bd-0000-47a2-835a-a8d455b859dd] light_control - startupConfiguration, combinedControl
Characteristic [932c32bd-0001-47a2-835a-a8d455b859dd] unk, 00 01 03 01 02 99 00 02 02 F4 01 03 02 01 00
Characteristic [932c32bd-0002-47a2-835a-a8d455b859dd] Light state, 01/00
Characteristic [932c32bd-0003-47a2-835a-a8d455b859dd] Brightness (0x01 - 0xfe)
Characteristic [932c32bd-0004-47a2-835a-a8d455b859dd] Color Temperature in Mired (1000000/T, 154 (6500K) - 455 (2200K), 2 bytes little endian)
Characteristic [932c32bd-0005-47a2-835a-a8d455b859dd] Color
Characteristic [932c32bd-0006-47a2-835a-a8d455b859dd] Identify (0x00: off, 0x01: blink-once, 0x02: blink)
Characteristic [932c32bd-0007-47a2-835a-a8d455b859dd] 0: ?, 1: ?, 2: On(1) / Off(0), 3: 2 (unknown, 1,3: failed, 4,5: invalid argument) 4: ?, 5: brightness, 6: 3 (unknown, 1-2: failed, 4: invalid argument), 7: 2 (unknown, fixed?), 8-9: Color-Temp
Characteristic [932c32bd-1005-47a2-835a-a8d455b859dd] Also everything, but last four bytes FF FF FF FF - default powerloss state? combined_light_control_port_factory?
Service [0000fe0f-0000-1000-8000-00805f9b34fb] device_configuration_service_info - ProximityPairingSetup somewhere
Characteristic [97fe6561-0001-4f62-86e9-b71ee2da3d22] zigbee address, 64 e2 7a 08 01 88 17 00
Characteristic [97fe6561-0003-4f62-86e9-b71ee2da3d22] userDefinedDeviceName, "Lamp"
Characteristic [97fe6561-0004-4f62-86e9-b71ee2da3d22]
Characteristic [97fe6561-0008-4f62-86e9-b71ee2da3d22]
Characteristic [97fe6561-a001-4f62-86e9-b71ee2da3d22] write-only
Characteristic [97fe6561-2004-4f62-86e9-b71ee2da3d22] write-only
Characteristic [97fe6561-2002-4f62-86e9-b71ee2da3d22] write-only
Characteristic [97fe6561-2001-4f62-86e9-b71ee2da3d22] unk, 0A
Service [0000180a-0000-1000-8000-00805f9b34fb]
Characteristic [00002a28-0000-1000-8000-00805f9b34fb] fw version
Characteristic [00002a24-0000-1000-8000-00805f9b34fb] model
Characteristic [00002a29-0000-1000-8000-00805f9b34fb] manufacturer
Service [00001801-0000-1000-8000-00805f9b34fb]
Characteristic [00002a05-0000-1000-8000-00805f9b34fb] Service changed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment