A simple app to control LIFX lights over the Internet.
Available on multiple platforms:
- On the web as a Progressive Web App (PWA) that can be installed
- Desktop app (built using Electron)
Requires your LIFX personal access token, get it here.
No data is collected.
Data is stored locally.
The stored token and all settings can be deleted in the app Settings.
- Select light(s) to control: All, Location, Group, Light
- Turn on/off
- Fade on/off (can set the duration)
- Only available in the desktop app: Quit, Lock (Windows only), Sleep (Windows only) after pressing the Fade button
- Set brightness
Can be installed (only available in supported web browsers).
Download the latest version on the Releases page.
Supports storing the app data in the data
folder next to the executable file.
To enable, create the data
folder where the executable file is located.
The data
folder already exists in the Portable version ZIP file.
- Have NirCmd in the resources folder:
resources\nircmdc.exe
(Windows only) - npm install
- npm run dist
Available under Discussions.
- Thanks to LIFX for the lights and the LIFX HTTP API
- Electron (desktop app)
- Bootstrap
- Bootstrap Icons
- NirCmd (used for Sleep, Windows only)