Summary
Documented local BLE per-segment paint for two wall products that are easy to treat as whole-device-only:
| SKU |
Product |
Segments |
Color mask |
| H6061 |
Glide Hexa |
10 panels |
BE mask @ bytes 9–10 |
| H6088 |
RGBIC Cube Wall Sconces |
6 cubes |
LE bit @ byte 12 |
Repo (samples + gotchas): https://github.com/mpalczew/govee-ble-segments
Same GATT UUID family as other Govee BLE writes (00010203-0405-0607-0809-0a0b0c0d2b11), opcode 33 05 15 01 for color, 20-byte XOR frames. No encryption observed.
Why post here
govee2mqtt already has rich LAN/IoT paths and segment discussions (e.g. #105). These tables may help if/when anyone adds local BLE multi-segment write support for Hexa / cube sconces, or wants to cross-check ptReal / cloud segment payloads against the air format.
Verification
Sniffer (nRF) + live eye map 2026-07/08. Production use on a private controller.
Happy to adjust format if you want this as a PR into docs/ instead.
Summary
Documented local BLE per-segment paint for two wall products that are easy to treat as whole-device-only:
Repo (samples + gotchas): https://github.com/mpalczew/govee-ble-segments
Same GATT UUID family as other Govee BLE writes (
00010203-0405-0607-0809-0a0b0c0d2b11), opcode33 05 15 01for color, 20-byte XOR frames. No encryption observed.Why post here
govee2mqtt already has rich LAN/IoT paths and segment discussions (e.g. #105). These tables may help if/when anyone adds local BLE multi-segment write support for Hexa / cube sconces, or wants to cross-check
ptReal/ cloud segment payloads against the air format.Verification
Sniffer (nRF) + live eye map 2026-07/08. Production use on a private controller.
Happy to adjust format if you want this as a PR into docs/ instead.