Skip to content
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

LocalLight() does not work with v8 bulbs #42

Open
5aVi0R opened this issue Sep 24, 2022 · 3 comments
Open

LocalLight() does not work with v8 bulbs #42

5aVi0R opened this issue Sep 24, 2022 · 3 comments

Comments

@5aVi0R
Copy link

5aVi0R commented Sep 24, 2022

Describe the bug
LocalLight() does not work with v8 bulbs but Light() does

To Reproduce
Code to reproduce the behavior:

led1= LocalLight("<yourip>")
led1.g = 255
led2 = Light("<yourip>")
led1.g = 200

Device

  • Device Information: v8 RGBCWWW

Additional context
status does not get applied when
using LocalLight() w/ v8 bulbs. I believe it has something
to do with how the commands are sent vs Light()

@namacha
Copy link
Owner

namacha commented Sep 29, 2022

Thanks for posting issue.
After a quick research, I found that LocalLight sends invalid packet.
I've just fixed bug, and you can test behavior with this branch.

@5aVi0R
Copy link
Author

5aVi0R commented Sep 30, 2022

Problem resolved @namacha :) Great Work as well!

@namacha
Copy link
Owner

namacha commented Sep 30, 2022

Glad to hear that.
I'm gonna merge to main branch soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants