From 63e513a41390f623d3c01adbaee2f84e3745f747 Mon Sep 17 00:00:00 2001 From: blakadder Date: Mon, 6 May 2019 11:41:04 +0200 Subject: [PATCH] Created Lights (markdown) --- Lights.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Lights.md diff --git a/Lights.md b/Lights.md new file mode 100644 index 00000000..ce44472f --- /dev/null +++ b/Lights.md @@ -0,0 +1,16 @@ +## Lights + +Tasmota WebUI displays **Brightness** and **CT** or **White** level sliders depending on the number of channels configured. +The WebUI doesn't have a color picker for RGB lights due to memory and flash size requirements to implement one. Use [`Color`](commands#color) to control colors in that case. + +By default the PWM channels are mapped accordingly: + +|Channels|PWM1|PWM2|PWM3|PWM4|PWM5| +|---|---|---|---|---|---| +|1|Brightness|||| +|2|Warm White|Cold White| +|3|Red|Green|Blue| +|4|Red|Green|Blue|White| +|5|Red|Green|Blue|Warm White|Cold White| + +Some lights use different controllers instead of PWM (f.e. SM16716 or MY92x1). In that case channel mapping is dependent on the controller. It can be remapped using [`SetOption37`](Commands#setoption37). \ No newline at end of file