WLED Cloud
One dashboard for every light, near or miles away
A multi-tenant platform for controlling architectural LED lighting at scale. Facilities teams and installers manage venues full of devices from a single dashboard — whether a fixture is on the local Wi-Fi or sitting on a distant monument with no internet at all, reached over long-range LoRaWAN.
The product idea
One control surface. The transport disappears.
The operator picks a device and picks a color. WLED Cloud decides — invisibly — whether that command rides a live Wi-Fi socket or gets queued for the next LoRaWAN downlink window. Same button, same result.
Wi-Fi devices — instant
An ESP32 running the wledcloud firmware holds an open Socket.IO connection to the cloud. Commands and state changes are real-time, both directions.
LoRaWAN devices — long range
For sites with no internet, the platform talks to a LoRaWAN Network Server and pushes commands as downlinks — miles of reach, no local network required. See the LoRa-DMX device →
Platform
What it looks like.
System Architecture
pub/sub · rate-limit · session)] LNS[LNS Clients] end subgraph "Devices" WiFi[Wi-Fi WLED
wledcloud usermod] Lora[LoRaWAN WLED
via LoRa gateway] end SPA -->|REST| API SPA <-->|"/ws/dashboard"| WS API --> DB API --- Redis WS <-->|"/ws/device"| WiFi LNS <-->|"TTN · Chirpstack · Helium"| Lora
Three-layer system
A Vue 3 single-page app talks to an Express 5 cloud API, which speaks to ESP32 edge devices. Clean seams between UI, business logic, and transport.
Transport strategy layer
A command orchestrator picks a Wi-Fi, LoRa, or offline strategy per device. The rest of the system — and the operator — never has to branch on it.
Pluggable network servers
LoRaWAN reach comes from swappable LNS clients — The Things Network, Chirpstack, Helium — so a deployment isn't locked to one network operator.
Status
A working prototype, aimed at civic and architectural lighting.
WLED Cloud runs today as a prototype built under StructureSense. The target is the market of distributed, hard-to-reach architectural installs — city gateway monuments, bridges, and signage — where the lights matter but the network doesn't reach.
The platform stands on its own with ordinary Wi-Fi WLED devices; the long-range half is what makes the no-Wi-Fi sites possible, powered by the companion LoRa-DMX device.