Lux is a command-line interface for controlling and monitoring Govee lighting strips built in Go. Lux provides it's users with the ability to manage their lighting strips from their desktop computer from any network with an internet connection
We provide a simple installer for each release for Windows but if that's not suitable for you, you can easily compile Lux directly from source. You can get the latest copy of Lux from our GitHub releases, or via winget
winget install JackDevey.Lux
If you choose to self compile, you will need to add the path to
lux.exe
to yourPath
environment variables in order for Lux to be detected as a command in PowerShell & CMD
If you're already using a terminal, restart it so that it can register the changes to the environment variables. Then, run the following command to begin setting up your instance of Lux
lux setup
lux devices
Lists the devices registered on the user's accountlux query $id
Returns data about the state of a devicelux turn $id on
Turn a device on or offlux turn $id $perc
Alter the brightness of a devicelux color $id $color
Alter the color of a devicelux setup
Connect Lux to your Govee account using your API Keylux help
Lists a list of commands and information about the CLI
Looking to contribute to Lux? That's great! There are a couple of ways to help out. Translations, bug reports and pull requests are all greatly appreciated. Please refer to the contributing guidelines to get started
Lux
Copyright © 2022 Jack Devey
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>