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…
Ask HN: What are the best programmable holiday lights?
51–60 of 120 posts
Re: Ask HN: What are the best programmable holiday lights?
#52Maybe i can piggyback onto this question: Are there timer switches that can change the times depending on the calendar? I want to turn on some lights shortly after sunset but they don't have a brightness sensor. So i'd like to do it by time of day.
If you're already using Home Assistant and WLED, this is a cinch. You could even write an automation that plays your home team's colors each night they win a game.
Re: Ask HN: What are the best programmable holiday lights?
#53Not quite what you're looking for perhaps, but I'm very happy with my "dumb" lights controlled with a couple smart plugs flashed with Tasmota.
The app has a bunch of canned patterns and there's an online site for user designs and of course you can design your own. It's a lot of fun and they aren't terribly expensive (there was a good black friday sale).
Re: Ask HN: What are the best programmable holiday lights?
#54Earlier quoted context omitted.
This is some major myth. Crack open your insurance policy — it’s not going to say “UL listed appliances only” or anything like that. Insurance also covers mistakes. But you should get a good power supply anyway because the hassle is not worth it.
Ah, good point. I was picturing this setup as hardwired.
Re: Ask HN: What are the best programmable holiday lights?
#55https://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 want to take a moment to ackno.wled.ge how absolute awesome of a domain hack “kno.wled.ge” is for the website of a WLED project!
Re: Ask HN: What are the best programmable holiday lights?
#56https://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 nice for 1-dimensional LED strips, or if you don't really care how the animations project on your LEDs, but anything in 2 dimension is painful, the grid mapping in 2D is just overly complicated and obscure. I barely got my simple LED matrix working and I've been doing LED grids with my own software for over 10 years (so I know how easy it can be). WLED was just an awful experience for 2D led arrays or anythin…
Re: Ask HN: What are the best programmable holiday lights?
#57There're a couple of other variants of that board too, one with wifi. Basically you can animate Neopixels with about 6 lines of pretty simple python.
Re: Ask HN: What are the best programmable holiday lights?
#58I ended up buying a couple strings of Twinkly lights a while back - after considering a diy solution. The mobile app has been solid and (assuming they didn't muck it up) there's are libraries out there for interfacing to them as well (over WiFi). The cost is not cheap but seems fair to me and seems to be well built. (The light mapping is pretty fun. You can zigzag a bunch of lights across a wall and basically create…
Re: Ask HN: What are the best programmable holiday lights?
#59Some reasons why: - It has a much more intuitive user interface - It's far easier to program new patterns. Programming is done in-browser with a language that's a subset of Javascript, with code changes being applied in realtime. - Due to the way its rendering engine works, the patterns it produces are generally far more 'organic' looking and smoother than most of the WLED ones. - It's possible to map LEDs in arbitrary 2D or 3D configurations (think lights strewn all over a Christmas tree), which WLED can't really do at all. - If you have multiple Pixelblazes you can get them to sync with each other over Wifi. - A really helpful community forum.
Downside: - The firmware isn't open source, though some of its tooling is, and the firmware is stable and gets fairly regular updates, so it's not a huge issue to me. YMMV.
For the LEDs, you probably want wired bullet-style strings of LEDs rather than the thin copper LED strips since they're generally more suited to outside use. By far the most common (and generally cheapest) type of LEDs are WS-2812B or similar. They're OK, though you might notice they don't have good definition at low brightness levels. APA-102 or equivalent are a bit more expensive, but have MUCH better dynamic range, so I'd suggest going for these if you can. There are other better (and more expensive) LEDs still, but it starts to become diminishing returns, plus they can be hard to come by or find suitable controllers for. If you're running lengths of more than a 150 or so LEDs then power starts to matter, and you'll either need to inject power regularly into the strips, and/or use LEDs designed to take 12V or 24V. These can come with caveats such as worse power consumption and/or fewer addressable LEDs per meter, so research what you're buying carefully.
Re: Ask HN: What are the best programmable holiday lights?
#60Earlier quoted context omitted.
Do you have proof that claims are denied due to power supplies not rated correctly? That seems like fear mongering otherwise. Your insurance still covers your house even if you make mistakes on construction or repair yourself, I can’t imagine them denying a claim over a purchased part that you have a good faith reason to believe it will function correctly. Also why do you specifically call out Chinese parts as being…
My understanding is that insurance will not cover issues caused by DIY work if you did not have it permitted and inspected properly afterward. I sincerely doubt that an insurance company would be required to cover losses due to DIY electronics using parts that have not been properly safety rated. I'm surprised you think the opposite is obvious. Could just be my US perspective.