-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Support Smart LED Curtain #4569
Comments
If there will be a NeoPixelBus LED type then it might be implemented in WLED. |
I have similar set, but that is not the behaviour I see. If I just set the led count to double what it should be then all LEDs light up in their expected colour. I haven't got round to it yet, but in theory using an ledmap should correct for the missing pixels |
Found some more information:
And the idea of using an Attiny 13 to build a replacement for the weird led circuit: https://forum.arduino.cc/t/ws2812-ic-to-drop-led-nodes/1342405 So without doing hardware changes to the LED curtain it seems to be impossible for now to get it to work with wled |
I have get a third type of curtain which reacts like you described. 0-19 ist the first column, 39 the LED in the hook, 40-59 the next column. This curtain has transparent hooks which are wider than high as that ones which has hardcoded addresses. But the other type with white hooks which are higher than wide, the protocol seems to be different. |
I have tried to control an Smart Curtain Style light from China via WLED but it seems to use a custom protocol for the different columns.
There are two variants which are shipped as the same product:
I will continue talking about the second variant.
Each column is connected like that: Data In is connected to the 20 LED strip down and also to a LED inside the T part. The Output of this LED then is connected to the next T part. The LED inside this T-Connector seems not to light up but do some magic with the data.
With WLED only the first column lights up as expected but the other lights are shifted in some way.
So the magic LED in the T-Connector seems in some way destroy the WS28x protocol.
Does someone have an idea how to support this type of led strip?
Thanks,
Patrick
The text was updated successfully, but these errors were encountered: