modularidea17 downloadsControl WLED LED controllers on your local network: color, brightness, presets, and on/off, with automatic device discovery.
Control WLED LED controllers on your local network directly from Obsidian — color, brightness, presets, and on/off, with automatic device discovery.
⚠️ Beta software. This plugin is early and largely untested against real-world setups beyond the author's own device. It talks to network hardware and writes to your Obsidian plugin data — use at your own risk. No warranty or liability of any kind is provided; see LICENSE. Please back up your vault and report issues on GitHub.
Not yet on the Obsidian Community Plugins list. Manual install for now:
main.js, manifest.json, and styles.css from a release (or
build from source, see below).<your vault>/.obsidian/plugins/wled-control/.isDesktopOnly: true) — requires Node APIs not available on mobile.npm install
npm run dev # esbuild watch build
npm run build # typecheck + production build
See CLAUDE.md and docs/ for architecture notes and decision history.
MIT — see LICENSE.