Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
15.05k stars 3.26k forks source link

Hardware buttons / pushbuttons not active when ArtNet is active. #3556

Closed Stargaterunner closed 5 months ago

Stargaterunner commented 12 months ago

I am looking for a solution to switch on/off using the shortcut command T=2 with hardware buttons for a LED matrix, if the data is coming via Artnet. At the moment all hardware button commands are ignored if Artnet is active. When I use the WLED surface, on/off or dimming, this works.

WLED Version 0.14.0 Thanks for help.

blazoncek commented 12 months ago

Live data (sACN/ArtNET/E1.31/DDP) takes precedence and cannot be switched off using On/Off button (or API command).

blazoncek commented 5 months ago

Duplicate of #2915