Lightweight (6kb) embedded webpage to control RGBCW bulbs, stored on the bulb itself.
-
OpenBeken
installed and configured on the target device -
npm
installed on the host machine to build the webpage
- Clone the repository
git clone https://github.com/Nicolas-93/obk_rgbcw_webui
- Build the webpage
cd obk_rgbcw_webui
npm init
npm run build
-
Copy generated content under
dist
folder to the target device, by using OpenBeken's webapp (Filesystem
tab). -
Open the webpage by navigating to
http://<bulb_ip>/api/lfs/index.html