I’m doing a renovation which involves redoing the wiring and installing pot (recessed) lights. Since I’m redoing the wiring, I’m trying to find a way to have the LEDs be individually addressable. I’ve done a lot of research and I can’t find any wired bus / daisy-chain solution that isn’t proprietary or would lock me into a system (Lutron, Savant, Loxone, …).
I did a bunch of research on DALI, DMX, KNX, modbus, i2c, rs232, and a whole lot of other protocols and I got a bit overwhelmed. It seems very possible with many (any?) of those, just not sure what a sensible or conventional approach to this would be. I’m comfortable with programming and basic soldering / electronics (studied electrical & computer engineering).
My idea is: Switches that are registered in home assistant (wireless, or on the same bus?), that send a signal to a driver/ home assistant to then switch on or off a bunch of lights in groups via WLED or something like that. I’d like to be able to change how the lights are zoned by light switch if/when I need to later, or dim different lights.
I’ve seen at least one solution that took a bunch of WLED strips that are individually addressable, cut them up and make a DIY pot/recessed light housing for them so that they can then control them separately. This just seems overly complicated.
I started looking into perhaps seeing if I can implement that myself with a breakout board using a WS2811 (or WS2812?) chip and some relays or something and just doing the daisy-chaining/wiring myself. That also didn’t yield any straight-forward solution.
Am I the first to have the idea of just wanting to simply use a bus to address/control individual LED lights (not on a strip) in an open way that isn’t Lutron, Loxone, TapHome, etc…? It also seems sensible to have the switches on that same bus too?
From what I can tell that seems to be what DALI tries to accomplish with its network and drivers and switches, but it seems to be very focused on commercial set-ups not home. So I didn’t know where to start.
Any thoughts or recommendations? I’m open to a commercial solution from a company if it supports running local and provides good DIY support.
Sorry if this has been asked before or if this is the wrong section.
Note: I want to avoid having each pot light be a wireless node, so I’m either just doing traditional zone lighting with a physical circuit, or some sort of bus/daisy chain system as I describe here.