10m stripe of unknown LED

Hi there, it could be so easy… i bought this
https://de.aliexpress.com/item/1005004825745368.html?spm=a2g0o.order_list.order_list_main.46.49265c5fHGHTuL&gatewayAdapt=glo2deu#nav-specification
because it was stated “controller 2811” and i thought i can use it with WLED. But it lights only random static lights.
The stripe consists of some chips every 6th LED which controls those 6.
LEDs: SMD5050
Chip: gs19030 g8ng7
Does anyone know this topic or know whats coming out of those cheap tuya controllers that it run thos special ICs?
thank you for any hint
Thofi23

What controller are you using for WLED?
How did you wire it? You need common ground between the power supply, controller and strip.
Are you using the right GPIO/Set right one in LED Preferences?

Most likely it’s GS1903 LED strip should work with as WS2811

Hello #Jinx and #srg74,

thank you for replying, i use a nodeMCU and it works fine with another strip. The power supply is 24V/5A converted to 5V for the NodeMCU and yes controler and strip using the same mass.
The WS28xx is the default value in the app so this was the first try.
Do you have some more information about the GS1903, didn’t found it…
Thank you
Thomas

Check NeopixelBus Github if your strip is supported. On top of compatibility all 24V strips required a level shifter to make the work properly.

Oh, thank you, will check this out.
Levelshift is already included. In case if you mean from 3.3 to 5V.

Thank you for the hint.
Thomas