https://github.com/cocohfl/govee-lights-ui
Web UI to control govee lights
https://github.com/cocohfl/govee-lights-ui
control govee interface led lights ui
Last synced: 18 days ago
JSON representation
Web UI to control govee lights
- Host: GitHub
- URL: https://github.com/cocohfl/govee-lights-ui
- Owner: CocoHfl
- Created: 2024-02-18T11:58:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T14:26:23.000Z (almost 2 years ago)
- Last Synced: 2025-11-01T10:18:02.739Z (7 months ago)
- Topics: control, govee, interface, led, lights, ui
- Language: JavaScript
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Govee lights UI
Govee lights UI is a user-friendly web interface to control Govee lights.
Features:
- On/off control
- Color adjustment
- Brightness adjustment
- Save favorite colors

## Setup
Before getting started, make sure you have a Govee API key.
To obtain your API key, please refer to the [Govee API documentation](https://developer.govee.com/docs/getting-started).
### Configuration
1. Navigate to the `src/config` folder.
2. Open `config.sample.json` and enter your device information (API key, MAC Address, device model).
3. Save the file and rename it to `config.json`.
### Start app
```
npm install
npm start
```
You can now access the UI at http://localhost:3000.
## Run as Windows service
To install the service, use the following command:
```
npm run service install
```
If you need to uninstall the service, use:
```
npm run service uninstall
```
**Recommended:** Set the service to automatically start with Windows.