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

Control external WLED from ESPHome #1493

Closed
muxa opened this issue Nov 1, 2021 · 4 comments
Closed

Control external WLED from ESPHome #1493

muxa opened this issue Nov 1, 2021 · 4 comments

Comments

@muxa
Copy link

muxa commented Nov 1, 2021

Describe the problem you have/What new integration you would like
I want to be able to control addressable LEDs connected to an external WLED, similar to how it's possible to have ESPHome node with WLED Effect controlled by an external WLED, only I want to reverse the control.

Please describe your use case for this integration and alternatives you've tried:
I'm working on a MIDI integration for ESPHome when MIDI notes light up an addressable LED strip. I want to extend it so that the lights don't have to be directly attached to the node to be controlled by MIDI.

Additional context
I know there are 2 types of network control for LEDs that ESPHome supports: WLED UDP and E1.31. Any tips on how to best approach the implementation of the reverse control will be appreciated.

@oxan
Copy link
Member

oxan commented Nov 10, 2021

I think the way to go about this is to implement a WLEDLightOutput that talks to a WLED node.

@muxa
Copy link
Author

muxa commented Nov 11, 2021

I might give it a go implementing WLEDLightOutput according to https://github.com/Aircoookie/WLED/wiki/UDP-Realtime-Control

@muxa
Copy link
Author

muxa commented May 29, 2022

I got it working: https://github.com/muxa/esphome-wled-output. It was surprisingly easy to implement.
The project that this functionality is needed in is still in progress, so I wont add this to ESPHome yet. I want to make sure things are working well first.

@nagyrobi
Copy link
Member

nagyrobi commented Jul 5, 2022

Fell free to submit as PR.

@nagyrobi nagyrobi closed this as completed Jul 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants