An open-source Go project to control WLED devices, providing features like automatic startup.
- Turns on WLED at startup with "Blends" effect (75%) or solid color (25%).
- Menu to set IP, manage autostart, and run presets.
- Works on Windows, Linux, macOS.
- Go to Releases.
- Download your binary:
- Windows:
wled_startup_windows_amd64.exe(64-bit) - Linux:
wled_startup_linux_amd64(64-bit) - macOS:
wled_startup_darwin_amd64(Intel) ordarwin_arm64(M1/M2)
- Windows:
- Put it in a folder (e.g.,
C:\WLEDor~/wled).
- Menu: Run the binary (e.g.,
wled_startup_windows_amd64.exeor./wled_startup_linux_amd64). - Auto-start test: Add
--run(e.g.,wled_startup_windows_amd64.exe --run) to test script that runs at startup.
- Run the binary to open the menu.
- Pick
1to set your WLED IP (e.g.,192.168.1.100). - It will create
wled_config.txtin the folder.
- Menu option
2: Adds to startup. - Menu option
3: Removes from startup.
- No effect: Check IP in
wled_config.txtand network. - Autostart fails: Verify startup folder (Windows) or service (Linux/macOS).
We are open to contributions! This project is licensed under the MIT License.