An open API service indexing awesome lists of open source software.

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

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

App screenshot

## 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.