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

Project Aurora Integration #1019

Closed
ikrowni opened this issue Jul 1, 2020 · 6 comments
Closed

Project Aurora Integration #1019

ikrowni opened this issue Jul 1, 2020 · 6 comments

Comments

@ikrowni
Copy link

ikrowni commented Jul 1, 2020

Is your feature request related to a problem? Please describe.

With project aurora we could sync the lights from wled with the games currently playing on a PC

Describe the solution you'd like

Aurora integration/sync option

Describe alternatives you've considered

None that i can find

Additional context

Seems they are actively looking for more integration options to work with an ever expanding lighting setup

@samster395
Copy link

samster395 commented Jul 2, 2020

Ooo, this would be great.

Might be best to ask the project Aurora to support WLED instead tbh though as it likely won't require changes to WLED (could just use the HTTP API)

It would need to be added to project Aurora instead.

@ikrowni
Copy link
Author

ikrowni commented Jul 2, 2020

I've already created a support ticket for it over there.

antonpup/Aurora#2027

@Aircoookie
Copy link
Owner

Yes, an integration would definitely be super cool! I'd suggest using the JSON API primarily :)

@ikrowni
Copy link
Author

ikrowni commented Jul 20, 2020

Yes, an integration would definitely be super cool! I'd suggest using the JSON API primarily :)

I was just informed by another user that they wrote a UDP script for aurora. After implementing the UDP script as per the instructions ive added my wled instance into aurora but it doesnt seem to be working. Im not sure if this is a problem with wled or the script. I have 644 leds to drive and i see that udp can only do a max of 255. Maybe you could modify the script to work better with wled? I hate to ask for you to implement something into someone elses software but this would be an amazing wled feature to have game reactive lighting.

Heres the link to the response i was given about the script im attempting to use
antonpup/Aurora#2027 (comment)

@Aircoookie
Copy link
Owner

The protocol they implemented is the Hyperion type 0 UDP protocol. It is supported by WLED, but you'll have to set the port 19446 in the integration. Unfortunately due to the maximum size of an UDP packet on the ESP platform, the maximum amount of LEDs supported is 490.

@ikrowni
Copy link
Author

ikrowni commented Jul 23, 2020

the maximum amount of LEDs supported is 490.

Is there any getting around this at all? This is working great but the only problem is my led strip is only about 3/4 lit up.

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

No branches or pull requests

3 participants