-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color format #1
Comments
I'm still trying to figure this out. As you see the example code is increasing one byte and sends it to the lamp. But the color is totally random. Examples for some shades of green:
Some other code I found for controlling avea: https://github.com/guh/guh/blob/master/plugins/deviceplugins/elgato/aveabulb.cpp Help would be much appreciated. |
This is how its done: There are 4 color variables: white, red, green, blue (each from 1-4096) To compute the command I use to following function:
|
Just poked around the code only to find this issue where everything is already solved. Thanks a lot for putting it up, maybe put this info in the readme or add the actual code to the project? |
Here you go. Had some problems figuring out decoding the received color codes. |
Awesome. Great update on the Readme, thanks a lot! Now I need to add this to Fhem and Homebridge so I can control the bulbs via Siri. |
Hi @Marmelatze,
first thanks for putting this on GitHub!
Did you find out how exactly the color is encoded. For example what does
35:e8:03:0a:00:94:00:a2:30:ff:2f:00:10
stand for exactly?The text was updated successfully, but these errors were encountered: