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

Add usermode to control Wiz lights #2595

Merged
merged 2 commits into from
Mar 23, 2022
Merged

Add usermode to control Wiz lights #2595

merged 2 commits into from
Mar 23, 2022

Conversation

eibanez
Copy link
Contributor

@eibanez eibanez commented Mar 23, 2022

Hello! I just wrote and tested this usermod, which enables WLED to control Wiz lights. This is done by replicating the UDP API. I included a small README in the pull request, which I'm copying below for your reading pleasure ;)

Happy to answer any questions!

Controlling Wiz lights

This usermod allows the control of WiZ lights that are in the same network as the WLED controller.

The mod takes the colors from the first few pixels and sends them to the lights.

Configuration

First, enter how often the data will be sent to the lights (in ms).

Then enter the IPs for the lights to be controlled, in order. There is currently a limit of 10 devices that can be controled, but that number
can be easily changed by updating MAX_WIZ_LIGHTS.

@Aircoookie Aircoookie merged commit 22c3ac5 into Aircoookie:master Mar 23, 2022
@eibanez
Copy link
Contributor Author

eibanez commented Mar 23, 2022

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants