Live data from Hacker News

Ask HN: What are the best programmable holiday lights?

news.ycombinator.com

1–10 of 120 posts

Ask HN: What are the best programmable holiday lights?

#1
I am replacing some old outdoor lights and I want to get LED lights that I can program? Any suggestions on the best ones? Ideally replaceable/extendable light strings with some kind of programmable controller that has usb/wifi. If it has an app my family can use that’s a plus.

Re: Ask HN: What are the best programmable holiday lights?

#2
https://kno.wled.ge/

Many 'effects' already prepackaged. Plus the ability to schedule time based changes (on/off/change pattern/etc.). Includes a web server to provide "app like" control over a phone or PC. Also includes integrations for several "home control" systems and a http API for programmatic control from another system. Can even synchronize plural controllers into a whole 'net' (note, I've not used this feature yet).

Small ESP32 boards (with wifi capability) such as this example (no affiliation, just an example that works):

https://www.amazon.com/dp/B09Y8X1GK7

WS2811 LED strings [1] (of which there are an infinite variety) suitable for outdoor use. One example (no affiliation):

https://www.amazon.com/dp/B0CYZF1WCR

Suitable power supplies, outdoor weather sealed boxes, and wiring (all left to you to locate).

Willingness to assemble the pieces and some time to do so. Having a soldering iron is helpful here, although one could possibly get by with screw terminal blocks inside weatherproof boxes if need be for many of the 'connections'.

[1] Or other 'programmable LED' strings for which WLED is compatible (it works with numerous different programmable LED standards, browse the WLED website for details).

Re: Ask HN: What are the best programmable holiday lights?

#3
I’ve been super impressed so far with the Govee lights I’ve gotten. The app is pretty easy to use has tons of cool effects, and they have a LAN API (https://app-h5.govee.com/user-manual/wlan-guide) for most of their lights that have WiFi. Don’t have enough time this year to program a custom show but was going to start earlier next year now that I have a couple of these. The new scene stage thing they just released where you can map your lights and have them all work together is pretty slick too.

Re: Ask HN: What are the best programmable holiday lights?

#4
post #2

https://kno.wled.ge/ Many 'effects' already prepackaged. Plus the ability to schedule time based changes (on/off/change pattern/etc.). Includes a web server to provide "app like" control over a phone or PC. Also includes integrations for several "home control" systems and a http API for programmatic control from another system. Can even synchronize plural controllers into a whole 'net' (note, I've not used this featu…

Seconding WLED, it's fantastic. Super easy to install and operate, compatible with HomeAssistant, the built in effects are great, the web app / native mobile apps are powerful but straightforward, and the community offers plenty of help and other resources.

Re: Ask HN: What are the best programmable holiday lights?

#5
post #2

https://kno.wled.ge/ Many 'effects' already prepackaged. Plus the ability to schedule time based changes (on/off/change pattern/etc.). Includes a web server to provide "app like" control over a phone or PC. Also includes integrations for several "home control" systems and a http API for programmatic control from another system. Can even synchronize plural controllers into a whole 'net' (note, I've not used this featu…

It also supports DMX input (sACN or Art-Net) for designing and controlling complex effects from external software.

Re: Ask HN: What are the best programmable holiday lights?

#6
post #2

https://kno.wled.ge/ Many 'effects' already prepackaged. Plus the ability to schedule time based changes (on/off/change pattern/etc.). Includes a web server to provide "app like" control over a phone or PC. Also includes integrations for several "home control" systems and a http API for programmatic control from another system. Can even synchronize plural controllers into a whole 'net' (note, I've not used this featu…

[deleted]

Re: Ask HN: What are the best programmable holiday lights?

#8
post #2

https://kno.wled.ge/ Many 'effects' already prepackaged. Plus the ability to schedule time based changes (on/off/change pattern/etc.). Includes a web server to provide "app like" control over a phone or PC. Also includes integrations for several "home control" systems and a http API for programmatic control from another system. Can even synchronize plural controllers into a whole 'net' (note, I've not used this featu…

Warning: don’t buy an ESP32-C6 for this. It’s not compatible with WLED/ESPHome/etc and it isn’t clear whether/when this will be resolved.

Re: Ask HN: What are the best programmable holiday lights?

#9
post #2

https://kno.wled.ge/ Many 'effects' already prepackaged. Plus the ability to schedule time based changes (on/off/change pattern/etc.). Includes a web server to provide "app like" control over a phone or PC. Also includes integrations for several "home control" systems and a http API for programmatic control from another system. Can even synchronize plural controllers into a whole 'net' (note, I've not used this featu…

I strongly suggest not buying any electronic components from Amazon, but 5VDC LED light strings should be OK.

Do not roll the dice on the power supply, buy a UL listed one. If you buy some shitty Chinese PSU and it lights your house on fire, your homeowners insurance will deny the claim.

This one puts out 30w @ 5VDC and is also UL listed: https://poliledsigns.com/shop/poli-5vdc-30w-waterproof-led-p...

Even though it says ‘waterproof’, it needs to be installed in an enclosure, NEMA 3R rated enclosure if it’s installed outdoors.

Re: Ask HN: What are the best programmable holiday lights?

#10
post #2

https://kno.wled.ge/ Many 'effects' already prepackaged. Plus the ability to schedule time based changes (on/off/change pattern/etc.). Includes a web server to provide "app like" control over a phone or PC. Also includes integrations for several "home control" systems and a http API for programmatic control from another system. Can even synchronize plural controllers into a whole 'net' (note, I've not used this featu…

WLED is the clear answer here. I got a simple USB controller (usb just for power) so it can’t run a a massive strand of lights (at least at full brightness) but it was perfect to dip my toes in and try out.

The Home Assistant integration works great as well.

Post reply on HN