You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the DMX512/ArtNet output subsystem with HTTP-based WLED device
control. Each configured light now maps to a WLED device on the network
instead of a DMX address range.
New modules:
- wled_output: sends HTTP POST to /json/state with color, brightness,
and power state; tracks last-sent state to avoid redundant calls
- wled_discovery: mDNS scan for WLED devices with /json/info metadata
query (name, LED count, RGBW capability, firmware version)
Config changes:
- LightConfig stores wledHost/wledPort instead of dmxStartAddr/channelMap
- Removed OutputConfig, OutputMode, DmxChannelMap structs entirely
- NVS namespace changed from zbdmx to zbwled
Web UI changes:
- Replaced Output Settings card with WLED device discovery panel
- Light modal shows host/port fields with network scan button
- Discovered devices shown as selectable cards with auto-fill
- AP name changed to ZigbeeWLED-Setup
Zigbee stack unchanged — all Hue pairing requirements preserved.
0 commit comments