Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackdevey/Lux
Lux is a command-line interface for controlling and monitoring Govee lighting, built in Go.
https://github.com/jackdevey/Lux
cli control controller golang govee govee-api lighting lighting-controller lighting-strips lux rgb smart-home
Last synced: 15 days ago
JSON representation
Lux is a command-line interface for controlling and monitoring Govee lighting, built in Go.
- Host: GitHub
- URL: https://github.com/jackdevey/Lux
- Owner: jackdevey
- License: gpl-3.0
- Created: 2021-06-01T23:08:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T07:05:01.000Z (over 1 year ago)
- Last Synced: 2024-08-02T02:55:58.166Z (4 months ago)
- Topics: cli, control, controller, golang, govee, govee-api, lighting, lighting-controller, lighting-strips, lux, rgb, smart-home
- Language: Go
- Homepage:
- Size: 350 KB
- Stars: 66
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🚨Lux
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## Installation
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](https://github.com/BanDev/Lux/releases), or via [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/)```shell
winget install JackDevey.Lux
```> If you choose to self compile, you will need to add the path to `lux.exe` to your `Path` 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
```shell
lux setup
```## Commands
* `lux devices` Lists the devices registered on the user's account
* `lux query $id` Returns data about the state of a device
* `lux turn $id on` Turn a device on or off
* `lux turn $id $perc` Alter the brightness of a device
* `lux color $id $color` Alter the color of a device
* `lux setup` Connect Lux to your Govee account using your API Key
* `lux help` Lists a list of commands and information about the CLI## Contributing
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](https://github.com/BanDev/Lux/blob/main/CONTRIBUTING.md) to get started## License
```
Lux
Copyright © 2022 Jack DeveyThis 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
```