tescfresc / LightstripSyncClient

30 stars 16 forks source link

RGBIC Individual Light Control #3

Open TesseractCat opened 2 years ago

TesseractCat commented 2 years ago

Hello, do you know what the packet sequence for controlling the individual lights is? I've been playing around with sending different values in CreateBluetoothColourDataBytes, instead of FF7F, but I can't tell exactly how it is addressing the lights.

tescfresc commented 2 years ago

Hi, do you have an Android phone? With a bit of setup we can extract the Bluetooth packets and I'll analyse them

On Wed, 29 Sept 2021, 07:14 Tesseract Cat, @.***> wrote:

Hello, do you know what the packet sequence for controlling the individual lights is? I've been playing around with sending different values in CreateBluetoothColourDataBytes, instead of FF7F, but I can't tell exactly how it is addressing the lights.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tescofresco/LightstripSyncClient/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKTHZOYFAGUQOITXHQC4F6LUEKVDNANCNFSM5E7BLGUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mongeon commented 2 years ago

Hi, do you have an Android phone? With a bit of setup we can extract the Bluetooth packets and I'll analyse them @tescofresco Do you have the procedure for that? I have the Lyra floor lamp and only the power on/off works, would like to see if they use the same commands for the rest.

tescfresc commented 2 years ago

https://github.com/BeauJBurroughs/Govee-H6127-Reverse-Engineering

This repo here has information on the packets and how they are made up. I can't see it on that repo, but I'm sure I found something on the RGBIC individual control somewhere.