All Projects → ddtlabs → ESPEasy-Plugin-Lights

ddtlabs / ESPEasy-Plugin-Lights

Licence: GPL-2.0 License
ESPEasy Plugins

Projects that are alternatives of or similar to ESPEasy-Plugin-Lights

esp rgbww firmware
Firmware for esp_rgbww_controller (https://github.com/patrickjahns/esp_rgbww_controller) based on Sming framework
Stars: ✭ 21 (+40%)
Mutual labels:  rgbww, rgb, rgbww-controller
RainbowTaskbar
Customizable Windows taskbar effects.
Stars: ✭ 39 (+160%)
Mutual labels:  rgb
openrgb.nvim
Bring RGB to life in Neovim
Stars: ✭ 39 (+160%)
Mutual labels:  rgb
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (+253.33%)
Mutual labels:  rgb
Farge
🎈Tell the name of hex color
Stars: ✭ 23 (+53.33%)
Mutual labels:  rgb
CUE.NET
C# (.NET) library to work with the Corsair CUE-SDK.
Stars: ✭ 103 (+586.67%)
Mutual labels:  rgb
cyan
Cyan Color Converter
Stars: ✭ 68 (+353.33%)
Mutual labels:  rgb
random color
⚙️🎨 Rust crate for generating random attractive colors
Stars: ✭ 30 (+100%)
Mutual labels:  rgb
color
Standard representation of colors, encouraging sharing between packages.
Stars: ✭ 23 (+53.33%)
Mutual labels:  rgb
ColorMinePortable
ColorMinePortable
Stars: ✭ 37 (+146.67%)
Mutual labels:  rgb
HomeApp
A little smart home app for Philips Hue and other devices
Stars: ✭ 54 (+260%)
Mutual labels:  espeasy
esp8266-arduino-wifirgb
A RESTful API implementation to control an RGB LED Strip using an ESP8266 microcontroller.
Stars: ✭ 31 (+106.67%)
Mutual labels:  rgb
color
A library of well-tested helper methods for working with colors.
Stars: ✭ 13 (-13.33%)
Mutual labels:  rgb
color-converter
Command line tool for converting colors from RGB to HEX and vice versa.
Stars: ✭ 17 (+13.33%)
Mutual labels:  rgb
alarm-clock-v3
Alarm clock (v3)
Stars: ✭ 17 (+13.33%)
Mutual labels:  rgb
acer-predator-turbo-and-rgb-keyboard-linux-module
Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
Stars: ✭ 125 (+733.33%)
Mutual labels:  rgb
OpenVideoModulator
Open Hardware RGB to Composite/S-Video Converter
Stars: ✭ 21 (+40%)
Mutual labels:  rgb
deep-action-detection
Multi-stream CNN architectures for action detection with actor-centric filtering
Stars: ✭ 24 (+60%)
Mutual labels:  rgb
colors-convert
🦚 A simple colors library
Stars: ✭ 15 (+0%)
Mutual labels:  rgb
przm
🎨 A simple, yet feature rich color picker and manipulator
Stars: ✭ 19 (+26.67%)
Mutual labels:  rgb

Lights

An ESPEasy Plugin to Control RGB-WW-CW Lights

Version 1.04 release notes: ReleaseNotes.md

--

Command Syntax:

lights rgb <rrggbb> [fading time in s]

eg: lights,rgb,ff00ff
eg: lights,rgb,ff00ff,10

lights ct <color temp in Kelvin> [fade time in s] [brightness in %]

eg: lights,ct,3000 
eg: lights,ct,2800 1
eg: lights,ct,5500,10,100

lights pct <brightness in %> [fading time in s]

eg: lights,pct,10
eg: lights,pct,90,5

lights on [fading time in s]

eg: lights,on
eg: lights,on,5

lights off [fading time in s]

eg: lights,on
eg: lights,on,1

lights toggle [fading time in s]

eg: lights,toggle
eg: lights,toggle,5
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].